Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp267 if (!argumentsMayEscape()) in invalidateRegions()
596 bool AnyFunctionCall::argumentsMayEscape() const { in argumentsMayEscape() function in AnyFunctionCall
597 if (CallEvent::argumentsMayEscape() || hasVoidPointerToNonConstArg()) in argumentsMayEscape()
1341 bool ObjCMethodCall::argumentsMayEscape() const { in argumentsMayEscape() function in ObjCMethodCall
1349 return CallEvent::argumentsMayEscape(); in argumentsMayEscape()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h316 virtual bool argumentsMayEscape() const { in argumentsMayEscape() function
503 bool argumentsMayEscape() const override;
644 bool argumentsMayEscape() const override { in argumentsMayEscape() function
1213 bool argumentsMayEscape() const override;
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DSimpleStreamChecker.cpp236 if (Call.argumentsMayEscape()) in guaranteedNotToCloseFile()
H A DMallocChecker.cpp2926 if (!Call->isInSystemHeader() || Call->argumentsMayEscape()) in mayFreeAnyEscapedMemoryOrIsModeledExplicitly()
3059 if (Call->argumentsMayEscape()) in mayFreeAnyEscapedMemoryOrIsModeledExplicitly()