Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp378 int NewSS = ColorSlot(li); in ColorSlots() local
379 assert(NewSS >= 0 && "Stack coloring failed?"); in ColorSlots()
380 SlotMapping[SS] = NewSS; in ColorSlots()
381 RevMap[NewSS].push_back(SS); in ColorSlots()
382 SlotWeights[NewSS] += li->weight(); in ColorSlots()
383 UsedColors.set(NewSS); in ColorSlots()
384 Changed |= (SS != NewSS); in ColorSlots()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStreamChecker.cpp680 const StreamState &NewSS) { in setStreamState()
681 NewES = NewSS.ErrorState; in setStreamState()
682 return State->set<StreamMap>(StreamSym, NewSS); in setStreamState()
1681 StreamState NewSS = StreamState::getOpened(Desc, NewES, false); in evalFflush() local
1682 StateNotFailed = StateNotFailed->set<StreamMap>(Sym, NewSS); in evalFflush()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h14631 llvm::SmallVectorImpl<SatisfactionStackEntryTy> &NewSS) { in SwapSatisfactionStack() argument
14632 SatisfactionStack.swap(NewSS); in SwapSatisfactionStack()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp434 CXXScopeSpec NewSS, *NewSSPtr = SS; in getTypeName() local
436 NewSS.MakeTrivial(Context, NNS, SourceRange(NameLoc)); in getTypeName()
437 NewSSPtr = &NewSS; in getTypeName()