HomeSort by relevance Sort by last modified time
    Searched refs: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 {
424 virtual bool argumentsMayEscape() const;
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 150 if (!argumentsMayEscape())
319 bool AnyFunctionCall::argumentsMayEscape() const {
    [all...]

Completed in 263 milliseconds