Home
last modified time | relevance | path

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

/external/llvm/test/MC/ELF/
Doffset.s76 .globl test2_a symbol
81 test2_a: label
83 test2_b = test2_a
Dundef.s22 test2_a = undef define
/external/llvm/test/Verifier/
Dalias.ll15 @test2_a = alias i32* @test2_b
16 @test2_b = alias i32* @test2_a
18 ; CHECK-NEXT: i32* @test2_a
/external/clang/test/Sema/
Dconversion.c96 short test2_a(long long ll) { in test2_a() function