Home
last modified time | relevance | path

Searched refs:hasType (Results 1 – 13 of 13) sorted by relevance

/external/clang/unittests/ASTMatchers/
DASTMatchersTest.cpp269 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/
DAArch64InstrInfo.cpp397 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/
DNSECRecord.java94 hasType(int type) { in hasType() method in NSECRecord
DNSEC3Record.java221 hasType(int type) in hasType() method in NSEC3Record
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h1733 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/
DLibASTMatchersTutorial.rst212 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/
DTargetRegisterInfo.cpp109 if ((VT == MVT::Other || RC->hasType(VT)) && RC->contains(reg) && in getMinimalPhysRegClass()
/external/llvm/include/llvm/Target/
DTargetRegisterInfo.h104 bool hasType(EVT vt) const { in hasType() function
/external/protobuf/java/src/main/java/com/google/protobuf/
DDescriptors.java895 if (proto.hasType()) { in FieldDescriptor()
957 if (!proto.hasType()) { in crossLink()
/external/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp163 assert(UseRC->hasType(VT) && "Incompatible phys register def and uses!"); in EmitCopyFromReg()
DTargetLowering.cpp2023 if (RC->hasType(VT)) in getRegForInlineAsmConstraint()
DSelectionDAGBuilder.cpp5757 PhysReg.second && !PhysReg.second->hasType(OpInfo.ConstraintVT)) { in GetRegistersForValue()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp14250 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()