OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:annotationCache
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXUtilities.cpp
38
static ManagedStatic<per_module_annot_t>
annotationCache
;
43
annotationCache
->erase(Mod);
96
if ((*
annotationCache
).find(m) != (*
annotationCache
).end())
97
(*
annotationCache
)[m][gv] = std::move(tmp);
101
(*
annotationCache
)[m] = std::move(tmp1);
109
if ((*
annotationCache
).find(m) == (*
annotationCache
).end())
111
else if ((*
annotationCache
)[m].find(gv) == (*
annotationCache
)[m].end()
[
all
...]
Completed in 14 milliseconds
Indexes created Sat Sep 19 00:25:42 UTC 2026