Home
last modified time | relevance | path

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

/external/llvm/test/Linker/
Dlinkage2.ll10 @test3_a = common global i8 0
11 ; CHECK-DAG: @test3_a = common global i16 0
/external/llvm/test/Verifier/
Dalias.ll29 @test3_a = global i32 42
30 @test3_b = weak alias i32, i32* @test3_a
/external/llvm/test/Linker/Inputs/
Dlinkage2.ll5 @test3_a = common global i16 0
/external/clang/test/Analysis/
Ddead-stores.cpp68 void test3_a(int x) { in test3_a() function