Searched defs:NoClass (Results 1 - 2 of 2) sorted by relevance

/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
H A DVerificationErrorType.java36 NoClass(2, "no-such-class"), enum constant in enum:VerificationErrorType
81 return NoClass;
/external/clang/lib/CodeGen/
H A DTargetInfo.cpp1088 NoClass, enumerator in enum:__anon15242::X86_64ABIInfo::Class
1098 /// always be either NoClass or the result of a previous merge
1135 /// If a word is unused its result will be NoClass; if a type should
1139 /// The \arg Lo class will be NoClass iff the argument is ignored.
1407 if (Accum == Field || Field == NoClass)
1411 if (Accum == NoClass)
1431 Lo = Hi = NoClass;
1440 Current = NoClass;
1549 if (Hi == NoClass && EB_Real != EB_Imag)
1574 Current = NoClass;
[all...]

Completed in 184 milliseconds