Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp327 bool AnyFunctionCall::argumentsMayEscape() const { in argumentsMayEscape() function in AnyFunctionCall
872 bool ObjCMethodCall::argumentsMayEscape() const { in argumentsMayEscape() function in ObjCMethodCall
/minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h264 virtual bool argumentsMayEscape() const { in argumentsMayEscape() function
504 bool argumentsMayEscape() const override { in argumentsMayEscape() function