OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NextID
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Remarks/
RemarkStringTable.cpp
32
size_t
NextID
= StrTab.size();
33
auto KV = StrTab.insert({Str,
NextID
});
37
// Can be either
NextID
or the previous ID if the string is already there.
/src/external/apache2/llvm/dist/llvm/include/llvm/XRay/
Profile.h
91
NextID
(O.
NextID
) {}
98
NextID
= O.
NextID
;
111
swap(L.
NextID
, R.
NextID
);
137
PathID
NextID
= 1;
/src/external/apache2/llvm/dist/clang/include/clang/AST/
CommentCommandTraits.h
176
unsigned
NextID
;
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
MemorySSA.h
894
unsigned
NextID
;
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCContext.h
143
StringMap<unsigned>
NextID
;
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterStmt.cpp
2571
unsigned
NextID
= SwitchCaseIDs.size();
2572
SwitchCaseIDs[S] =
NextID
;
2573
return
NextID
;
Completed in 75 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026