Home
last modified time | relevance | path

Searched refs:third (Results 1 – 25 of 273) sorted by relevance

1234567891011

/llvm-project-15.0.7/mlir/test/IR/
H A Denum-attr-roundtrip.mlir9 // CHECK: value = #test<enum third>
10 "test.op"() {value = #test<enum third>} : () -> ()
16 // CHECK: test.op_with_enum third
17 test.op_with_enum third
23 // CHECK: test.op_with_enum third tag 0 : i32
24 test.op_with_enum third tag 0 : i32
H A Denum-attr-invalid.mlir4 // expected-error@+2 {{expected test::TestEnum to be one of: first, second, third}}
12 // expected-error@+1 {{expected test::TestEnum to be one of: first, second, third}}
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/breakpoint_by_line_and_column/
H A Dmain.cpp2 int first, int second, int third, int fourth, int fifth) { in this_is_a_very_long_function_with_a_bunch_of_arguments() argument
3 int result = first + second + third + fourth + fifth; in this_is_a_very_long_function_with_a_bunch_of_arguments()
15 int third = 3; in main() local
21 first, second, third, fourth, fifth); in main()
26 return first + third * n; in main()
/llvm-project-15.0.7/libcxx/test/std/containers/associative/multimap/multimap.modifiers/
H A Dmerge.pass.cpp103 third_map_type third{{1, 0}, {3, 0}}; in main() local
108 first.merge(third); in main()
112 assert(map_equal(third, {})); in main()
120 third_map_type third{{1, 0}, {3, 0}}; in main() local
125 first.merge(std::move(third)); in main()
129 assert(map_equal(third, {})); in main()
/llvm-project-15.0.7/libcxx/test/std/containers/associative/set/
H A Dmerge.pass.cpp103 third_set_type third{1, 3}; in main() local
108 first.merge(third); in main()
112 assert(set_equal(third, {1, 3})); in main()
120 third_set_type third{1, 3}; in main() local
125 first.merge(std::move(third)); in main()
129 assert(set_equal(third, {1, 3})); in main()
/llvm-project-15.0.7/libcxx/test/std/containers/associative/multiset/
H A Dmerge.pass.cpp103 third_set_type third{1, 3}; in main() local
108 first.merge(third); in main()
112 assert(set_equal(third, {})); in main()
120 third_set_type third{1, 3}; in main() local
125 first.merge(std::move(third)); in main()
129 assert(set_equal(third, {})); in main()
/llvm-project-15.0.7/libcxx/test/std/containers/associative/map/map.modifiers/
H A Dmerge.pass.cpp103 third_map_type third{{1, 0}, {3, 0}}; in main() local
108 first.merge(third); in main()
112 assert(map_equal(third, {{1, 0}, {3, 0}})); in main()
120 third_map_type third{{1, 0}, {3, 0}}; in main() local
125 first.merge(std::move(third)); in main()
129 assert(map_equal(third, {{1, 0}, {3, 0}})); in main()
/llvm-project-15.0.7/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/
H A Dmerge.pass.cpp111 third_map_type third{{1, 0}, {3, 0}}; in main() local
116 first.merge(third); in main()
120 assert(map_equal(third, {})); in main()
128 third_map_type third{{1, 0}, {3, 0}}; in main() local
133 first.merge(std::move(third)); in main()
137 assert(map_equal(third, {})); in main()
/llvm-project-15.0.7/libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/
H A Dmerge.pass.cpp111 third_map_type third{{1, 0}, {3, 0}}; in main() local
116 first.merge(third); in main()
120 assert(map_equal(third, {{1, 0}, {3, 0}})); in main()
128 third_map_type third{{1, 0}, {3, 0}}; in main() local
133 first.merge(std::move(third)); in main()
137 assert(map_equal(third, {{1, 0}, {3, 0}})); in main()
/llvm-project-15.0.7/libcxx/test/std/containers/unord/unord.multiset/
H A Dmerge.pass.cpp108 third_set_type third{1, 3}; in main() local
113 first.merge(third); in main()
117 assert(set_equal(third, {})); in main()
125 third_set_type third{1, 3}; in main() local
130 first.merge(std::move(third)); in main()
134 assert(set_equal(third, {})); in main()
/llvm-project-15.0.7/libcxx/test/std/containers/unord/unord.set/
H A Dmerge.pass.cpp108 third_set_type third{1, 3}; in main() local
113 first.merge(third); in main()
117 assert(set_equal(third, {1, 3})); in main()
125 third_set_type third{1, 3}; in main() local
130 first.merge(std::move(third)); in main()
134 assert(set_equal(third, {1, 3})); in main()
/llvm-project-15.0.7/llvm/test/tools/llvm-nm/
H A Dreverse-sort.test8 # SORTED: third
13 # UNSORTED-NEXT: third
30 - Name: third
/llvm-project-15.0.7/llvm/test/Transforms/SCCP/
H A Dswitch-multiple-undef.ll21 ; CHECK: third:
27 i1 1, label %third]
34 third:
/llvm-project-15.0.7/clang/test/Index/
H A Dcomplete-method-decls.m46 - (int)first:(int)x second:(float)y third:(double)z;
47 - (id)first:(int)xx second2:(float)y2 third:(double)z;
48 - (void*)first:(int)xxx second3:(float)y3 third:(double)z;
52 - (int)first:(int)x second2:(float)y third:(double)z;
56 - (int)first:(int)x second2:(float)y third:(double)z { }
150 … first:}{TypedText second2:}{Text (float)y2}{HorizontalSpace }{TypedText third:}{Text (double)z} …
152 …ve first:}{TypedText second:}{Text (float)y}{HorizontalSpace }{TypedText third:}{Text (double)z} …
165 …e first:}{TypedText second2:}{Text (float)y}{HorizontalSpace }{TypedText third:}{Text (double)z} …
167 …ve first:}{TypedText second:}{Text (float)y}{HorizontalSpace }{TypedText third:}{Text (double)z} …
169 …dDecl:{ResultType id}{Informative first:}{Informative second2:}{TypedText third:}{Text (double)z} …
[all …]
/llvm-project-15.0.7/utils/bazel/llvm-project-overlay/
H A D.bazelignore3 # Ignore third-party projects. These should be configured separately and some
6 third-party
/llvm-project-15.0.7/llvm/test/tools/llvm-objdump/X86/
H A Delf-disassemble-symbol-labels-rel.test7 # RUN: --implicit-check-not=third \
16 # CHECK: 0000000000000002 <third>:
44 - Name: third # Shows, with fourth, that first symbol is picked.
/llvm-project-15.0.7/llvm/test/MC/AsmParser/
H A Dmacro-required-argument-err.s44 .macro second_third_required first=0 second:req third:req
49 # CHECK-NEXT:second_third_required third=3 first=1
51 second_third_required third=3 first=1
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dgenk-timing.py158 third = "temp2"
161 self.writeRandomOperation(first, second, third)
165 second = third
166 third = temp
167 self.writeln(" " + third + ";")
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dgenk-timing.py153 third = "temp2"
156 self.writeRandomOperation(first, second, third)
160 second = third
161 third = temp
162 self.writeln(" " + third + ";")
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dgenk-timing.py153 third = "temp2"
156 self.writeRandomOperation(first, second, third)
160 second = third
161 third = temp
162 self.writeln(" " + third + ";")
/llvm-project-15.0.7/lldb/test/API/lang/c/stepping/
H A Dmain.c33 int complex (int first, int second, int third) in complex() argument
35 return first + second + third; // Step in targeting complex should stop here in complex()
/llvm-project-15.0.7/llvm/test/Transforms/NewGVN/
H A Dpr31613_2.ll24 ; CHECK: third:
39 %phi_one = phi i64 [ %sel, %entry ], [ 0, %first ], [ 0, %third ]
44 %phi_two = phi i64 [ %inc, %third ], [ %phi_one, %first ]
45 br label %third
47 third:
/llvm-project-15.0.7/clang/test/Rewriter/
H A Dunnamed-bf-modern-write.mm9 int third :1; field
19 // CHECK-NEXT: int third : 1;
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dmemcpy_dereferenceable.ll24 ; copy third element into first element by memcpy
26 ; copy third element into second element by LD/ST
57 ; copy third element into first element by memcpy
59 ; copy third element into second element by LD/ST
/llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/
H A Daddrmode-opt-assert.mir9 # it was looking for the third operand (offset) in the following instruction
10 # that does not, in fact, have a third operand.

1234567891011