Searched refs:StartSize (Results 1 – 4 of 4) sorted by relevance
397 size_t StartSize = Accesses.size(); in hasLoadFromStackSlot() local405 return Accesses.size() != StartSize; in hasLoadFromStackSlot()411 size_t StartSize = Accesses.size(); in hasStoreToStackSlot() local419 return Accesses.size() != StartSize; in hasStoreToStackSlot()
232 const unsigned StartSize = Buf.size(); in VisitFunctionDecl() local234 if (Buf.size() == StartSize) in VisitFunctionDecl()
810 const size_t StartSize = MangledName.size(); in demangleMD5Name() local825 assert(MangledName.size() < StartSize); in demangleMD5Name()826 const size_t Count = StartSize - MangledName.size(); in demangleMD5Name()
2044 unsigned StartSize = ResultStmts.size(); in CollectStatementsForCase() local2132 ResultStmts.resize(StartSize); in CollectStatementsForCase()