Home
last modified time | relevance | path

Searched refs:test2_g (Results 1 – 6 of 6) sorted by relevance

/external/clang/test/CodeGen/
Dattr-weakref2.c13 static int test2_g __attribute__((weakref("test2_f"))); variable
15 return test2_g; in test2_h()
Dattr-weakref.c13 static void test2_g(void) __attribute__((weakref("test2_f")));
15 test2_g(); in test2_h()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/
Dlast-callsite.ll81 define internal void @test2_g(i1 %b) {
114 call void @test2_g(i1 true)
115 call void @test2_g(i1 true)
116 ; CHECK: call void @test2_g(i1 true)
117 ; CHECK: call void @test2_g(i1 true)
Dcgscc-update.ll63 ; CHECK-NEXT: define void @test2_g()
64 define void @test2_g() noinline {
76 call void @test2_g()
/external/clang/test/Sema/
Dmerge-decls.c58 void test2_g(void) in test2_g() function
Dconversion.c114 short test2_g(long long ll) { in test2_g() function