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.cpp249 if (!argumentsMayEscape()) in invalidateRegions()
623 bool AnyFunctionCall::argumentsMayEscape() const { in argumentsMayEscape() function in AnyFunctionCall
624 if (CallEvent::argumentsMayEscape() || hasVoidPointerToNonConstArg()) in argumentsMayEscape()
1374 bool ObjCMethodCall::argumentsMayEscape() const { in argumentsMayEscape() function in ObjCMethodCall
1382 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;
662 bool argumentsMayEscape() const override { return true; } in argumentsMayEscape() function
1334 bool argumentsMayEscape() const override;
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DSimpleStreamChecker.cpp204 if (Call.argumentsMayEscape()) in guaranteedNotToCloseFile()
H A DMallocChecker.cpp3188 if (!Call->isInSystemHeader() || Call->argumentsMayEscape()) in mayFreeAnyEscapedMemoryOrIsModeledExplicitly()
3326 if (Call->argumentsMayEscape()) in mayFreeAnyEscapedMemoryOrIsModeledExplicitly()