OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NewSS
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
StackSlotColoring.cpp
332
int
NewSS
= ColorSlot(li);
333
assert(
NewSS
>= 0 && "Stack coloring failed?");
334
SlotMapping[SS] =
NewSS
;
335
RevMap[
NewSS
].push_back(SS);
336
SlotWeights[
NewSS
] += li->weight();
337
UsedColors.set(
NewSS
);
338
Changed |= (SS !=
NewSS
);
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDecl.cpp
388
CXXScopeSpec
NewSS
, *NewSSPtr = SS;
390
NewSS
.MakeTrivial(Context, NNS, SourceRange(NameLoc));
391
NewSSPtr = &
NewSS
;
Completed in 70 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026