Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp172 if (!argumentsMayEscape()) in invalidateRegions()
355 bool AnyFunctionCall::argumentsMayEscape() const { in argumentsMayEscape() function in AnyFunctionCall
356 if (CallEvent::argumentsMayEscape() || hasVoidPointerToNonConstArg()) in argumentsMayEscape()
1007 bool ObjCMethodCall::argumentsMayEscape() const { in argumentsMayEscape() function in ObjCMethodCall
1015 return CallEvent::argumentsMayEscape(); in argumentsMayEscape()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h304 virtual bool argumentsMayEscape() const { in argumentsMayEscape() function
452 bool argumentsMayEscape() const override;
592 bool argumentsMayEscape() const override { in argumentsMayEscape() function
971 bool argumentsMayEscape() const override;
/external/clang/lib/StaticAnalyzer/Checkers/
DSimpleStreamChecker.cpp236 if (Call.argumentsMayEscape()) in guaranteedNotToCloseFile()
DMallocChecker.cpp2401 if (!Call->isInSystemHeader() || Call->argumentsMayEscape()) in mayFreeAnyEscapedMemoryOrIsModeledExplicitly()
2536 if (Call->argumentsMayEscape()) in mayFreeAnyEscapedMemoryOrIsModeledExplicitly()