OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test1_f
(Results
1 - 4
of
4
) sorted by null
/external/clang/test/Sema/
merge-decls.c
43
static test1_A10 *
test1_f
(void);
47
extern test1_IA *
test1_f
(void);
49
(void)sizeof(*
test1_f
());
conversion.c
80
char
test1_f
(long long ll) {
function
/external/clang/test/CodeGen/
attr-weakref2.c
4
// CHECK: @
test1_f
= extern_weak global i32
5
extern int
test1_f
;
6
static int test1_g __attribute__((weakref("
test1_f
")));
attr-weakref.c
4
// CHECK: declare extern_weak void @
test1_f
()
5
void
test1_f
(void);
6
static void test1_g(void) __attribute__((weakref("
test1_f
")));
Completed in 21 milliseconds