HomeSort by relevance Sort by last modified time
    Searched refs:argumentsMayEscape (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 172 if (!argumentsMayEscape())
345 bool AnyFunctionCall::argumentsMayEscape() const {
346 if (CallEvent::argumentsMayEscape() || hasVoidPointerToNonConstArg())
930 bool ObjCMethodCall::argumentsMayEscape() const {
938 return CallEvent::argumentsMayEscape();
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 272 virtual bool argumentsMayEscape() const {
420 bool argumentsMayEscape() const override;
560 bool argumentsMayEscape() const override {
934 bool argumentsMayEscape() const override;
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
SimpleStreamChecker.cpp 245 if (Call.argumentsMayEscape())
MallocChecker.cpp     [all...]

Completed in 53 milliseconds