Searched refs:callExpr (Results 1 – 15 of 15) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | OSObjectCStyleCast.cpp | 86 auto DynamicCastM = callExpr(callee(functionDecl(hasName("safeMetaCast")))); in checkASTCodeBody() 94 auto AllocClassWithNameM = callExpr( in checkASTCodeBody()
|
| H A D | ObjCAutoreleaseWriteChecker.cpp | 195 callExpr(ArgumentCaptureM), in checkASTCodeBody() 206 callExpr(allOf( in checkASTCodeBody()
|
| H A D | RunLoopAutoreleaseLeakChecker.cpp | 143 callExpr(callee(functionDecl(hasName("xpc_main")))).bind(RunLoopRunBind); in getRunLoopRunM()
|
| H A D | NumberObjectConversionChecker.cpp | 278 callExpr(hasAnyArgument(allOf(hasType(SuspiciousScalarTypeM), in checkASTCodeBody()
|
| H A D | StreamChecker.cpp | 771 match(findAll(callExpr().bind("call")), *FD->getBody(), ACtx); in doesFnIntendToHandleOwnership()
|
| H A D | MallocChecker.cpp | 915 callExpr().bind("call")))), in doesFnIntendToHandleOwnership()
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | ExprMutationAnalyzer.cpp | 415 callExpr(callee(expr(anyOf( in findDirectMutation() 421 callExpr(allOf( in findDirectMutation() 460 anyOf(callExpr(NonConstRefParam, NotInstantiated), in findDirectMutation() 465 callExpr(isTypeDependent(), hasAnyArgument(canResolveToExpr(Exp))), in findDirectMutation() 563 match(findAll(callExpr(callee(namedDecl( in findCastMutation() 679 expr(anyOf(callExpr(NonConstRefParam, IsInstantiated, FuncDecl, in findFunctionArgMutation() 777 cxxConstructExpr(CallLikeMatcher), callExpr(CallLikeMatcher), in findPointeeToNonConst()
|
| /freebsd/contrib/llvm-project/clang/lib/ASTMatchers/ |
| H A D | GtestMatchers.cpp | 119 return callExpr(isExpandedFromMacro(getMacroName(Macro, Cmp)), in gtestComparisonInternal() 134 callExpr(callee(functionDecl(hasName( in gtestThatInternal()
|
| H A D | ASTMatchersInternal.cpp | 848 const internal::VariadicDynCastAllOfMatcher<Stmt, CallExpr> callExpr; variable
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/ |
| H A D | UncheckedOptionalAccessModel.cpp | 224 Ignorable ? callExpr(unless(hasArgument(0, *Ignorable))) : callExpr()); in isOptionalOperatorCallWithName() 228 return callExpr( in isMakeOptionalCall() 286 return callExpr(callee(functionDecl(hasName("std::swap"))), in isStdSwapCall() 293 return callExpr(callee(functionDecl(hasName("std::forward"))), in isStdForwardCall() 354 return callExpr(hasType(qualType( in isCallReturningOptional()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/ |
| H A D | UninitializedObjectChecker.cpp | 540 auto AssertLikeM = callExpr(callee(functionDecl( in hasUnguardedAccess() 547 auto NoReturnFuncM = callExpr(callee(functionDecl(isNoReturn()))); in hasUnguardedAccess()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | LoopUnrolling.cpp | 112 return callExpr(forEachArgumentWithParam( in callByRef()
|
| /freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Registry.cpp | 159 REGISTER_MATCHER(callExpr); in RegistryMaps()
|
| /freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 1516 extern const internal::VariadicDynCastAllOfMatcher<Stmt, CallExpr> callExpr; 4057 return callExpr(hasDeclaration(InnerMatcher)) 5192 callExpr(callee(functionDecl( in AST_POLYMORPHIC_MATCHER_P2()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaObjCProperty.cpp | 1528 Expr *callExpr = Res.getAs<Expr>(); in ActOnPropertyImplDecl() local 1530 dyn_cast_or_null<CXXOperatorCallExpr>(callExpr)) in ActOnPropertyImplDecl()
|