Searched refs:StartSize (Results 1 – 4 of 4) sorted by relevance
363 size_t StartSize = Accesses.size(); in hasLoadFromStackSlot() local371 return Accesses.size() != StartSize; in hasLoadFromStackSlot()377 size_t StartSize = Accesses.size(); in hasStoreToStackSlot() local385 return Accesses.size() != StartSize; in hasStoreToStackSlot()
236 const unsigned StartSize = Buf.size(); in VisitFunctionDecl() local238 if (Buf.size() == StartSize) in VisitFunctionDecl()
809 const size_t StartSize = MangledName.size(); in demangleMD5Name() local824 assert(MangledName.size() < StartSize); in demangleMD5Name()825 const size_t Count = StartSize - MangledName.size(); in demangleMD5Name()
1895 unsigned StartSize = ResultStmts.size(); in CollectStatementsForCase() local1983 ResultStmts.resize(StartSize); in CollectStatementsForCase()