Searched refs:hasType (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | NumberObjectConversionChecker.cpp | 202 expr(hasType( in checkASTCodeBody() 211 expr(hasType(hasCanonicalType( in checkASTCodeBody() 223 expr(hasType(hasCanonicalType( in checkASTCodeBody() 266 expr(ignoringParenImpCasts(expr(hasType(SuspiciousScalarTypeM)))); in checkASTCodeBody() 280 callExpr(hasAnyArgument(allOf(hasType(SuspiciousScalarTypeM), in checkASTCodeBody() 316 explicitCastExpr(allOf(hasType(SuspiciousScalarBooleanTypeM), in checkASTCodeBody() 320 explicitCastExpr(allOf(hasType(SuspiciousScalarNumberTypeM), in checkASTCodeBody() 325 varDecl(hasType(SuspiciousScalarTypeM), in checkASTCodeBody()
|
| H A D | ObjCAutoreleaseWriteChecker.cpp | 155 parmVarDecl(hasType(hasCanonicalType(pointerType( in checkASTCodeBody() 180 hasType(hasCanonicalType(blockPointerType())), in checkASTCodeBody()
|
| H A D | GCDAntipatternChecker.cpp | 106 auto HasBlockArgumentM = hasAnyArgument(hasType( in findGCDAntiPatternWithSemaphore() 152 auto HasBlockArgumentM = hasAnyArgument(hasType( in findGCDAntiPatternWithGroup()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | LoopUnrolling.cpp | 88 to(varDecl(hasType(isInteger())).bind(BindName))))), in simpleCondition() 109 parmVarDecl(hasType(references(qualType(unless(isConstQualified()))))))); in callByRef() 115 allOf(hasType(referenceType()), in assignedToRef() 159 hasType(isInteger())))))))), in forLoopMatcher()
|
| H A D | LoopWidening.cpp | 71 …auto Matches = match(findAll(stmt(hasDescendant(varDecl(hasType(referenceType())).bind(MatchRef)))… in getWidenedLoopState()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/ |
| H A D | ExprMutationAnalyzer.cpp | 243 equalsNode(Exp), parmVarDecl(hasType(nonConstReferenceType()))); in findDirectMutation() 250 hasType(templateTypeParmType())))), in findDirectMutation() 324 hasLoopVariable(varDecl(hasType(nonConstReferenceType())) in findRangeLoopMutation() 350 hasType(nonConstReferenceType()), in findReferenceMutation() 368 parmVarDecl(hasType(nonConstReferenceType())).bind("parm")); in findFunctionArgMutation()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Linker/ |
| H A D | IRMover.h | 60 bool hasType(StructType *Ty);
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 3105 hasType, 3135 hasType, AST_POLYMORPHIC_SUPPORTED_TYPES(Expr, FriendDecl, ValueDecl), 3269 anyOf(hasType(InnerMatcher), hasType(pointsTo(InnerMatcher)))) 3277 anyOf(hasType(InnerMatcher), hasType(pointsTo(InnerMatcher)))) 6190 integerLiteral(equals(0), hasParent(expr(hasType(pointerType()))))); in AST_MATCHER_FUNCTION()
|
| /freebsd-12.1/contrib/llvm/lib/Linker/ |
| H A D | IRMover.cpp | 250 DstStructTypesSet.hasType(STy)) in get() 739 if (TypeMap.DstStructTypesSet.hasType(ST)) { in computeTypeMapping() 773 if (TypeMap.DstStructTypesSet.hasType(DST)) in computeTypeMapping() 1459 bool IRMover::IdentifiedStructTypeSet::hasType(StructType *Ty) { in hasType() function in IRMover::IdentifiedStructTypeSet
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Registry.cpp | 108 REGISTER_OVERLOADED_2(hasType); in RegistryMaps()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | Attr.td | 376 // hasType is abstract, it should be used with one of the sub-rules. 377 def SubjectMatcherForType : AttrSubjectMatcherRule<"hasType", [], [
|