Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp248 if (!argumentsMayEscape()) in invalidateRegions()
622 bool AnyFunctionCall::argumentsMayEscape() const { in argumentsMayEscape() function in AnyFunctionCall
623 if (CallEvent::argumentsMayEscape() || hasVoidPointerToNonConstArg()) in argumentsMayEscape()
1394 bool ObjCMethodCall::argumentsMayEscape() const { in argumentsMayEscape() function in ObjCMethodCall
1402 return CallEvent::argumentsMayEscape(); in argumentsMayEscape()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h324 virtual bool argumentsMayEscape() const { return hasNonZeroCallbackArg(); } in argumentsMayEscape() function
520 bool argumentsMayEscape() const override;
664 bool argumentsMayEscape() const override { return true; } in argumentsMayEscape() function
1341 bool argumentsMayEscape() const override;
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DSimpleStreamChecker.cpp204 if (Call.argumentsMayEscape()) in guaranteedNotToCloseFile()
H A DMallocChecker.cpp3381 if (!Call->isInSystemHeader() || Call->argumentsMayEscape()) in mayFreeAnyEscapedMemoryOrIsModeledExplicitly()
3519 if (Call->argumentsMayEscape()) in mayFreeAnyEscapedMemoryOrIsModeledExplicitly()