Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp355 bool AnyFunctionCall::argumentsMayEscape() const { in argumentsMayEscape() function in AnyFunctionCall
1007 bool ObjCMethodCall::argumentsMayEscape() const { in argumentsMayEscape() function in ObjCMethodCall
/aosp_15_r20/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h304 virtual bool argumentsMayEscape() const { in argumentsMayEscape() function
592 bool argumentsMayEscape() const override { in argumentsMayEscape() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h323 virtual bool argumentsMayEscape() const { return hasNonZeroCallbackArg(); } in argumentsMayEscape() function
661 bool argumentsMayEscape() const override { return true; } in argumentsMayEscape() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h323 virtual bool argumentsMayEscape() const { return hasNonZeroCallbackArg(); } in argumentsMayEscape() function
661 bool argumentsMayEscape() const override { return true; } in argumentsMayEscape() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h323 virtual bool argumentsMayEscape() const { return hasNonZeroCallbackArg(); } in argumentsMayEscape() function
661 bool argumentsMayEscape() const override { return true; } in argumentsMayEscape() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h324 virtual bool argumentsMayEscape() const { return hasNonZeroCallbackArg(); } in argumentsMayEscape() function
662 bool argumentsMayEscape() const override { return true; } in argumentsMayEscape() function