/external/e2fsprogs/lib/ss/ |
D | test_script_expected | 6 test_icount: test foo bar quux 8 Args: 'foo', 'bar', 'quux' 9 test_icount: test bar quux 11 Args: 'bar', 'quux' 12 test_icount: quux bar 13 test_ss: Command not found quux 14 test_icount: quux 15 test_ss: Command not found quux 16 test_icount: test quux 18 Args: 'quux'
|
D | test_script | 2 test foo bar quux 3 test bar quux 4 quux bar 5 quux 6 test quux
|
/external/llvm/test/CodeGen/ARM/ |
D | 2009-11-13-ScavengerAssert.ll | 4 %bar = type { %quad, float, float, [3 x %quux*], [3 x %bar*], [2 x %bar*], [3 x i8], i8 } 6 %foo = type { i8, %quuz, %quad, float, [64 x %quux], [128 x %bar], i32, %baz, %baz } 8 %quux = type { %quad, %quad } 9 %quuz = type { [4 x %quux*], [4 x float], i32 } 11 define arm_aapcs_vfpcc %bar* @aaa(%foo* nocapture %this, %quux* %a, %quux* %b, %quux* %c, i8 zeroex…
|
D | 2007-05-09-tailmerge-2.ll | 2 ; RUN: llc < %s -march=arm -enable-tail-merge | grep bl.*quux | count 1 3 ; Check that calls to baz and quux are tail-merged. 43 %tmp14 = call i32 (...)* @quux( i32 3, i32 4 ) ; <i32> [#uses=0] 48 %tmp17 = call i32 (...)* @quux( i32 3, i32 4 ) ; <i32> [#uses=0] 66 declare i32 @quux(...)
|
D | 2007-05-07-tailmerge-1.ll | 2 ; RUN: llc < %s -march=arm -enable-tail-merge | grep bl.*quux | count 1 3 ; Check that calls to baz and quux are tail-merged. 42 %tmp14 = call i32 (...)* @quux( i32 3, i32 4 ) ; <i32> [#uses=0] 47 %tmp17 = call i32 (...)* @quux( i32 3, i32 4 ) ; <i32> [#uses=0] 65 declare i32 @quux(...)
|
D | 2007-05-22-tailmerge-3.ll | 2 ; RUN: llc < %s -march=arm | grep bl.*quux | count 1 4 ; RUN: llc < %s -march=arm -enable-tail-merge=0 | grep bl.*quux | count 2 45 %tmp14 = call i32 (...)* @quux( i32 3, i32 4 ) ; <i32> [#uses=0] 50 %tmp17 = call i32 (...)* @quux( i32 3, i32 4 ) ; <i32> [#uses=0] 68 declare i32 @quux(...)
|
D | 2009-08-26-ScalarToVector.ll | 8 %quux = type { i32 (...)**, %baz*, i32 } 9 %quuz = type { %quux, i32, %bar, [128 x i8], [16 x %foo], %foo, %foo, %foo }
|
D | zextload_demandedbits.ll | 10 ; CHECK: quux 15 define void @quux(%struct.eggs* %arg) {
|
D | 2009-08-27-ScalarToVector.ll | 8 %quux = type { i32 (...)**, %baz*, i32 } 9 %quuz = type { %quux, i32, %bar, [128 x i8], [16 x %foo], %foo, %foo, %foo }
|
D | 2009-11-01-NeonMoves.ll | 13 %1 = call arm_aapcs_vfpcc <4 x float> @quux(%foo* %quat_addr) nounwind ; <<4 x float>> [#uses=3] 34 declare arm_aapcs_vfpcc <4 x float> @quux(%foo* nocapture) nounwind readonly
|
/external/clang/test/PCH/ |
D | cxx0x-default-delete.cpp | 19 class quux { class 20 ~quux() = default; 37 quux qx; // expected-error{{private destructor}} expected-note@20{{private here}}
|
/external/llvm/test/CodeGen/PowerPC/ |
D | 2007-05-22-tailmerge-3.ll | 2 ; RUN: llc < %s -march=ppc32 -enable-tail-merge=0 | grep bl.*quux | count 2 4 ; RUN: llc < %s -march=ppc32 | grep bl.*quux | count 1 44 %tmp14 = call i32 (...)* @quux( i32 3, i32 4 ) ; <i32> [#uses=0] 49 %tmp17 = call i32 (...)* @quux( i32 3, i32 4 ) ; <i32> [#uses=0] 67 declare i32 @quux(...)
|
/external/clang/test/Parser/ |
D | cxx-default-delete.cpp | 21 struct quux { struct 22 …int quux() = default; // expected-error{{constructor cannot have a return type}} expected-error {{…
|
/external/e2fsprogs/tests/f_dup4/ |
D | script | 26 write $TEST_DATA quux 34 link /dir4/quux /dir/quux1 35 link /dir4/quux /dir2/quux2
|
/external/clang/test/CXX/class.access/class.friend/ |
D | p11.cpp | 85 void quux() {} in foo() function 89 friend void quux(); // expected-error {{no matching function found in local scope}} in foo()
|
/external/e2fsprogs/tests/f_recnect_bad/ |
D | expect.1 | 3 i_faddr for inode 15 (/test/quux) is 23, should be zero. 6 i_dir_acl for inode 15 (/test/quux) is 12, should be zero.
|
/external/clang/test/Lexer/ |
D | bcpl-escaped-newline.c | 13 #error quux
|
/external/clang/test/CXX/temp/temp.decls/temp.mem/ |
D | p2.cpp | 4 void quux();
|
/external/clang/test/CodeGenCXX/ |
D | mangle-ms.cpp | 66 enum quux { enum 134 void gamma(class foo, struct bar, union baz, enum quux) {} in gamma() argument
|
/external/clang/test/CodeGen/ |
D | 2003-08-29-BitFieldStruct.c | 7 short quux; member
|
D | mrtd.c | 20 void quux(int a1, int a2, int a3) { in quux() function
|
/external/llvm/test/CodeGen/X86/ |
D | pr1489.ll | 9 define i32 @quux() nounwind { 50 %tmp3 = tail call i32 @quux( ) ; <i32> [#uses=1]
|
/external/e2fsprogs/tests/f_dupfsblks/ |
D | expect.1 | 28 /quux (inode #14, mod time Thu Aug 5 07:18:09 1999) 31 File /quux (inode #14, mod time Thu Aug 5 07:18:09 1999)
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
D | t024finally.g | 10 : ID {throw new Error("quux");}
|
/external/llvm/test/Transforms/JumpThreading/ |
D | select.ll | 6 declare void @quux() 57 call void @quux() 100 ; CHECK-NEXT: call void @quux 121 call void @quux()
|