OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:g26
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/CodeGen/
const-init.c
124
// CHECK: @g25.
g26
= internal global i8* getelementptr inbounds ([4 x i8]* @__func__.g25, i32 0, i32 0)
127
static const char *
g26
= __func__;
local
128
return *
g26
;
/external/clang/test/Sema/
const-eval.c
52
int g25[(int)(1.0 + 1.0)],
g26
= sizeof(g25);
variable
constant-builtins-2.c
67
char
g26
[__builtin_clzl(0xFL) == BITSIZE(long) - 4 ? 1 : -1];
variable
Completed in 21 milliseconds