OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:g_a
(Results
1 - 2
of
2
) sorted by null
/external/lldb/test/lang/c/global_variables/
a.c
9
int
g_a
= 123;
variable
main.c
16
extern int
g_a
;
22
return g_file_global_int +
g_a
+ g_common_1; // Set break point at this line. //// break $source:$line; continue; var -global
g_a
-global g_global_int
Completed in 37 milliseconds