Home
last modified time | relevance | path

Searched refs:StartSize (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp364 size_t StartSize = Accesses.size(); in hasLoadFromStackSlot() local
372 return Accesses.size() != StartSize; in hasLoadFromStackSlot()
378 size_t StartSize = Accesses.size(); in hasStoreToStackSlot() local
386 return Accesses.size() != StartSize; in hasStoreToStackSlot()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DUSRGeneration.cpp225 const unsigned StartSize = Buf.size(); in VisitFunctionDecl() local
227 if (Buf.size() == StartSize) in VisitFunctionDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp1567 unsigned StartSize = ResultStmts.size(); in CollectStatementsForCase() local
1655 ResultStmts.resize(StartSize); in CollectStatementsForCase()