Home
last modified time | relevance | path

Searched refs:ChildSize (Results 1 – 2 of 2) sorted by relevance

/external/llvm/utils/TableGen/
DDAGISelMatcherEmitter.cpp186 unsigned ChildSize = 0; in EmitMatcher() local
189 VBRSize = GetVBRSize(ChildSize); in EmitMatcher()
194 ChildSize = EmitMatcherList(SM->getChild(i), Indent+1, in EmitMatcher()
196 } while (GetVBRSize(ChildSize) != VBRSize); in EmitMatcher()
198 assert(ChildSize != 0 && "Should not have a zero-sized child!"); in EmitMatcher()
200 CurrentIdx += EmitVBRValue(ChildSize, OS); in EmitMatcher()
202 OS << "/*->" << CurrentIdx+ChildSize << "*/"; in EmitMatcher()
210 CurrentIdx += ChildSize; in EmitMatcher()
327 unsigned ChildSize = 0; in EmitMatcher() local
330 VBRSize = GetVBRSize(ChildSize); in EmitMatcher()
[all …]
/external/clang/lib/Format/
DTokenAnnotator.cpp1645 unsigned ChildSize = 0; in calculateFormattingInformation() local
1648 ChildSize = LastOfChild.isTrailingComment() ? Style.ColumnLimit in calculateFormattingInformation()
1659 ChildSize + Current->SpacesRequiredBefore; in calculateFormattingInformation()