Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h518 class SimpleFunctionCall : public AnyFunctionCall {
522 SimpleFunctionCall(const CallExpr *CE, ProgramStateRef St, in SimpleFunctionCall() function
525 SimpleFunctionCall(const SimpleFunctionCall &Other) = default;
528 new (Dest) SimpleFunctionCall(*this); in cloneTo()
1240 using CallEventTemplateTy = SimpleFunctionCall;
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DInnerPointerChecker.cpp226 if (isa<SimpleFunctionCall>(Call)) { in checkPostCall()
H A DSmartPtrModeling.cpp255 const auto *FC = dyn_cast<SimpleFunctionCall>(&Call); in isStdOstreamOperatorCall()
451 const auto *FC = dyn_cast<SimpleFunctionCall>(&Call); in handleComparisionOp()
H A DMallocChecker.cpp3135 if (!isa<SimpleFunctionCall, ObjCMethodCall>(Call)) in mayFreeAnyEscapedMemoryOrIsModeledExplicitly()
3190 const FunctionDecl *FD = cast<SimpleFunctionCall>(Call)->getDecl(); in mayFreeAnyEscapedMemoryOrIsModeledExplicitly()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp625 const FunctionDecl *SimpleFunctionCall::getDecl() const { in getDecl()
1356 return create<SimpleFunctionCall>(CE, State, LCtx); in getSimpleCall()