Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DCallingConvLower.cpp197 unsigned NumLocs = Locs.size(); in getRemainingRegParmsForType() local
219 assert(NumLocs < Locs.size() && "CC assignment failed to add location"); in getRemainingRegParmsForType()
220 for (unsigned I = NumLocs, E = Locs.size(); I != E; ++I) in getRemainingRegParmsForType()
229 Locs.resize(NumLocs); in getRemainingRegParmsForType()
/external/clang/lib/Sema/
DDeclSpec.cpp966 const unsigned NumLocs = 9; in Finish() local
967 SourceLocation ExtraLocs[NumLocs] = { in Finish()
971 FixItHint Hints[NumLocs]; in Finish()
973 for (unsigned I = 0; I != NumLocs; ++I) { in Finish()