Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DCallingConvLower.cpp214 unsigned NumLocs = Locs.size(); in getRemainingRegParmsForType() local
236 assert(NumLocs < Locs.size() && "CC assignment failed to add location"); in getRemainingRegParmsForType()
237 for (unsigned I = NumLocs, E = Locs.size(); I != E; ++I) in getRemainingRegParmsForType()
246 Locs.resize(NumLocs); in getRemainingRegParmsForType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DDeclSpec.cpp1046 const unsigned NumLocs = 9; in Finish() local
1047 SourceLocation ExtraLocs[NumLocs] = { in Finish()
1051 FixItHint Hints[NumLocs]; in Finish()
1053 for (unsigned I = 0; I != NumLocs; ++I) { in Finish()