Home
last modified time | relevance | path

Searched refs:numeric (Results 1 – 25 of 138) sorted by relevance

123456

/llvm-project-15.0.7/llvm/test/MC/CSKY/
H A Dinvalid-attribute.s15 # CHECK: [[@LINE-1]]:35: error: expected numeric constant
18 # CHECK: [[@LINE-1]]:36: error: expected numeric constant
21 # CHECK: [[@LINE-1]]:35: error: expected numeric constant
24 # CHECK: [[@LINE-1]]:31: error: expected numeric constant
27 # CHECK: [[@LINE-1]]:36: error: expected numeric constant
30 # CHECK: [[@LINE-1]]:36: error: expected numeric constant
33 # CHECK: [[@LINE-1]]:37: error: expected numeric constant
39 # CHECK: [[@LINE-1]]:34: error: expected numeric constant
/llvm-project-15.0.7/llvm/test/MC/RISCV/
H A Dinvalid-attribute.s16 # CHECK: [[@LINE-1]]:25: error: expected numeric constant
19 # CHECK: [[@LINE-1]]:30: error: expected numeric constant
22 # CHECK: [[@LINE-1]]:23: error: expected numeric constant
25 # CHECK: [[@LINE-1]]:29: error: expected numeric constant
28 # CHECK: [[@LINE-1]]:32: error: expected numeric constant
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dobjc-literal-fixit.m17 NSNumber *n = YES; // expected-error{{numeric literal must be prefixed by '@'}}
18 NSNumber *n1 = 1; // expected-error{{numeric literal must be prefixed by '@'}}
21 // cxx-error@-1{{numeric literal must be prefixed by '@'}}
23 NSNumber *n4 = 0.0; // expected-error{{numeric literal must be prefixed by '@'}}
26 // cxx-error@-1{{numeric literal must be prefixed by '@'}}
29 NSNumber *n6 = '1'; // expected-error{{numeric literal must be prefixed by '@'}}
H A Dobjc-literal-comparison.m46 …if (@12 == obj) return; // expected-warning{{direct comparison of a numeric literal has undefined …
47 …if (@1.0 == obj) return; // expected-warning{{direct comparison of a numeric literal has undefined…
48 …if (@__objc_yes == obj) return; // expected-warning{{direct comparison of a numeric literal has un…
82 …if (obj == @1) return; // expected-warning{{direct comparison of a numeric literal has undefined b…
83 …if (@1 == obj) return; // expected-warning{{direct comparison of a numeric literal has undefined b…
H A Dobjc-literal-nsnumber.m13 …pected-error {{definition of class NSNumber must be available to use Objective-C numeric literals}}
16 …ected-error {{definition of class NSNumber must be available to use Objective-C numeric literals}}\
23 …pected-error {{definition of class NSNumber must be available to use Objective-C numeric literals}}
26 …ected-error {{definition of class NSNumber must be available to use Objective-C numeric literals}}\
/llvm-project-15.0.7/libcxx/test/std/localization/locales/locale/locale.types/locale.category/
H A Dcategory.pass.cpp30 assert(std::locale::numeric); in main()
36 & std::locale::numeric in main()
42 | std::locale::numeric in main()
51 test(std::locale::numeric); in main()
/llvm-project-15.0.7/llvm/test/FileCheck/
H A Dnumeric-expression.txt57 ; Invalid numeric variable definition of non-hex value with 0x prefix.
297 ; Empty numeric expression with matching constraint.
306 EMPTY-NUMEXPR-CONSTRAINT-MSG: numeric-expression.txt:[[#@LINE-1]]:38: error: empty numeric expressi…
319 EMPTY-NUMDEF-CONSTRAINT-MSG: numeric-expression.txt:[[#@LINE-1]]:44: error: empty numeric expressio…
376 ; Empty numeric expression.
477 INPUT-STR-CONFLICT: numeric-expression.txt:[[#@LINE-3]]:14: error: numeric variable with name 'NUMV…
499 BIGVAL-MSG: numeric-expression.txt:[[#@LINE-3]]:9: error: unable to represent numeric value
534 SAME-LINE-USE-MSG1: numeric-expression.txt:[[#@LINE-1]]:36: error: numeric variable 'UNSI' defined …
541 SAME-LINE-USE-MSG2: numeric-expression.txt:[[#@LINE-1]]:43: error: numeric variable 'UNSI2' defined…
569 OVERFLOW-MSG: numeric-expression.txt:[[#@LINE-1]]:27: error: unable to substitute variable or numer…
[all …]
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dbuiltin-constant-p.cpp10 class numeric { class
15 constexpr numeric(S value) in numeric() function in numeric
23 return is_constant(numeric<int>(1)); in bcp()
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dnamespace.cpp79 namespace numeric { namespace
88 namespace numeric { namespace
95 { numeric::greater(l, r); } in f()
/llvm-project-15.0.7/llvm/tools/llvm-yaml-numeric-parser-fuzzer/
H A DCMakeLists.txt6 add_llvm_fuzzer(llvm-yaml-numeric-parser-fuzzer
7 yaml-numeric-parser-fuzzer.cpp
/llvm-project-15.0.7/llvm/docs/
H A DAMDGPUModifierSyntax.rst835 format:[<numeric format>] Use the specified numeric format and
837 format:[<data format>, <numeric format>] Use the specified data and numeric formats.
838 format:[<numeric format>, <data format>] Use the specified data and numeric formats.
868 Supported numeric formats are defined below:
1197 Note: numeric values may be specified as either
1235 Note: numeric values may be specified as either
1276 Note: numeric values may be specified as either
1306 Note: numeric values may be specified as either
2023 Note: numeric value may be specified as either
2040 Note: numeric value may be specified as either
[all …]
/llvm-project-15.0.7/pstl/test/support/stdlib/
H A Dnumeric2 //===-- numeric -----------------------------------------------------------===//
13 #include_next <numeric>
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/hicpp/
H A Dsigned-bitwise-standard-types.h12 numeric = 1u << 4u, enumerator
15 all = none | collate | ctype | monetary | numeric | time | messages
/llvm-project-15.0.7/llvm/test/MC/ARM/
H A Ddirective-eabi_attribute-diagnostics.s13 @ CHECK: error: expected numeric constant
18 @ CHECK: error: expected numeric constant
/llvm-project-15.0.7/lld/test/MachO/
H A Dcgprofile-obj.s5 # RUN: llvm-nm --numeric-sort %t.out | FileCheck %s
7 # RUN: llvm-nm --numeric-sort %t.out | FileCheck %s --check-prefix=NO-CG
H A Dcgprofile-icf.s6 # RUN: llvm-nm --numeric-sort %t.out | FileCheck %s
8 # RUN: llvm-nm --numeric-sort %t2.out | FileCheck %s --check-prefix=NOICF
H A Dcgprofile-orderfile.s7 # RUN: llvm-nm --numeric-sort %t/test | FileCheck %s
9 # RUN: llvm-nm --numeric-sort %t/test | FileCheck %s --check-prefix NO-ORDER
/llvm-project-15.0.7/llvm/docs/CommandGuide/
H A DFileCheck.rst166 numeric expressions.
760 defining numeric variables and checking for numeric values that satisfy a
761 numeric expression constraint based on those variables via a numeric
765 The syntax to capture a numeric value is
810 The syntax of a numeric substitution is
832 * a numeric operand, or
833 * an expression followed by an operator and a numeric operand.
835 A numeric operand is a previously defined numeric variable, an integer
888 A numeric variable can also be defined to the result of a numeric expression,
891 numeric expression and capturing its value into a numeric variable is thus
[all …]
/llvm-project-15.0.7/llvm/test/tools/llvm-nm/
H A Dnumeric-sort.test3 # RUN: llvm-nm --numeric-sort %t.o | FileCheck %s --check-prefix=NUMERIC
40 # --numeric-sort sorts the symbols by value.
/llvm-project-15.0.7/lld/test/COFF/
H A Dcgprofile-obj.s5 # RUN: llvm-nm --numeric-sort %t2 | FileCheck %s
7 # RUN: llvm-nm --numeric-sort %t3 | FileCheck %s --check-prefix=NO-CG
H A Dcgprofile-txt.s6 # RUN: llvm-nm --numeric-sort %t2 | FileCheck %s --check-prefix=NOSORT
13 # RUN: llvm-nm --numeric-sort %t2 | FileCheck %s
H A Dcgprofile-icf.s9 # RUN: llvm-nm --numeric-sort %t2 | FileCheck %s
11 # RUN: llvm-nm --numeric-sort %t2 | FileCheck %s --check-prefix=NOICF
/llvm-project-15.0.7/llvm/test/Integer/
H A Dconstpointer_bt.ll19 @0 = global float * @2 ;; Forward numeric reference
20 @1 = global float * @2 ;; Duplicate forward numeric reference
/llvm-project-15.0.7/llvm/test/Feature/
H A Dconstpointer.ll19 @0 = global float * @2 ;; Forward numeric reference
20 @1 = global float * @2 ;; Duplicate forward numeric reference
/llvm-project-15.0.7/llvm/test/Assembler/
H A Dblock-labels.ll10 3: ; Explicit numeric label
14 -3: ; numeric-looking, but actually string, label

123456