Home
last modified time | relevance | path

Searched defs:argumentsMayEscape (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp623 bool AnyFunctionCall::argumentsMayEscape() const { in argumentsMayEscape() function in AnyFunctionCall
1374 bool ObjCMethodCall::argumentsMayEscape() const { in argumentsMayEscape() function in ObjCMethodCall
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h323 virtual bool argumentsMayEscape() const { return hasNonZeroCallbackArg(); } argumentsMayEscape() function
661 bool argumentsMayEscape() const override { return true; } argumentsMayEscape() function