Home
last modified time | relevance | path

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

/external/llvm/test/MC/ELF/
Doffset.s76 .globl test2_a symbol
81 test2_a: label
83 test2_b = test2_a
Dundef.s21 test2_a = undef define
/external/llvm/test/Verifier/
Dalias.ll21 @test2_a = alias i32, i32* @test2_b
22 @test2_b = alias i32, i32* @test2_a
24 ; CHECK-NEXT: i32* @test2_a
/external/llvm/test/Linker/
Dlinkage2.ll7 @test2_a = global i8 0
8 ; CHECK-DAG: @test2_a = global i8 0
/external/llvm/test/Linker/Inputs/
Dlinkage2.ll3 @test2_a = external dllimport global i8
/external/clang/test/Sema/
Dconversion.c96 short test2_a(long long ll) { in test2_a() function