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.cpp397 size_t StartSize = Accesses.size(); in hasLoadFromStackSlot() local
405 return Accesses.size() != StartSize; in hasLoadFromStackSlot()
411 size_t StartSize = Accesses.size(); in hasStoreToStackSlot() local
419 return Accesses.size() != StartSize; in hasStoreToStackSlot()
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp232 const unsigned StartSize = Buf.size(); in VisitFunctionDecl() local
234 if (Buf.size() == StartSize) in VisitFunctionDecl()
/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp810 const size_t StartSize = MangledName.size(); in demangleMD5Name() local
825 assert(MangledName.size() < StartSize); in demangleMD5Name()
826 const size_t Count = StartSize - MangledName.size(); in demangleMD5Name()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2044 unsigned StartSize = ResultStmts.size(); in CollectStatementsForCase() local
2132 ResultStmts.resize(StartSize); in CollectStatementsForCase()