Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h536 class SimpleFunctionCall : public AnyFunctionCall {
540 SimpleFunctionCall(const CallExpr *CE, ProgramStateRef St, in SimpleFunctionCall() function
544 SimpleFunctionCall(const SimpleFunctionCall &Other) = default;
547 new (Dest) SimpleFunctionCall(*this); in cloneTo()
736 class CXXStaticOperatorCall : public SimpleFunctionCall {
743 : SimpleFunctionCall(CE, St, LCtx, ElemRef) {} in CXXStaticOperatorCall()
752 return cast<CXXOperatorCallExpr>(SimpleFunctionCall::getOriginExpr()); in getOriginExpr()
1369 using CallEventTemplateTy = SimpleFunctionCall;
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DInnerPointerChecker.cpp216 if (isa<SimpleFunctionCall>(Call)) { in checkPostCall()
H A DSmartPtrModeling.cpp253 const auto *FC = dyn_cast<SimpleFunctionCall>(&Call); in isStdOstreamOperatorCall()
450 const auto *FC = dyn_cast<SimpleFunctionCall>(&Call); in handleComparisionOp()
H A DMallocChecker.cpp3374 if (!isa<SimpleFunctionCall, ObjCMethodCall>(Call)) in mayFreeAnyEscapedMemoryOrIsModeledExplicitly()
3429 const FunctionDecl *FD = cast<SimpleFunctionCall>(Call)->getDecl(); in mayFreeAnyEscapedMemoryOrIsModeledExplicitly()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp683 const FunctionDecl *SimpleFunctionCall::getDecl() const { in getDecl()
691 RuntimeDefinition SimpleFunctionCall::getRuntimeDefinition() const { in getRuntimeDefinition()
1444 return create<SimpleFunctionCall>(CE, State, LCtx, ElemRef); in getSimpleCall()