Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp329 int NewSS = ColorSlot(li); in ColorSlots() local
330 assert(NewSS >= 0 && "Stack coloring failed?"); in ColorSlots()
331 SlotMapping[SS] = NewSS; in ColorSlots()
332 RevMap[NewSS].push_back(SS); in ColorSlots()
333 SlotWeights[NewSS] += li->weight(); in ColorSlots()
334 UsedColors.set(NewSS); in ColorSlots()
335 Changed |= (SS != NewSS); in ColorSlots()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DStreamChecker.cpp747 StreamState NewSS = StreamState::getOpened(Desc, NewES, !NewES.isFEof()); in evalFreadFwrite() local
748 StateFailed = StateFailed->set<StreamMap>(StreamSym, NewSS); in evalFreadFwrite()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExprCXX.cpp8354 CXXScopeSpec NewSS; in attemptRecovery() local
8358 NewSS.MakeTrivial(SemaRef.Context, NNS, TC.getCorrectionRange()); in attemptRecovery()
8360 NewSS = *SS; in attemptRecovery()
8381 else if (!NewSS.isEmpty()) in attemptRecovery()
8394 NewSS, /*TemplateKWLoc*/ SourceLocation(), R, in attemptRecovery()
8402 return SemaRef.BuildDeclarationNameExpr(NewSS, R, /*NeedsADL*/ false, in attemptRecovery()
H A DSemaDecl.cpp449 CXXScopeSpec NewSS, *NewSSPtr = SS; in getTypeName() local
451 NewSS.MakeTrivial(Context, NNS, SourceRange(NameLoc)); in getTypeName()
452 NewSSPtr = &NewSS; in getTypeName()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h7324 llvm::SmallVectorImpl<SatisfactionStackEntryTy> &NewSS) { in SwapSatisfactionStack() argument
7325 SatisfactionStack.swap(NewSS); in SwapSatisfactionStack()