Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
HDSimpleStreamChecker.cpp245 if (Call.argumentsMayEscape()) in guaranteedNotToCloseFile()
HDMallocChecker.cpp2007 if (Call->argumentsMayEscape()) in mayFreeAnyEscapedMemoryOrIsModeledExplicitly()
/trueos/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDCallEvent.h266 virtual bool argumentsMayEscape() const { in argumentsMayEscape() function
420 virtual bool argumentsMayEscape() const;
/trueos/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDCallEvent.cpp150 if (!argumentsMayEscape()) in invalidateRegions()
335 bool AnyFunctionCall::argumentsMayEscape() const { in argumentsMayEscape() function in AnyFunctionCall