Home
last modified time | relevance | path

Searched refs:test4_g (Results 1 – 5 of 5) sorted by relevance

/external/clang/test/CodeGen/
Dattr-weakref2.c30 static int test4_g __attribute__((weakref("test4_f"))); variable
32 return test4_g; in test4_h()
Dattr-weakref.c30 static void test4_g(void) __attribute__((weakref("test4_f")));
32 test4_g(); in test4_h()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/
Dlast-callsite.ll222 define internal void @test4_g(i1 %b) {
263 …tore volatile i1 icmp ne (i64 ptrtoint (void (i1)* @test4_g to i64), i64 ptrtoint(void (i1)* @test…
264 call void @test4_g(i1 true)
266 ; CHECK: call void @test4_g(i1 true)
Dcgscc-update.ll170 ; CHECK-NOT: @test4_g
171 define internal void @test4_g(void()* %p) {
182 call void @test4_g(void()* @test4_f2)
/external/clang/test/Sema/
Dconversion.c176 long test4_g(long long ll) { in test4_g() function