Searched refs:isSubclass (Results 1 – 11 of 11) 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 | 171 if (!isSubclass(owner, canonOwner)) { in lexicalBase() 193 private boolean isSubclass(ClassSymbol s, ClassSymbol t) { in isSubclass() method in Canonicalize
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/AsmParser/ |
D | AVRAsmParser.cpp | 720 if (isSubclass(Expected, MCK_DREGS)) { in validateTargetOperandClass()
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/RISCV/ |
D | RISCVGenAsmMatcher.inc | 1240 /// isSubclass - Compute whether \p A is a subclass of \p B. 1241 static bool isSubclass(MatchClassKind A, MatchClassKind B) { 1309 return isSubclass(matchTokenString(Operand.getToken()), Kind) ? 1675 return isSubclass(OpKind, Kind) ? (unsigned)MCTargetAsmParser::Match_Success : 2457 OperandsValid = (Formal == InvalidMatchClass) || isSubclass(Formal, OptionalMatchClass); 2486 if (Diag == Match_InvalidOperand && isSubclass(Formal, OptionalMatchClass)) {
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/ |
D | PPCGenAsmMatcher.inc | 3256 /// isSubclass - Compute whether \p A is a subclass of \p B. 3257 static bool isSubclass(MatchClassKind A, MatchClassKind B) { 3353 return isSubclass(matchTokenString(Operand.getToken()), Kind) ? 4002 return isSubclass(OpKind, Kind) ? (unsigned)MCTargetAsmParser::Match_Success : 7113 OperandsValid = (Formal == InvalidMatchClass) || isSubclass(Formal, OptionalMatchClass); 7142 if (Diag == Match_InvalidOperand && isSubclass(Formal, OptionalMatchClass)) {
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/ |
D | MipsGenAsmMatcher.inc | 2149 /// isSubclass - Compute whether \p A is a subclass of \p B. 2150 static bool isSubclass(MatchClassKind A, MatchClassKind B) { 3467 return isSubclass(matchTokenString(Operand.getToken()), Kind) ? 4599 return isSubclass(OpKind, Kind) ? (unsigned)MCTargetAsmParser::Match_Success : 8159 OperandsValid = (Formal == InvalidMatchClass) || isSubclass(Formal, OptionalMatchClass); 8188 if (Diag == Match_InvalidOperand && isSubclass(Formal, OptionalMatchClass)) {
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/ |
D | ARMGenAsmMatcher.inc | 6305 /// isSubclass - Compute whether \p A is a subclass of \p B. 6306 static bool isSubclass(MatchClassKind A, MatchClassKind B) { 7347 return isSubclass(matchTokenString(Operand.getToken()), Kind) ? 9343 return isSubclass(OpKind, Kind) ? (unsigned)MCTargetAsmParser::Match_Success : 15159 … bool ThisOperandValid = (Formal == InvalidMatchClass) || isSubclass(Formal, OptionalMatchClass); 15205 if (Diag == Match_InvalidOperand && isSubclass(Formal, OptionalMatchClass)) {
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/ |
D | ARMAsmParser.cpp | 11632 return isSubclass((MatchClassKind)DupCheckMatchClass, in FilterNearMisses()
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenAsmMatcher.inc | 8033 /// isSubclass - Compute whether \p A is a subclass of \p B. 8034 static bool isSubclass(MatchClassKind A, MatchClassKind B) { 8839 return isSubclass(matchTokenString(Operand.getToken()), Kind) ? 11826 return isSubclass(OpKind, Kind) ? (unsigned)MCTargetAsmParser::Match_Success : 27547 OperandsValid = (Formal == InvalidMatchClass) || isSubclass(Formal, OptionalMatchClass); 27576 if (Diag == Match_InvalidOperand && isSubclass(Formal, OptionalMatchClass)) {
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenAsmMatcher.inc | 5493 /// isSubclass - Compute whether \p A is a subclass of \p B. 5494 static bool isSubclass(MatchClassKind A, MatchClassKind B) { 6677 return isSubclass(matchTokenString(Operand.getToken()), Kind) ? 7366 return isSubclass(OpKind, Kind) ? (unsigned)MCTargetAsmParser::Match_Success : 37000 OperandsValid = (Formal == InvalidMatchClass) || isSubclass(Formal, OptionalMatchClass); 37029 if (Diag == Match_InvalidOperand && isSubclass(Formal, OptionalMatchClass)) {
|
/external/ow2-asm/tools/retrofitter/src/main/resources/ |
D | jdk1.5.0.12.txt.gz |
|