OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test2_i
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/CodeGen/
linkage-redecl.c
3
// CHECK: @
test2_i
= internal global i32 99
4
static int
test2_i
= 99;
variable
6
extern int
test2_i
;
7
return
test2_i
;
/external/clang/test/Sema/
conversion.c
120
short
test2_i
(long long ll) {
function
Completed in 102 milliseconds