Searched defs:hasType (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/Target/
H A DTargetRegisterInfo.h104 /// hasType - return true if this TargetRegisterClass has the ValueType vt.
106 bool hasType(MVT vt) const { function in class:llvm::TargetRegisterClass
/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2010 /// Example matches y.x() (matcher = callExpr(on(hasType(recordDecl(hasName("Y"))))))
2162 /// Example matches x (matcher = expr(hasType(recordDecl(hasName("X")))))
2163 /// and z (matcher = varDecl(hasType(recordDecl(hasName("X")))))
2169 hasType, AST_POLYMORPHIC_SUPPORTED_TYPES(Expr, ValueDecl),
2180 /// while varDecl(hasType(recordDecl(hasName("X")))) matches the declaration
2183 /// Example matches x (matcher = expr(hasType(recordDecl(hasName("X")))))
2184 /// and z (matcher = varDecl(hasType(recordDecl(hasName("X")))))
2191 AST_POLYMORPHIC_MATCHER_P_OVERLOAD(hasType,
2222 /// callExpr(on(hasType(asString("class Y *"))))
2232 /// (matcher = callExpr(on(hasType(pointsT
2168 AST_POLYMORPHIC_MATCHER_P_OVERLOAD( hasType, AST_POLYMORPHIC_SUPPORTED_TYPES(Expr, ValueDecl), internal::Matcher<QualType>, InnerMatcher, 0) argument
[all...]
/external/llvm/lib/Linker/
H A DLinkModules.cpp870 if (TypeMap.DstStructTypesSet.hasType(DST))
1700 bool Linker::IdentifiedStructTypeSet::hasType(StructType *Ty) { function in class:Linker::IdentifiedStructTypeSet
/external/google-tv-pairing-protocol/java/jar/
H A Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/protobuf/ com/google/protobuf/UninitializedMessageException ...

Completed in 223 milliseconds