Searched refs:hasType (Results 1 – 13 of 13) sorted by relevance
/external/clang/unittests/ASTMatchers/ |
D | ASTMatchersTest.cpp | 269 hasInitializer(hasType(recordDecl(isDerivedFrom("Base1"))))))); in TEST() 273 hasInitializer(hasType(recordDecl(isDerivedFrom("Base2"))))))); in TEST() 277 hasInitializer(hasType(recordDecl(isDerivedFrom("Base1"), in TEST() 294 hasInitializer(hasType(recordDecl(isDerivedFrom("Base1"))))))); in TEST() 298 hasInitializer(hasType(recordDecl(isDerivedFrom("Base2"))))))); in TEST() 302 hasInitializer(hasType(recordDecl(isDerivedFrom("Base1"), in TEST() 387 hasArgument(1, hasType(pointsTo( in TEST() 392 hasArgument(1, hasType(pointsTo( in TEST() 398 hasArgument(1, hasType(pointsTo( in TEST() 724 varDecl(hasName("i"), hasType(qualType(has(builtinType())))))); in TEST() [all …]
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.cpp | 397 if (RC->hasType(MVT::i64) || RC->hasType(MVT::i32)) { in storeRegToStackSlot() 405 assert((RC->hasType(MVT::f32) || RC->hasType(MVT::f64) || in storeRegToStackSlot() 406 RC->hasType(MVT::f128)) in storeRegToStackSlot() 443 if (RC->hasType(MVT::i64) || RC->hasType(MVT::i32)) { in loadRegFromStackSlot() 451 assert((RC->hasType(MVT::f32) || RC->hasType(MVT::f64) in loadRegFromStackSlot() 452 || RC->hasType(MVT::f128)) in loadRegFromStackSlot()
|
/external/smack/src/org/xbill/DNS/ |
D | NSECRecord.java | 94 hasType(int type) { in hasType() method in NSECRecord
|
D | NSEC3Record.java | 221 hasType(int type) in hasType() method in NSEC3Record
|
/external/clang/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 1733 AST_POLYMORPHIC_MATCHER_P(hasType, internal::Matcher<QualType>, in AST_POLYMORPHIC_MATCHER_P() argument 1761 hasType(const internal::Matcher<Decl> &InnerMatcher) { in hasType() function 1762 return hasType(qualType(hasDeclaration(InnerMatcher))); in hasType() 1853 anyOf(hasType(InnerMatcher), hasType(pointsTo(InnerMatcher)))); in thisPointerType() 1860 anyOf(hasType(InnerMatcher), hasType(pointsTo(InnerMatcher)))); in thisPointerType()
|
/external/clang/docs/ |
D | LibASTMatchersTutorial.rst | 212 variable(hasType(isInteger())).bind("intvar") 363 hasUnaryOperand(declRefExpr(to(varDecl(hasType(isInteger()))))))) 373 varDecl(hasType(isInteger())).bind("incrementVariable")))))) 398 hasLHS(declRefExpr(to(varDecl(hasType(isInteger()))))), 399 hasRHS(expr(hasType(isInteger()))))) 436 to(varDecl(hasType(isInteger())))))), 437 hasRHS(expr(hasType(isInteger())))))
|
/external/llvm/lib/CodeGen/ |
D | TargetRegisterInfo.cpp | 109 if ((VT == MVT::Other || RC->hasType(VT)) && RC->contains(reg) && in getMinimalPhysRegClass()
|
/external/llvm/include/llvm/Target/ |
D | TargetRegisterInfo.h | 104 bool hasType(EVT vt) const { in hasType() function
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
D | Descriptors.java | 895 if (proto.hasType()) { in FieldDescriptor() 957 if (!proto.hasType()) { in crossLink()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | InstrEmitter.cpp | 163 assert(UseRC->hasType(VT) && "Incompatible phys register def and uses!"); in EmitCopyFromReg()
|
D | TargetLowering.cpp | 2023 if (RC->hasType(VT)) in getRegForInlineAsmConstraint()
|
D | SelectionDAGBuilder.cpp | 5757 PhysReg.second && !PhysReg.second->hasType(OpInfo.ConstraintVT)) { in GetRegistersForValue()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 14250 assert(RC->hasType(MVT::i32) && "Invalid destination!"); in emitEHSjLjSetJmp() 18294 if (Res.second->hasType(VT)) in getRegForInlineAsmConstraint() 18362 else if (X86::VR128RegClass.hasType(VT)) in getRegForInlineAsmConstraint() 18364 else if (X86::VR256RegClass.hasType(VT)) in getRegForInlineAsmConstraint()
|