Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp363 size_t StartSize = Accesses.size(); in hasLoadFromStackSlot() local
371 return Accesses.size() != StartSize; in hasLoadFromStackSlot()
377 size_t StartSize = Accesses.size(); in hasStoreToStackSlot() local
385 return Accesses.size() != StartSize; in hasStoreToStackSlot()
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp236 const unsigned StartSize = Buf.size(); in VisitFunctionDecl() local
238 if (Buf.size() == StartSize) in VisitFunctionDecl()
/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp809 const size_t StartSize = MangledName.size(); in demangleMD5Name() local
824 assert(MangledName.size() < StartSize); in demangleMD5Name()
825 const size_t Count = StartSize - MangledName.size(); in demangleMD5Name()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp1895 unsigned StartSize = ResultStmts.size(); in CollectStatementsForCase() local
1983 ResultStmts.resize(StartSize); in CollectStatementsForCase()