Searched refs:isSubclass (Results 1 – 8 of 8) sorted by relevance
/external/clang/lib/Analysis/ |
D | ObjCNoReturn.cpp | 21 static bool isSubclass(const ObjCInterfaceDecl *Class, IdentifierInfo *II) { in isSubclass() function 26 return isSubclass(Class->getSuperClass(), II); in isSubclass() 58 if (isSubclass(ID, NSExceptionII)) { in isImplicitNoReturn()
|
/external/turbine/java/com/google/turbine/types/ |
D | Canonicalize.java | 165 if (!isSubclass(owner, canonOwner)) { in lexicalBase() 187 private boolean isSubclass(ClassSymbol s, ClassSymbol t) { in isSubclass() method in Canonicalize
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/AsmParser/ |
D | AVRAsmParser.cpp | 700 if (isSubclass(Expected, MCK_DREGS)) { in validateTargetOperandClass()
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/ |
D | MipsGenAsmMatcher.inc | 2105 /// isSubclass - Compute whether \p A is a subclass of \p B. 2106 static bool isSubclass(MatchClassKind A, MatchClassKind B) { 3371 return isSubclass(matchTokenString(Operand.getToken()), Kind) ? 4511 return isSubclass(OpKind, Kind) ? (unsigned)MCTargetAsmParser::Match_Success : 7736 OperandsValid = (Formal == InvalidMatchClass) || isSubclass(Formal, OptionalMatchClass); 7765 if (Diag == Match_InvalidOperand && isSubclass(Formal, OptionalMatchClass)) {
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/ |
D | ARMGenAsmMatcher.inc | 4903 /// isSubclass - Compute whether \p A is a subclass of \p B. 4904 static bool isSubclass(MatchClassKind A, MatchClassKind B) { 5755 return isSubclass(matchTokenString(Operand.getToken()), Kind) ? 7301 return isSubclass(OpKind, Kind) ? (unsigned)MCTargetAsmParser::Match_Success : 11709 … bool ThisOperandValid = (Formal == InvalidMatchClass) || isSubclass(Formal, OptionalMatchClass); 11755 if (Diag == Match_InvalidOperand && isSubclass(Formal, OptionalMatchClass)) {
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/AsmParser/ |
D | ARMAsmParser.cpp | 10405 return isSubclass((MatchClassKind)DupCheckMatchClass, in FilterNearMisses()
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenAsmMatcher.inc | 7527 /// isSubclass - Compute whether \p A is a subclass of \p B. 7528 static bool isSubclass(MatchClassKind A, MatchClassKind B) { 8244 return isSubclass(matchTokenString(Operand.getToken()), Kind) ? 11266 return isSubclass(OpKind, Kind) ? (unsigned)MCTargetAsmParser::Match_Success : 24976 OperandsValid = (Formal == InvalidMatchClass) || isSubclass(Formal, OptionalMatchClass); 25005 if (Diag == Match_InvalidOperand && isSubclass(Formal, OptionalMatchClass)) {
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/ |
D | X86GenAsmMatcher.inc | 4827 /// isSubclass - Compute whether \p A is a subclass of \p B. 4828 static bool isSubclass(MatchClassKind A, MatchClassKind B) { 5650 return isSubclass(matchTokenString(Operand.getToken()), Kind) ? 6290 return isSubclass(OpKind, Kind) ? (unsigned)MCTargetAsmParser::Match_Success : 36011 OperandsValid = (Formal == InvalidMatchClass) || isSubclass(Formal, OptionalMatchClass); 36040 if (Diag == Match_InvalidOperand && isSubclass(Formal, OptionalMatchClass)) {
|