Home
last modified time | relevance | path

Searched refs:isSubclass (Results 1 – 8 of 8) sorted by relevance

/external/clang/lib/Analysis/
DObjCNoReturn.cpp21 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/
DCanonicalize.java165 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/
DAVRAsmParser.cpp700 if (isSubclass(Expected, MCK_DREGS)) { in validateTargetOperandClass()
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/
DMipsGenAsmMatcher.inc2105 /// 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/
DARMGenAsmMatcher.inc4903 /// 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/
DARMAsmParser.cpp10405 return isSubclass((MatchClassKind)DupCheckMatchClass, in FilterNearMisses()
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/
DAArch64GenAsmMatcher.inc7527 /// 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/
DX86GenAsmMatcher.inc4827 /// 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)) {