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

  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCallAndReturn.cpp 357 bool &IsRecursive, unsigned &StackDepth) {
358 IsRecursive = false;
368 IsRecursive = true;
852 bool IsRecursive = false;
854 examineStackFrames(D, Pred->getLocationContext(), IsRecursive, StackDepth);
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 545 bool &IsRecursive, unsigned &StackDepth);

Completed in 78 milliseconds