Home
last modified time | relevance | path

Searched refs:test2_g (Results 1 – 11 of 11) 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/llvm-project/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/llvm-project/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
/external/llvm-project/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
/external/llvm-project/llvm/test/Transforms/SCCP/
Dresolvedundefsin-tracked-fn.ll95 ; CHECK-NEXT: [[CALL2:%.*]] = call i1 @test2_g(%t1* [[TMP0]], i32 1)
103 %call2 = call i1 @test2_g(%t1* %0, i32 1)
135 define internal i1 @test2_g(%t1* %h, i32 %i) {
136 ; CHECK-LABEL: define {{[^@]+}}@test2_g