OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs: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
/system/core/sh/
var.h
63
struct
localvar
{
struct
64
struct
localvar
*next; /* next local variable in list */
71
struct
localvar
*localvars;
Completed in 57 milliseconds