Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
1253 using CallEventTemplateTy = SimpleFunctionCall;
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DInnerPointerChecker.cpp226 if (isa<SimpleFunctionCall>(Call)) { in checkPostCall()
H A DSmartPtrModeling.cpp256 const auto *FC = dyn_cast<SimpleFunctionCall>(&Call); in isStdOstreamOperatorCall()
453 const auto *FC = dyn_cast<SimpleFunctionCall>(&Call); in handleComparisionOp()
H A DMallocChecker.cpp3126 if (!isa<SimpleFunctionCall, ObjCMethodCall>(Call)) in mayFreeAnyEscapedMemoryOrIsModeledExplicitly()
3181 const FunctionDecl *FD = cast<SimpleFunctionCall>(Call)->getDecl(); in mayFreeAnyEscapedMemoryOrIsModeledExplicitly()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp661 const FunctionDecl *SimpleFunctionCall::getDecl() const { in getDecl()
1392 return create<SimpleFunctionCall>(CE, State, LCtx); in getSimpleCall()