Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DNumberObjectConversionChecker.cpp202 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 DObjCAutoreleaseWriteChecker.cpp155 parmVarDecl(hasType(hasCanonicalType(pointerType( in checkASTCodeBody()
180 hasType(hasCanonicalType(blockPointerType())), in checkASTCodeBody()
H A DGCDAntipatternChecker.cpp106 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 DLoopUnrolling.cpp88 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 DLoopWidening.cpp71 …auto Matches = match(findAll(stmt(hasDescendant(varDecl(hasType(referenceType())).bind(MatchRef)))… in getWidenedLoopState()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp243 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 DIRMover.h60 bool hasType(StructType *Ty);
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3105 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 DIRMover.cpp250 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 DRegistry.cpp108 REGISTER_OVERLOADED_2(hasType); in RegistryMaps()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DAttr.td376 // hasType is abstract, it should be used with one of the sub-rules.
377 def SubjectMatcherForType : AttrSubjectMatcherRule<"hasType", [], [