/external/clang/test/Sema/ |
D | vector-assign.c | 50 void test3a(longlongvec *); // expected-note{{passing argument to parameter here}} 52 …test3a(src); // expected-warning {{incompatible pointer types passing 'const unsigned int *' to p… in test3()
|
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/ |
D | call.ll | 35 define void @test3a(i8, ...) {unreachable } 38 call void bitcast (void (i8, ...)* @test3a to void (i8, i8)*)( i8 %A, i8 %B 42 ; CHECK: call void (i8, ...)* @test3a(i8 %A, i32 %1)
|
D | rem.ll | 21 define i1 @test3a(i32 %A) {
|
/external/clang/test/SemaObjC/ |
D | method-lookup-3.m | 59 struct test3a { int x, y; }; struct 61 @interface Test3A - (struct test3a) test3; @end
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Thumb/ |
D | branchless-cmp.ll | 53 define i32 @test3a(i32 %a, i32 %b) { 58 ; CHECK-LABEL: test3a:
|
/external/clang/test/PCH/ |
D | cxx11-inheriting-ctors.cpp | 46 Test3<Base> test3a(42); variable
|
/external/swiftshader/third_party/LLVM/test/Analysis/BasicAA/ |
D | modref.ll | 77 define void @test3a(i8* %P, i8 %X) { 78 ; CHECK: @test3a
|
/external/swiftshader/third_party/LLVM/test/Transforms/SCCP/ |
D | ipsccp-basic.ll | 52 define void @test3a() { 57 ; CHECK: define void @test3a
|
/external/llvm/test/Transforms/InstCombine/ |
D | call.ll | 59 define void @test3a(i8, ...) {unreachable } 64 ; CHECK: call void (i8, ...) @test3a(i8 %A, i32 %1) 66 call void bitcast (void (i8, ...)* @test3a to void (i8, i8)*)( i8 %A, i8 %B)
|
D | rem.ll | 46 define i1 @test3a(i32 %A) { 47 ; CHECK-LABEL: @test3a(
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/ |
D | call.ll | 59 define void @test3a(i8, ...) {unreachable } 64 ; CHECK: call void (i8, ...) @test3a(i8 %A, i32 %1) 66 call void bitcast (void (i8, ...)* @test3a to void (i8, i8)*)( i8 %A, i8 %B)
|
D | select-gep.ll | 77 define i32* @test3a([4 x i32]* %p, i64 %x, i64 %y) { 78 ; CHECK-LABEL: @test3a(
|
/external/llvm/test/CodeGen/PowerPC/ |
D | ctr-minmaxnum.ll | 172 define void @test3a(double %f, double* %fp) { 188 ; CHECK-LABEL: test3a:
|
D | mem_update.ll | 38 define i16* @test3a(i16* %X, i64* %dest) nounwind {
|
/external/llvm/test/Transforms/SCCP/ |
D | ipsccp-basic.ll | 52 define void @test3a() { 57 ; CHECK-LABEL: define void @test3a(
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SCCP/ |
D | ipsccp-basic.ll | 53 define void @test3a() { 58 ; CHECK-LABEL: define void @test3a(
|
/external/swiftshader/third_party/LLVM/test/CodeGen/PowerPC/ |
D | mem_update.ll | 38 define i16* @test3a(i16* %X, i64* %dest) nounwind {
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | ctr-minmaxnum.ll | 200 define void @test3a(double %f, double* %fp) { 216 ; CHECK-LABEL: test3a:
|
D | mem_update.ll | 38 define i16* @test3a(i16* %X, i64* %dest) nounwind {
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/BasicAA/ |
D | modref.ll | 77 define void @test3a(i8* %P, i8 %X) { 78 ; CHECK-LABEL: @test3a
|
/external/llvm/test/Analysis/BasicAA/ |
D | modref.ll | 77 define void @test3a(i8* %P, i8 %X) { 78 ; CHECK-LABEL: @test3a
|
/external/clang/test/CXX/class.access/class.friend/ |
D | p1.cpp | 168 namespace test3a { namespace
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/EarlyCSE/ |
D | basic.ll | 73 ; CHECK-LABEL: @test3a( 74 define i32 @test3a(i32 *%P, i1 %Cond, i1 %b) {
|
/external/llvm/test/Transforms/EarlyCSE/ |
D | basic.ll | 72 ; CHECK-LABEL: @test3a( 73 define i32 @test3a(i32 *%P, i1 %Cond, i1 %b) {
|
/external/clang/test/SemaObjCXX/ |
D | parameterized_classes_arc.mm | 88 template <class T> PC1<const T> *test3a(); // expected-error {{type argument 'const T' cannot be qu… function
|