Home
last modified time | relevance | path

Searched refs:five (Results 1 – 25 of 79) sorted by relevance

1234

/llvm-project-15.0.7/mlir/unittests/Analysis/Presburger/
H A DMPIntTest.cpp37 EXPECT_EQ(five + five, ten); in TYPED_TEST()
38 EXPECT_EQ(five * five, 2 * ten + five); in TYPED_TEST()
39 EXPECT_EQ(five * five, 3 * ten - five); in TYPED_TEST()
55 x += five; in TYPED_TEST()
74 EXPECT_LT(five, ten); in TYPED_TEST()
75 EXPECT_GT(ten, five); in TYPED_TEST()
80 EXPECT_EQ(five + 5, ten); in TYPED_TEST()
81 EXPECT_EQ(five + 5, 5 + five); in TYPED_TEST()
86 EXPECT_EQ(five / 2, 2); in TYPED_TEST()
111 EXPECT_LT(five, 10); in TYPED_TEST()
[all …]
/llvm-project-15.0.7/llvm/test/DebugInfo/AArch64/
H A Dstruct_by_value.ll14 ; struct five
24 ; return_five_int (struct five f)
32 %struct.five = type { i32, i32, i32, i32, i32 }
35 define i32 @return_five_int(%struct.five* %f) #0 !dbg !4 {
37 …call void @llvm.dbg.declare(metadata %struct.five* %f, metadata !17, metadata !DIExpression(DW_OP_…
38 %a = getelementptr inbounds %struct.five, %struct.five* %f, i32 0, i32 0, !dbg !19
60 !9 = !DICompositeType(tag: DW_TAG_structure_type, name: "five", line: 1, size: 160, align: 32, file…
/llvm-project-15.0.7/llvm/test/tools/llvm-strings/
H A Dradix-filename.test7 RUN: echo five >> %t
25 CHECK-NONE: [[FILE]]: five
32 CHECK-DEC: [[FILE]]: 19 five
39 CHECK-OCT: [[FILE]]: 23 five
46 CHECK-HEX: [[FILE]]: 13 five
H A Dradix.test9 five
33 CHECK-NONE: {{^}}five
40 CHECK-DEC: {{^}} 19 five
47 CHECK-OCT: {{^}} 23 five
54 CHECK-HEX: {{^}} 13 five
/llvm-project-15.0.7/llvm/test/Transforms/ADCE/
H A D2017-08-21-DomTree-deletions.ll10 i32 5, label %five
15 five: ; preds = %switch
21 exit: ; preds = %default, %two, %five, %four
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dwarn-float-conversion.cpp88 const float five = 5.0; in TestConstantFloat() local
90 int b3 = five / 1.0; //expected-warning{{conversion}} in TestConstantFloat()
91 int b4 = five / 2.0; //expected-warning{{conversion}} in TestConstantFloat()
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter-tests/memvars/
H A Dbitcast.c52 int five = 5; variable
62 *c = (char)five; in alias()
/llvm-project-15.0.7/llvm/test/tools/dsymutil/Inputs/
H A Dobfuscated.map5 five
16 five.c
H A Dobfuscated.2.map19 five
20 five.c
/llvm-project-15.0.7/clang/test/Modules/
H A Dcxx20-include-translation.cpp73 void five();
103 five(); in charlie()
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dtbaa.cpp202 struct five { struct
208 char g13(struct five *a, struct five *b) { in g13() argument
/llvm-project-15.0.7/llvm/test/tools/dsymutil/ARM/
H A Dobfuscated.test77 CHECK: DW_AT_name [DW_FORM_strp] ( {{.*}} "five.c")
80 CHECK: DW_AT_name [DW_FORM_strp] ( {{.*}} "five")
115 CHECK: name: "five.c"
137 PUB: 0x0000002e "five"
143 CHECK: String: 0x00000091 "five"
/llvm-project-15.0.7/lldb/test/Shell/ObjectFile/ELF/
H A Dsection-addresses.yaml19 # CHECK-LABEL: Name: .five
53 - Name: .five
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dobjc-literal-nsnumber.m65 int five = 5;
66 @-five; // expected-error{{@- must be followed by a number to form an NSNumber object}}
67 @+five; // expected-error{{@+ must be followed by a number to form an NSNumber object}}
/llvm-project-15.0.7/clang/test/ARCMT/allowlisted/
H A Dheader2.h3 typedef enum : NSInteger {five} ApplicableEnum; enumerator
H A Dheader2.h.result3 typedef NS_ENUM(NSInteger, ApplicableEnum) {five};
/llvm-project-15.0.7/llvm/test/CodeGen/Generic/
H A Dconstindices.ll36 %five = load float, float* %I4 ; <float> [#uses=1]
40 %dfive = fpext float %five to double ; <double> [#uses=1]
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dtypename-specifier.cpp42 int five = f(5); in test() local
49 five += 1; in test()
/llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/testrunner-custom-parsers/
H A Dtest.txt22 // MY_LIST: five
/llvm-project-15.0.7/llvm/test/YAMLParser/
H A Dconstruct-null.test13 # This sequence has five
/llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/synthupdate/
H A Dmain.m9 …NSDictionary *bar = @{@1 : @"one",@2 : @"two", @3 : @"three", @4 : @"four", @5 : @"five", @6 : @"s…
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dattr-amdgpu-num-sgpr.ll14 %five = load volatile i32, i32 addrspace(4)* undef
21 …"", "s,s,s,s,s,s,s,s,s,s"(i32 %one, i32 %two, i32 %three, i32 %four, i32 %five, i32 %six, i32 %sev…
26 store volatile i32 %five, i32 addrspace(1)* undef
/llvm-project-15.0.7/llvm/test/Bindings/OCaml/
H A Dcore.ml260 let five = const_int i64_type 5 in
261 let ffive = const_uitofp five double_type in
270 ignore (define_global "const_add" (const_add foldbomb five) m);
271 ignore (define_global "const_nsw_add" (const_nsw_add foldbomb five) m);
272 ignore (define_global "const_nuw_add" (const_nuw_add foldbomb five) m);
273 ignore (define_global "const_sub" (const_sub foldbomb five) m);
276 ignore (define_global "const_mul" (const_mul foldbomb five) m);
279 ignore (define_global "const_and" (const_and foldbomb five) m);
280 ignore (define_global "const_or" (const_or foldbomb five) m);
281 ignore (define_global "const_xor" (const_xor foldbomb five) m);
[all …]
/llvm-project-15.0.7/mlir/test/Dialect/Linalg/
H A Dtransform-op-fuse.mlir61 %five = arith.constant 5.0 : f32
78 %fill = linalg.fill ins(%five : f32) outs(%init : tensor<12x25xf32>) -> tensor<12x25xf32>
/llvm-project-15.0.7/clang/test/ARCMT/
H A Dobjcmt-ns-enum-crash.m.result9 typedef NS_ENUM(NSInteger, ApplicableEnum) {five};

1234