OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CurrentGeneration
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
ExternalASTSource.cpp
112
uint32_t OldGeneration =
CurrentGeneration
;
118
CurrentGeneration
= P->incrementGeneration(C);
122
if (!++
CurrentGeneration
)
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp
599
unsigned
CurrentGeneration
= 0;
641
:
CurrentGeneration
(cg), ChildGeneration(cg), Node(n), ChildIter(child),
650
unsigned
currentGeneration
() const { return
CurrentGeneration
; }
667
unsigned
CurrentGeneration
;
824
unsigned
CurrentGeneration
);
1106
unsigned
CurrentGeneration
) {
1145
!isSameMemGeneration(InVal.Generation,
CurrentGeneration
, InVal.DefInst,
1196
++
CurrentGeneration
;
1289
AvailableInvariants.insert(MemLoc,
CurrentGeneration
);
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ExternalASTSource.h
67
uint32_t
CurrentGeneration
= 0;
95
uint32_t getGeneration() const { return
CurrentGeneration
; }
Completed in 21 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026