Home
last modified time | relevance | path

Searched refs:test9_helper (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang/test/CodeGen/
Dfunctions.c64 static void test9_helper(void) {} in test9_helper() function
66 (void) test9_helper; in test9()
/external/clang/test/CodeGen/
Dfunctions.c64 static void test9_helper(void) {} in test9_helper() function
66 (void) test9_helper; in test9()
/external/llvm-project/llvm/test/Transforms/Attributor/
Dalign.ll384 declare void @test9_helper(i32* %A)
389 ; CHECK-NEXT: call void @test9_helper(i32* align 4 [[SEL]])
393 call void @test9_helper(i32* %sel)
Dnoalias.ll295 define void @test9_helper(i8* %a, i8* %b) {
296 ; CHECK-LABEL: define {{[^@]+}}@test9_helper