Home
last modified time | relevance | path

Searched refs:SimpleFunctionCall (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h519 class SimpleFunctionCall : public AnyFunctionCall {
523 SimpleFunctionCall(const CallExpr *CE, ProgramStateRef St, in SimpleFunctionCall() function
526 SimpleFunctionCall(const SimpleFunctionCall &Other) = default;
529 new (Dest) SimpleFunctionCall(*this); in cloneTo()
1334 using CallEventTemplateTy = SimpleFunctionCall;
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DInnerPointerChecker.cpp229 if (isa<SimpleFunctionCall>(Call)) { in checkPostCall()
H A DMallocChecker.cpp2919 if (!(isa<SimpleFunctionCall>(Call) || isa<ObjCMethodCall>(Call))) in mayFreeAnyEscapedMemoryOrIsModeledExplicitly()
2974 const FunctionDecl *FD = cast<SimpleFunctionCall>(Call)->getDecl(); in mayFreeAnyEscapedMemoryOrIsModeledExplicitly()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp657 const FunctionDecl *SimpleFunctionCall::getDecl() const { in getDecl()
1387 return create<SimpleFunctionCall>(CE, State, LCtx); in getSimpleCall()