Home
last modified time | relevance | path

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

/external/llvm/test/Linker/
Dtestlink.ll8 ; 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/
Dtestlink.ll8 ; 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/
Dtestlink.ll1 %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/
Dtestlink.ll1 %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/
Dcxx0x-initializer-stdinitializerlist-startend.cpp57 std::initializer_list<int> intlist{1, 2, i}; in fn1() local
Dcxx0x-initializer-stdinitializerlist.cpp118 std::initializer_list<int> intlist{1, 2, i}; in fn1() local