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.cpp859 NoClass, enumerator in enum:__anon3187::X86_64ABIInfo::Class
869 /// always be either NoClass or the result of a previous merge
903 /// If a word is unused its result will be NoClass; if a type should
907 /// The \arg Lo class will be NoClass iff the argument is ignored.
1125 if (Accum == Field || Field == NoClass)
1129 if (Accum == NoClass)
1149 Lo = Hi = NoClass;
1158 Current = NoClass;
1259 if (Hi == NoClass && EB_Real != EB_Imag)
1284 Current = NoClass;
[all...]

Completed in 100 milliseconds