OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:localvar
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/CodeGen/
annotations-var.c
33
int
localvar
__attribute__((annotate("localvar_ann_0"))) __attribute__((annotate("localvar_ann_1"))) = 3;
local
35
// LOCAL: [[
LOCALVAR
:%.*]] = alloca i32,
36
// LOCAL-NEXT: [[T0:%.*]] = bitcast i32* [[
LOCALVAR
]] to i8*
38
// LOCAL-NEXT: [[T0:%.*]] = bitcast i32* [[
LOCALVAR
]] to i8*
/external/clang/test/Sema/
attr-deprecated.c
87
foo_dep
localvar
;
local
/toolchain/binutils/binutils-2.27/gas/config/
tc-microblaze.c
272
microblaze_s_rdata (int
localvar
)
275
if (
localvar
== 0)
293
microblaze_s_bss (int
localvar
)
296
if (
localvar
== 0) /* bss. */
298
else if (
localvar
== 1)
[
all
...]
Completed in 321 milliseconds