Searched refs:SimpleFunctionCall (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h496 class SimpleFunctionCall : public AnyFunctionCall { class in namespace:clang::ento
500 SimpleFunctionCall(const CallExpr *CE, ProgramStateRef St, function in class:clang::ento::SimpleFunctionCall
503 SimpleFunctionCall(const SimpleFunctionCall &Other) = default;
506 new (Dest) SimpleFunctionCall(*this); variable
1154 using CallEventTemplateTy = SimpleFunctionCall;
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp662 const FunctionDecl *SimpleFunctionCall::getDecl() const {
1379 return create<SimpleFunctionCall>(CE, State, LCtx);
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp2938 if (!(isa<SimpleFunctionCall>(Call) || isa<ObjCMethodCall>(Call)))
2993 const FunctionDecl *FD = cast<SimpleFunctionCall>(Call)->getDecl();

Completed in 132 milliseconds