/external/llvm-project/lldb/test/Shell/Driver/ |
D | TestPositionalArgs.test | 5 RUN: %lldb -x -b %t.foo bar baz quux | FileCheck %s 6 RUN: %lldb -x -b -- %t.foo bar baz quux | FileCheck %s 7 RUN: %lldb -x -b %t.foo -- bar baz quux | FileCheck %s 8 RUN: %lldb -x -b %t.foo bar -- baz quux | FileCheck %s 9 RUN: %lldb -x -b %t.foo bar baz -- quux | FileCheck %s 10 RUN: %lldb %t.foo -x bar -b baz -- quux | FileCheck %s 11 RUN: %lldb -x -b -f %t.foo bar baz quux | FileCheck %s 12 RUN: %lldb -x -b -f %t.foo -- bar baz quux | FileCheck %s 13 RUN: %lldb -x -b -f %t.foo bar -- baz quux | FileCheck %s 14 RUN: %lldb -x -b -f %t.foo bar baz -- quux | FileCheck %s [all …]
|
/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-project/polly/test/Isl/CodeGen/ |
D | hoisting_1.ll | 6 …= type { void (%struct.quux*)*, void (%struct.quux*, i32)*, void (%struct.quux*)*, void (%struct.q… 7 %struct.quux = type { %struct.widget*, %struct.barney*, %struct.foo*, i32, i32 } 9 …quux*, i32, i64)*, i8* (%struct.quux*, i32, i64)*, i8** (%struct.quux*, i32, i32, i32)*, [64 x i16…
|
D | hoisting_2.ll | 6 …= type { void (%struct.quux*)*, void (%struct.quux*, i32)*, void (%struct.quux*)*, void (%struct.q… 7 %struct.quux = type { %struct.widget*, %struct.barney*, %struct.foo*, i32, i32 } 9 …quux*, i32, i64)*, i8* (%struct.quux*, i32, i64)*, i8** (%struct.quux*, i32, i32, i32)*, [64 x i16…
|
/external/llvm-project/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-07-tailmerge-1.ll | 2 ; Check that calls to baz and quux are tail-merged. 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 | 2007-05-09-tailmerge-2.ll | 3 ; Check that calls to baz and quux are tail-merged. 48 %tmp14 = call i32 (...) @quux( i32 3, i32 4 ) ; <i32> [#uses=0] 53 %tmp17 = call i32 (...) @quux( i32 3, i32 4 ) ; <i32> [#uses=0] 71 declare i32 @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-07-tailmerge-1.ll | 2 ; Check that calls to baz and quux are tail-merged. 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 | 2007-05-09-tailmerge-2.ll | 3 ; Check that calls to baz and quux are tail-merged. 48 %tmp14 = call i32 (...) @quux( i32 3, i32 4 ) ; <i32> [#uses=0] 53 %tmp17 = call i32 (...) @quux( i32 3, i32 4 ) ; <i32> [#uses=0] 71 declare i32 @quux(...)
|
/external/llvm-project/clang/test/CoverageMapping/ |
D | deferred-region.cpp | 70 void quux(int x) { in quux() function 206 quux(0); in main() 207 quux(1); in main() 208 quux(2); in main() 209 quux(3); in main()
|
/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-project/clang/test/PCH/ |
D | cxx0x-default-delete.cpp | 22 class quux { class 23 ~quux() = default; 40 quux qx; // expected-error{{private destructor}} expected-note@23{{private here}}
|
/external/llvm-project/lld/test/ELF/ |
D | emit-relocs-icf1.s | 15 quux: label 20 .quad quux 24 .quad quux
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | 2007-05-22-tailmerge-3.ll | 2 ; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32-- -enable-tail-merge=0 | grep bl.*quux | count… 4 ; RUN: llc -verify-machineinstrs < %s -mtriple=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/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/llvm-project/llvm/test/TableGen/ |
D | range-lists.td | 35 list<string> field1 = ["foo", "bar", "baz", "snork", "quux", "quuux", 41 bit hyphen_subfields_ok = !and(!eq(subfieldb[0], "quux"), 46 list<string> field1 = ["foo", "bar", "baz", "snork", "quux", "quuux", 52 bit dotdotdot_subfields_ok = !and(!eq(subfieldb[0], "quux"),
|
D | filter.td | 6 defvar WordList = ["foo", "bar", "zoo", "foo", "snork", "snork", "quux"]; 26 // CHECK: list5 = ["foo", "bar", "zoo", "foo", "snork", "snork", "quux"]; 40 // CHECK: list2 = ["bar", "zoo", "snork", "snork", "quux"]; 41 // CHECK: list3 = ["snork", "snork", "quux"];
|
/external/llvm-project/llvm/test/CodeGen/AVR/ |
D | rust-avr-bug-99.ll | 9 %struct.quux = type { [0 x i8], i64, [0 x i8], i64, [0 x i8], i64, [0 x i8], i64, [0 x i8] } 13 %struct.quux.1 = type { [0 x i8], %struct.wombat, [0 x i8], i64, [0 x i8], i64, [0 x i8], i16, [0 x… 16 declare zeroext i1 @zot(%struct.quux*, %struct.foo*) 21 define zeroext i1 @main(%struct.quux.1* %arg, %struct.foo* %arg62) { 24 %tmp = getelementptr inbounds %struct.quux.1, %struct.quux.1* %arg, i16 0, i32 5 25 %tmp64 = getelementptr inbounds %struct.quux.1, %struct.quux.1* %arg, i16 0, i32 13 232 …%tmp173 = call zeroext i1 @zot(%struct.quux* noalias nonnull readonly dereferenceable(32) undef, %… 331 store %struct.quux.1* %arg, %struct.quux.1** undef, align 1
|
/external/llvm-project/clang/test/AST/ |
D | ast-dump-namespace-json.cpp | 14 namespace baz::quux { namespace 17 namespace quux::inline frobble {
|
/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}}
|
/external/llvm-project/clang/test/Parser/ |
D | cxx-default-delete.cpp | 21 struct quux { struct 22 int quux() = default; // expected-error{{constructor cannot have a return type}}
|
/external/e2fsprogs/tests/f_dup4/ |
D | script | 29 write $TEST_DATA quux 37 link /dir4/quux /dir/quux1 38 link /dir4/quux /dir2/quux2
|
/external/llvm-project/llvm/test/Transforms/NewGVN/ |
D | pr31501.ll | 7 %struct.barney = type <{ %struct.wombat.28*, %struct.wibble, %struct.snork, %struct.quux.4, %struct… 9 %struct.pluto = type { %struct.quux } 10 %struct.quux = type { %struct.eggs } 22 %struct.quux.4 = type <{ %struct.quux.5, %struct.snork.9, [7 x i8] }> 23 %struct.quux.5 = type { %struct.widget.6 } 52 define weak_odr hidden %struct.foo* @quux(%struct.barney* %arg, %struct.wombat.28* %arg1) local_unn… 53 ; CHECK-LABEL: @quux(
|