Home
last modified time | relevance | path

Searched refs:least (Results 1 – 25 of 524) sorted by relevance

12345678910>>...21

/llvm-project-15.0.7/lldb/test/Shell/Breakpoint/
H A Dcase-insensitive.test8 # CHECK: At least one location.
12 # CHECK: At least one location.
16 # CHECK: At least one location.
20 # CHECK: At least one location.
24 # CHECK: At least one location.
28 # CHECK: At least one location.
32 # CHECK: At least one location.
36 # CHECK: At least one location.
40 # CHECK: At least one location.
44 # CHECK: At least one location.
H A Dcase-sensitive.test8 # CHECK: At least one location.
12 # CHECK: At least one location.
28 # CHECK: At least one location.
32 # CHECK: At least one location.
/llvm-project-15.0.7/llvm/test/MC/AsmParser/
H A Dfloating-literals.s107 # CHECK-ERROR: invalid hexadecimal floating-point constant: expected at least one exponent digit
110 # CHECK-ERROR: invalid hexadecimal floating-point constant: expected at least one exponent digit
113 # CHECK-ERROR: invalid hexadecimal floating-point constant: expected at least one exponent digit
116 # CHECK-ERROR: invalid hexadecimal floating-point constant: expected at least one significand digit
119 # CHECK-ERROR: invalid hexadecimal floating-point constant: expected at least one significand digit
/llvm-project-15.0.7/llvm/cmake/modules/
H A DCheckCompilerVersion.cmake39 …message(FATAL_ERROR "Host ${NICE_NAME} version must be at least ${MINIMUM_VERSION}, your version i…
42 …message(WARNING "Host ${NICE_NAME} version should be at least ${SOFT_ERROR_VERSION} because LLVM w…
44 …message(FATAL_ERROR "Host ${NICE_NAME} version should be at least ${SOFT_ERROR_VERSION} because LL…
71 …message(FATAL_ERROR "Host Clang must have at least -fms-compatibility-version=${MSVC_MIN}, your ve…
79 # Test for libstdc++ version of at least 4.8 by checking for _ZNKSt17bad_function_call4whatEv.
98 message(FATAL_ERROR "libstdc++ version must be at least ${GCC_MIN}.")
112 …message(WARNING "libstdc++ version should be at least ${LIBSTDCXX_SOFT_ERROR} because LLVM will so…
114 …message(FATAL_ERROR "libstdc++ version should be at least ${LIBSTDCXX_SOFT_ERROR} because LLVM wil…
/llvm-project-15.0.7/llvm/test/CodeGen/SPIRV/function/
H A Dtrivial-function-definition.ll15 ; NOTE: In 2.4, it isn't explicitly written that a function always has a least
16 ; one block. In fact, 2.4.11 seems to imply that there are at least two
19 ; definition, a function needs at least one block, hence why this test
/llvm-project-15.0.7/mlir/test/Dialect/Shape/
H A Dinvalid.mlir93 …// expected-error@+1 {{if at least one of the operands can hold error values then the result must …
109 …// expected-error@+1 {{if at least one of the operands can hold error values then the result must …
118 …// expected-error@+1 {{if at least one of the operands can hold error values then the result must …
126 …// expected-error@+1 {{if at least one of the operands can hold error values then the result must …
134 …// expected-error@+1 {{if at least one of the operands can hold error values then the result must …
142 …// expected-error@+1 {{if at least one of the operands can hold error values then the result must …
150 …// expected-error@+1 {{if at least one of the operands can hold error values then the result must …
160 …// expected-error@+1 {{if at least one of the operands can hold error values then the result must …
261 // expected-error@+1 {{required at least 2 input shapes}}
/llvm-project-15.0.7/llvm/test/YAMLParser/
H A Dsloppy-indentation.test11 to be indented with at least one space
15 to be indented with at least one space"
/llvm-project-15.0.7/llvm/test/Verifier/
H A Dmemprof-metadata-bad.ll34 ; CHECK: !memprof annotations should have at least 1 metadata operand (MemInfoBlock)
43 ; CHECK: Each !memprof MemInfoBlock should have at least 2 operands
46 ; CHECK: call stack metadata should have at least 1 operand
H A Dstepvector-intrinsic.ll14 ; CHECK: experimental_stepvector only supported for vectors of integers with a bitwidth of at least
22 ; CHECK: experimental_stepvector only supported for vectors of integers with a bitwidth of at least
H A Dannotation-metadata.ll5 ; CHECK: annotation must have at least one operand
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/readability/
H A Didentifier-length.rst24 parameters) are expected to have at least a length of
46 All function parameter names are expected to have a length of at least
65 Loop counter variables are expected to have a length of at least
94 Exception clause variables are expected to have a length of at least
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Dreadcyclecounter.ll8 ; possible to disable it, but realistically present on at least every v7-A
9 ; processor (but not on v6, at least by default).
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/hicpp/
H A Dmultiway-paths-covered.rst9 …//www.codingstandard.com/rule/6-1-4-ensure-that-a-switch-statement-has-at-least-two-case-labels-di…
60 …//www.codingstandard.com/rule/6-1-4-ensure-that-a-switch-statement-has-at-least-two-case-labels-di…
61 requires every ``switch`` statement to have at least two ``case`` labels other than a `default` lab…
/llvm-project-15.0.7/mlir/test/Dialect/OpenACC/
H A Dinvalid.mlir72 // expected-error@+1 {{at least one operand or the default attribute must appear on the data operat…
79 // expected-error@+1 {{at least one value must be present in hostOperands or deviceOperands}}
159 // expected-error@+1 {{at least one operand in copyout, delete or detach must appear on the exit da…
178 // expected-error@+1 {{at least one operand in copyin, create, create_zero or attach must appear on…
/llvm-project-15.0.7/flang/lib/Decimal/
H A Dbinary-to-decimal.cpp259 Digit least{less.digit_[offset]}; in Minimize() local
264 Digit lq{least / 10u}; in Minimize()
265 Digit lr{least - 10 * lq}; in Minimize()
271 least = lq; in Minimize()
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/
H A Dmisplaced-widening-cast.rst38 Forgetting to place the cast at all is at least as dangerous and at least as
/llvm-project-15.0.7/mlir/test/Integration/Dialect/Linalg/CPU/
H A Dtest-tensor-e2e.mlir19 // Note that this is skipping a step and we would need at least some function
33 // Note that this is skipping a step and we would need at least some function
/llvm-project-15.0.7/flang/include/flang/Common/
H A Denum-set.h202 while (auto least{copy.LeastElement()}) { in IterateOverMembers()
203 f(*least); in IterateOverMembers()
204 copy.erase(*least); in IterateOverMembers()
/llvm-project-15.0.7/clang/test/Lexer/
H A Dstring-literal-errors.cpp27 #define foo() lots and lots of tokens, need at least 8 to fill up the smallvector buffer #BadThings…
/llvm-project-15.0.7/clang/test/CXX/basic/basic.namespace/basic.namespace.general/Inputs/
H A Dp2.cppm5 // We need to export something at least
/llvm-project-15.0.7/llvm/test/MC/Disassembler/SystemZ/
H A Dtrunc-01.txt2 # Every instruction must be at least two bytes long.
/llvm-project-15.0.7/libc/test/utils/UnitTest/
H A DCMakeLists.txt11 # tests must have at least one dependancy.
/llvm-project-15.0.7/mlir/test/Dialect/Builtin/
H A Dinvalid.mlir7 // expected-error@+1 {{expected at least one result for cast operation}}
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/
H A DSPIRVNonUniformOps.td231 from a constant instruction. ClusterSize must be at least 1, and must be
291 from a constant instruction. ClusterSize must be at least 1, and must be
351 from a constant instruction. ClusterSize must be at least 1, and must be
408 from a constant instruction. ClusterSize must be at least 1, and must be
463 from a constant instruction. ClusterSize must be at least 1, and must be
518 from a constant instruction. ClusterSize must be at least 1, and must be
575 from a constant instruction. ClusterSize must be at least 1, and must be
632 from a constant instruction. ClusterSize must be at least 1, and must be
690 from a constant instruction. ClusterSize must be at least 1, and must be
748 from a constant instruction. ClusterSize must be at least 1, and must be
/llvm-project-15.0.7/lld/test/ELF/linkerscript/
H A Dexpr-invalid-sec.test5 # CHECK: error: {{.*}}.test:8: at least one side of the expression must be absolute

12345678910>>...21