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

  /external/llvm/utils/TableGen/
DAGISelMatcherEmitter.cpp 168 unsigned ChildSize = 0;
171 VBRSize = GetVBRSize(ChildSize);
176 ChildSize = EmitMatcherList(SM->getChild(i), Indent+1,
178 } while (GetVBRSize(ChildSize) != VBRSize);
180 assert(ChildSize != 0 && "Should not have a zero-sized child!");
182 CurrentIdx += EmitVBRValue(ChildSize, OS);
184 OS << "/*->" << CurrentIdx+ChildSize << "*/";
192 CurrentIdx += ChildSize;
309 unsigned ChildSize = 0;
312 VBRSize = GetVBRSize(ChildSize);
    [all...]
  /external/clang/lib/Format/
TokenAnnotator.cpp     [all...]

Completed in 248 milliseconds