Home
last modified time | relevance | path

Searched refs:test10_foo (Results 1 – 3 of 3) sorted by relevance

/external/clang/test/CodeGen/
Dincomplete-function-type-2.c8 void test10_foo(test10_F3 p1);
11 test10_foo(test10_b); in test10_bar()
14 void test10_foo(test10_F3 p1) in test10_foo() function
/external/llvm-project/clang/test/CodeGen/
Dincomplete-function-type-2.c8 void test10_foo(test10_F3 p1);
11 test10_foo(test10_b); in test10_bar()
14 void test10_foo(test10_F3 p1) in test10_foo() function
Dalias.c102 static int test10_foo __attribute__((alias("test10"))); variable