HomeSort by: relevance | last modified time | path
    Searched refs:ChildSize (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
DAGISelMatcherEmitter.cpp 270 const unsigned ChildSize = SizeMatcherList(SM->getChild(i), OS);
271 assert(ChildSize != 0 && "Matcher cannot have child of size 0");
272 SM->getChild(i)->setSize(ChildSize);
273 Size += GetVBRSize(ChildSize) + ChildSize; // Count VBR and child size.
298 const unsigned ChildSize = SizeMatcherList(Child, OS);
299 assert(ChildSize != 0 && "Matcher cannot have child of size 0");
300 Child->setSize(ChildSize);
301 Size += GetVBRSize(ChildSize) + ChildSize; // Count VBR and child size
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Format/
TokenAnnotator.cpp 2521 unsigned ChildSize = 0;
2524 ChildSize = LastOfChild.isTrailingComment() ? Style.ColumnLimit
2535 ChildSize + Current->SpacesRequiredBefore;

Completed in 28 milliseconds