Searched refs:test3a (Results 1 – 12 of 12) sorted by relevance
/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/clang/test/SemaObjC/ |
D | method-lookup-3.m | 59 struct test3a { int x, y; }; struct 61 @interface Test3A - (struct test3a) test3; @end
|
/external/clang/test/PCH/ |
D | cxx11-inheriting-ctors.cpp | 36 Test3<Base> test3a(42); variable
|
/external/llvm/test/Analysis/BasicAA/ |
D | modref.ll | 77 define void @test3a(i8* %P, i8 %X) { 78 ; CHECK: @test3a
|
D | cs-cs.ll | 169 define void @test3a(i8* noalias %P, i8* noalias %Q) nounwind ssp { 174 ; CHECK-LABEL: Function: test3a:
|
/external/llvm/test/Transforms/SCCP/ |
D | ipsccp-basic.ll | 52 define void @test3a() { 57 ; CHECK-LABEL: 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 | 28 define i1 @test3a(i32 %A) { 29 ; CHECK-LABEL: @test3a(
|
/external/llvm/test/CodeGen/PowerPC/ |
D | mem_update.ll | 38 define i16* @test3a(i16* %X, i64* %dest) nounwind {
|
/external/clang/test/CXX/class.access/class.friend/ |
D | p1.cpp | 167 namespace test3a { namespace
|
/external/llvm/test/Transforms/ObjCARC/ |
D | allocas.ll | 345 ; CHECK: define void @test3a() { 364 define void @test3a() {
|
/external/llvm/test/CodeGen/X86/ |
D | stack-protector.ll | 289 ; test3a: array of [4 x i8] 292 define void @test3a(i8* %a) { 294 ; LINUX-I386-LABEL: test3a: 298 ; LINUX-X64-LABEL: test3a: 302 ; LINUX-KERNEL-X64-LABEL: test3a: 306 ; DARWIN-X64-LABEL: test3a:
|