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

  /external/clang/lib/AST/
StmtDumper.cpp 33 /// MaxDepth - When doing a normal dump (not dumpAll) we only want to dump
36 unsigned MaxDepth;
44 StmtDumper(SourceManager *sm, raw_ostream &os, unsigned maxDepth)
45 : SM(sm), OS(os), IndentLevel(0-1), MaxDepth(maxDepth) {
52 if (MaxDepth == 0) return;
  /external/llvm/lib/Analysis/
ValueTracking.cpp 35 const unsigned MaxDepth = 6;
231 assert(Depth <= MaxDepth && "Limit Search Depth");
322 if (Depth == MaxDepth)
695 if (Depth < MaxDepth - 1 && !KnownZero && !KnownOne) {
711 MaxDepth-1);
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp     [all...]
  /external/clang/include/clang/Parse/
Parser.h 454 enum { MaxDepth = 256 };
487 if (getDepth() < MaxDepth) {
    [all...]

Completed in 337 milliseconds