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 186 unsigned ChildSize = 0;
189 VBRSize = GetVBRSize(ChildSize);
194 ChildSize = EmitMatcherList(SM->getChild(i), Indent+1,
196 } while (GetVBRSize(ChildSize) != VBRSize);
198 assert(ChildSize != 0 && "Should not have a zero-sized child!");
200 CurrentIdx += EmitVBRValue(ChildSize, OS);
202 OS << "/*->" << CurrentIdx+ChildSize << "*/";
210 CurrentIdx += ChildSize;
327 unsigned ChildSize = 0;
330 VBRSize = GetVBRSize(ChildSize);
    [all...]
  /external/clang/lib/Format/
TokenAnnotator.cpp     [all...]

Completed in 6313 milliseconds