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

  /external/clang/lib/StaticAnalyzer/Checkers/
SimpleStreamChecker.cpp 245 if (Call.argumentsMayEscape())
MallocChecker.cpp     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 271 virtual bool argumentsMayEscape() const {
430 virtual bool argumentsMayEscape() const;
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 148 if (!argumentsMayEscape())
332 bool AnyFunctionCall::argumentsMayEscape() const {
    [all...]

Completed in 975 milliseconds