/external/deqp/data/gles2/shaders/ |
D | qualification_order.test | 378 float foo0 (const in lowp float x) 398 float x0 = foo0(1.0); 412 float foo0 (const in float x) 432 float x0 = foo0(1.0); 446 float foo0 (const lowp float x) 466 float x0 = foo0(1.0); 480 float foo0 (in lowp float x) 500 float x0 = foo0(1.0); 518 float foo0 (const lowp in float x) 538 float x0 = foo0(1.0); [all …]
|
/external/eigen/test/ |
D | dynalloc.cpp | 151 MyStruct foo0; VERIFY(internal::UIntPtr(foo0.avec.data())%ALIGNMENT==0); in test_dynalloc() local 158 MyStruct *foo0 = new MyStruct(); VERIFY(internal::UIntPtr(foo0->avec.data())%ALIGNMENT==0); in test_dynalloc() local 160 delete foo0; in test_dynalloc() 168 MyStruct *foo0 = new MyStruct[N]; VERIFY(internal::UIntPtr(foo0->avec.data())%ALIGNMENT==0); in test_dynalloc() local 170 delete[] foo0; in test_dynalloc()
|
/external/llvm/test/CodeGen/Mips/ |
D | biggot.ll | 12 ; O32: lui $[[R2:[0-9]+]], %call_hi(foo0) 14 ; O32: lw ${{[0-9]+}}, %call_lo(foo0)($[[R3]]) 19 ; N64: lui $[[R2:[0-9]+]], %call_hi(foo0) 21 ; N64: ld ${{[0-9]+}}, %call_lo(foo0)($[[R3]]) 24 tail call void @foo0(i32 %0) nounwind 28 declare void @foo0(i32)
|
D | imm.ll | 3 define i32 @foo0() nounwind readnone { 5 ; CHECK: foo0
|
D | mips64-f128-call.ll | 6 ; CHECK: foo0 10 define void @foo0(fp128 %a0) {
|
D | fneg.ll | 16 define float @foo0(float %d) nounwind readnone { 18 ; CHECK-LABEL: foo0:
|
D | fabs.ll | 16 define float @foo0(float %a) nounwind readnone { 19 ; CHECK-LABEL: foo0
|
/external/clang/test/CodeGenObjCXX/ |
D | auto-release-result-assert.mm | 19 S1Ref foo0(int); function 26 return foo0(a); 30 return foo0(0); 34 return foo0(0);
|
/external/llvm/test/CodeGen/ARM/ |
D | fnattr-trap.ll | 4 ; NOOPTION-LABEL: {{\_?}}foo0: 7 ; TRAP-LABEL: {{\_?}}foo0: 10 define void @foo0() {
|
D | subtarget-no-movt.ll | 8 ; NO-OPTION-LABEL: {{_?}}foo0 13 ; USE-MOVT-LABEL: {{_?}}foo0 17 ; NO-USE-MOVT-LABEL: {{_?}}foo0 22 define i32 @foo0(i32 %a) #0 {
|
/external/llvm/test/CodeGen/AArch64/ |
D | tailcall-fastisel.ll | 7 %call = tail call i32 @foo0() 11 declare i32 @foo0()
|
D | arm64-addp.ll | 13 define i64 @foo0(<2 x i64> %a) nounwind { 14 ; CHECK-LABEL: foo0:
|
/external/clang/test/OpenMP/ |
D | function-attr.cpp | 16 void foo0(); 24 foo0(); in foo1()
|
/external/llvm/test/CodeGen/NVPTX/ |
D | arg-lowering.ll | 3 ; CHECK: .visible .func (.param .align 16 .b8 func_retval0[16]) foo0( 5 define <4 x float> @foo0({float, float} %arg0) {
|
/external/llvm/test/CodeGen/WebAssembly/ |
D | switch.ll | 9 declare void @foo0() 26 ; CHECK: call foo0@FUNCTION{{$}} 69 tail call void @foo0() 106 ; CHECK: call foo0@FUNCTION{{$}} 149 tail call void @foo0()
|
/external/llvm/test/Analysis/BlockFrequencyInfo/ |
D | loop_with_branch.ll | 9 %skip_loop = call i1 @foo0(i32 %a) 41 declare i1 @foo0(i32)
|
D | nested_loop_with_branches.ll | 9 %v0 = call i1 @foo0(i32 %a) 51 declare i1 @foo0(i32)
|
/external/deqp/data/gles3/shaders/ |
D | qualification_order.test | 2285 float foo0 (const in lowp float x) 2305 float x0 = foo0(1.0); 2321 float foo0 (const in float x) 2341 float x0 = foo0(1.0); 2357 float foo0 (const lowp float x) 2377 float x0 = foo0(1.0); 2393 float foo0 (in lowp float x) 2413 float x0 = foo0(1.0); 2433 float foo0 (const lowp in float x) 2453 float x0 = foo0(1.0); [all …]
|
/external/clang/test/SemaTemplate/ |
D | explicit-instantiation.cpp | 79 template<int I> void foo0 (int (&)[I + 1]) { } in foo0() function 80 template void foo0<2> (int (&)[3]);
|
/external/clang/test/CodeGen/ |
D | mips64-f128-literal.c | 7 LD foo0() { in foo0() function
|
D | attr-no-tail.c | 23 int foo0(int a) { in foo0() function
|
/external/llvm/test/CodeGen/X86/ |
D | pmovext.ll | 25 define <4 x i32> @foo0(double %v.coerce) nounwind ssp { 26 ; CHECK-LABEL: foo0
|
D | win64_eh.ll | 6 define void @foo0() uwtable { 10 ; WIN64-LABEL: foo0: 11 ; WIN64: .seh_proc foo0
|
/external/clang/test/SemaCXX/ |
D | vartemplate-lambda.cpp | 5 template <typename> void foo0() { fn0<char>(); } in foo0() function
|
/external/clang/test/CXX/temp/temp.param/ |
D | p9.cpp | 6 void foo0(T);
|