Home
last modified time | relevance | path

Searched refs:test2_f (Results 1 – 11 of 11) sorted by relevance

/external/clang/test/CodeGenCXX/
Dc-linkage.cpp16 static void test2_f() { in test2_f() function
19 static void test2_f(int x) { in test2_f() function
23 test2_f(); in test2_use()
24 test2_f(42); in test2_use()
/external/clang/test/Sema/
Dmerge-decls.c55 static test2_A10 *test2_f(void);
56 static test2_IA *test2_f(void);
60 (void)sizeof(*test2_f()); in test2_g()
Dconversion.c111 short test2_f(long long ll) { in test2_f() function
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/
Dlast-callsite.ll58 define internal void @test2_f(i1 %b) {
78 ; Identical to @test2_f but doesn't get inlined because there is more than one
79 ; call. If this *does* get inlined, the body used both here and in @test2_f
105 call void @test2_f(i1 false)
106 ; CHECK-NOT: @test2_f
110 call void @test2_f(i1 true)
111 ; CHECK-NOT: @test2_f
Dcgscc-update.ll55 ; CHECK-NOT: @test2_f()
56 define internal void()* @test2_f() {
66 %p = call void()* @test2_f()
/external/clang/test/SemaCXX/
Dlinkage2.cpp20 static void test2_f() { in test2_f() function
22 static void test2_f(int x) { in test2_f() function
Dextern-c.cpp14 void test2_f() { in test2_f() function
/external/clang/test/CodeGen/
Dlinkage-redecl.c5 int test2_f() { in test2_f() function
Dattr-weakref2.c12 int test2_f; variable
Dattr-weakref.c12 void test2_f(void) {} in test2_f() function
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GlobalDCE/
Dcomdats.ll106 define linkonce_odr void @test2_f() comdat($test2_c) {
107 ; CHECK: define linkonce_odr void @test2_f()