Home
last modified time | relevance | path

Searched refs:isSubclass (Results 1 – 11 of 11) 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.java171 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/
DAVRAsmParser.cpp720 if (isSubclass(Expected, MCK_DREGS)) { in validateTargetOperandClass()
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/RISCV/
DRISCVGenAsmMatcher.inc1240 /// 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/
DPPCGenAsmMatcher.inc3256 /// 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/
DMipsGenAsmMatcher.inc2149 /// 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/
DARMGenAsmMatcher.inc6305 /// 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/
DARMAsmParser.cpp11632 return isSubclass((MatchClassKind)DupCheckMatchClass, in FilterNearMisses()
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/
DAArch64GenAsmMatcher.inc8033 /// 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/
DX86GenAsmMatcher.inc5493 /// 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/
Djdk1.5.0.12.txt.gz