Home
last modified time | relevance | path

Searched refs:quux (Results 1 – 25 of 172) sorted by relevance

1234567

/external/llvm-project/lldb/test/Shell/Driver/
DTestPositionalArgs.test5 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/
Dtest_script_expected6 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'
Dtest_script2 test foo bar quux
3 test bar quux
4 quux bar
5 quux
6 test quux
/external/llvm-project/polly/test/Isl/CodeGen/
Dhoisting_1.ll6 …= 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 }
9quux*, i32, i64)*, i8* (%struct.quux*, i32, i64)*, i8** (%struct.quux*, i32, i32, i32)*, [64 x i16…
Dhoisting_2.ll6 …= 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 }
9quux*, i32, i64)*, i8* (%struct.quux*, i32, i64)*, i8** (%struct.quux*, i32, i32, i32)*, [64 x i16…
/external/llvm-project/llvm/test/CodeGen/ARM/
D2009-11-13-ScavengerAssert.ll4 %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…
D2007-05-07-tailmerge-1.ll2 ; 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(...)
D2007-05-09-tailmerge-2.ll3 ; 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/
D2009-11-13-ScavengerAssert.ll4 %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…
D2007-05-07-tailmerge-1.ll2 ; 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(...)
D2007-05-09-tailmerge-2.ll3 ; 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/
Ddeferred-region.cpp70 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/
Dcxx0x-default-delete.cpp19 class quux { class
20 ~quux() = default;
37 quux qx; // expected-error{{private destructor}} expected-note@20{{private here}}
/external/llvm-project/clang/test/PCH/
Dcxx0x-default-delete.cpp22 class quux { class
23 ~quux() = default;
40 quux qx; // expected-error{{private destructor}} expected-note@23{{private here}}
/external/llvm-project/lld/test/ELF/
Demit-relocs-icf1.s15 quux: label
20 .quad quux
24 .quad quux
/external/llvm-project/llvm/test/CodeGen/PowerPC/
D2007-05-22-tailmerge-3.ll2 ; 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/
D2007-05-22-tailmerge-3.ll2 ; 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/
Drange-lists.td35 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"),
Dfilter.td6 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/
Drust-avr-bug-99.ll9 %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/
Dast-dump-namespace-json.cpp14 namespace baz::quux { namespace
17 namespace quux::inline frobble {
/external/clang/test/Parser/
Dcxx-default-delete.cpp21 struct quux { struct
22 int quux() = default; // expected-error{{constructor cannot have a return type}}
/external/llvm-project/clang/test/Parser/
Dcxx-default-delete.cpp21 struct quux { struct
22 int quux() = default; // expected-error{{constructor cannot have a return type}}
/external/e2fsprogs/tests/f_dup4/
Dscript29 write $TEST_DATA quux
37 link /dir4/quux /dir/quux1
38 link /dir4/quux /dir2/quux2
/external/llvm-project/llvm/test/Transforms/NewGVN/
Dpr31501.ll7 %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(

1234567