Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp250 if (!argumentsMayEscape()) in invalidateRegions()
564 bool AnyFunctionCall::argumentsMayEscape() const { in argumentsMayEscape() function in AnyFunctionCall
565 if (CallEvent::argumentsMayEscape() || hasVoidPointerToNonConstArg()) in argumentsMayEscape()
1310 bool ObjCMethodCall::argumentsMayEscape() const { in argumentsMayEscape() function in ObjCMethodCall
1318 return CallEvent::argumentsMayEscape(); in argumentsMayEscape()
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h314 virtual bool argumentsMayEscape() const { in argumentsMayEscape() function
502 bool argumentsMayEscape() const override;
643 bool argumentsMayEscape() const override { in argumentsMayEscape() function
1212 bool argumentsMayEscape() const override;
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DSimpleStreamChecker.cpp223 if (Call.argumentsMayEscape()) in guaranteedNotToCloseFile()
H A DMallocChecker.cpp3142 if (!Call->isInSystemHeader() || Call->argumentsMayEscape()) in mayFreeAnyEscapedMemoryOrIsModeledExplicitly()
3275 if (Call->argumentsMayEscape()) in mayFreeAnyEscapedMemoryOrIsModeledExplicitly()