OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VarMap
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Target/NVPTX/
NVVMReflect.cpp
50
StringMap<int>
VarMap
;
57
VarMap
.clear();
65
VarMap
[(*I).getKey()] = (*I).getValue();
121
VarMap
[NameValPair[0]] = Val;
139
// found in
VarMap
. If so, replace the uses of CallInst with the
140
// value found in
VarMap
. If not, replace the use with value 0.
204
if (
VarMap
.find(ReflectArg) !=
VarMap
.end()) {
205
ReflectVal =
VarMap
[ReflectArg];
/external/clang/include/clang/Analysis/Analyses/
Consumed.h
141
VarMapType
VarMap
;
147
: Reachable(Other.Reachable), From(Other.From),
VarMap
(Other.
VarMap
),
/external/clang/lib/Analysis/
Consumed.cpp
[
all
...]
Completed in 646 milliseconds