OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UU
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUOpenCLEnqueuedBlockLowering.cpp
97
for (auto
UU
: U->users())
98
collectFunctionUsers(&*
UU
, Funcs);
126
auto *
UU
= &*U;
127
if (!isa<ConstantExpr>(
UU
))
129
collectFunctionUsers(
UU
, Callers);
130
auto *BitCast = cast<ConstantExpr>(
UU
);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SplitModule.cpp
83
const User *
UU
= Worklist.pop_back_val();
85
if (isa<Constant>(
UU
) && !isa<GlobalValue>(
UU
)) {
86
Worklist.append(
UU
->user_begin(),
UU
->user_end());
89
addNonConstUser(GVtoClusterMap, GV,
UU
);
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
var-tag.cc
38
union
UU
{int aa; char bb;}
uu
;
variable in typeref:union:UU
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-value-cc.cc
79
union
UU
117
UU
uu
;
local
118
uu
.x = 1000;
py-type.c
35
union
UU
109
union
UU
uu
;
local
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
var-tag.cc
38
union
UU
{int aa; char bb;}
uu
;
variable in typeref:union:UU
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-value-cc.cc
79
union
UU
117
UU
uu
;
local
118
uu
.x = 1000;
py-type.c
35
union
UU
109
union
UU
uu
;
local
Completed in 25 milliseconds
Indexes created Sun Jun 21 00:25:28 UTC 2026