Searched refs:intlist (Results 1 – 6 of 6) sorted by relevance
/external/llvm/test/Linker/ |
D | testlink.ll | 8 ; CHECK: %intlist = type { %intlist*, i32 } 9 %intlist = type { %intlist*, i32 } 11 ; The uses of intlist in the other file should be remapped. 12 ; CHECK-NOT: {{%intlist.[0-9]}} 27 ; CHECK-DAG: @MyIntList = global %intlist { %intlist* null, i32 17 } 28 @MyIntList = global %intlist { %intlist* null, i32 17 } 86 %idx = getelementptr %intlist, %intlist* @MyIntList, i64 0, i32 1
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Linker/ |
D | testlink.ll | 8 ; CHECK: %intlist = type { %intlist*, i32 } 9 %intlist = type { %intlist*, i32 } 11 ; The uses of intlist in the other file should be remapped. 12 ; CHECK-NOT: {{%intlist.[0-9]}} 27 ; CHECK-DAG: @MyIntList = global %intlist { %intlist* null, i32 17 } 28 @MyIntList = global %intlist { %intlist* null, i32 17 } 86 %idx = getelementptr %intlist, %intlist* @MyIntList, i64 0, i32 1
|
/external/llvm/test/Linker/Inputs/ |
D | testlink.ll | 1 %intlist = type { %intlist*, i32 } 14 @MyIntList = external global %intlist 25 @MyIntListPtr = constant { %intlist* } { %intlist* @MyIntList } 35 %idx = getelementptr %intlist, %intlist* @MyIntList, i64 0, i32 1
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Linker/Inputs/ |
D | testlink.ll | 1 %intlist = type { %intlist*, i32 } 14 @MyIntList = external global %intlist 25 @MyIntListPtr = constant { %intlist* } { %intlist* @MyIntList } 35 %idx = getelementptr %intlist, %intlist* @MyIntList, i64 0, i32 1
|
/external/clang/test/CodeGenCXX/ |
D | cxx0x-initializer-stdinitializerlist-startend.cpp | 57 std::initializer_list<int> intlist{1, 2, i}; in fn1() local
|
D | cxx0x-initializer-stdinitializerlist.cpp | 118 std::initializer_list<int> intlist{1, 2, i}; in fn1() local
|