Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp366 int NewSS = ColorSlot(li); in ColorSlots() local
367 assert(NewSS >= 0 && "Stack coloring failed?"); in ColorSlots()
368 SlotMapping[SS] = NewSS; in ColorSlots()
369 RevMap[NewSS].push_back(SS); in ColorSlots()
370 SlotWeights[NewSS] += li->weight(); in ColorSlots()
371 UsedColors.set(NewSS); in ColorSlots()
372 Changed |= (SS != NewSS); in ColorSlots()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStreamChecker.cpp673 const StreamState &NewSS) { in setStreamState()
674 NewES = NewSS.ErrorState; in setStreamState()
675 return State->set<StreamMap>(StreamSym, NewSS); in setStreamState()
1642 StreamState NewSS = StreamState::getOpened(Desc, NewES, false); in evalFflush() local
1643 StateNotFailed = StateNotFailed->set<StreamMap>(Sym, NewSS); in evalFflush()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp8651 CXXScopeSpec NewSS; in attemptRecovery() local
8655 NewSS.MakeTrivial(SemaRef.Context, NNS, TC.getCorrectionRange()); in attemptRecovery()
8657 NewSS = *SS; in attemptRecovery()
8676 NewSS, R, Consumer.isAddressOfOperand())) in attemptRecovery()
8678 NewSS, /*TemplateKWLoc*/ SourceLocation(), R, in attemptRecovery()
8686 return SemaRef.BuildDeclarationNameExpr(NewSS, R, /*NeedsADL*/ false, in attemptRecovery()
H A DSemaDecl.cpp408 CXXScopeSpec NewSS, *NewSSPtr = SS; in getTypeName() local
410 NewSS.MakeTrivial(Context, NNS, SourceRange(NameLoc)); in getTypeName()
411 NewSSPtr = &NewSS; in getTypeName()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h14318 llvm::SmallVectorImpl<SatisfactionStackEntryTy> &NewSS) { in SwapSatisfactionStack() argument
14319 SatisfactionStack.swap(NewSS); in SwapSatisfactionStack()