Home
last modified time | relevance | path

Searched refs:assertion (Results 1 – 25 of 352) sorted by relevance

12345678910>>...15

/llvm-project-15.0.7/llvm/test/TableGen/
H A Dassert.td5 // CHECK: assertion failed
14 // CHECK: assertion failed
24 // CHECK: assertion failed
33 // CHECK: assertion failed
42 // CHECK: assertion failed
53 // CHECK: assertion failed
56 // CHECK: assertion failed
66 // CHECK: assertion failed
75 // CHECK: assertion failed
84 // CHECK: assertion failed
[all …]
H A Deq-unset.td6 // This one caused an assertion because the value was an UnsetInit
/llvm-project-15.0.7/clang/test/Parser/
H A Dobjc-static-assert.mm24 static_assert(0, ""); // expected-error {{static assertion failed}}
25 _Static_assert(0, ""); // expected-error {{static assertion failed}}
27 …static_assert(a, ""); // expected-error {{static assertion expression is not an integral constant …
29 static_assert(sizeof(a) == 3, ""); // expected-error {{static assertion failed}}
43 static_assert(sizeof(b) == 3, ""); // expected-error {{static assertion failed}}
59 static_assert(sizeof(b) == 3, ""); // expected-error {{static assertion failed}}
74 _Static_assert(0, ""); // expected-error {{static assertion failed}}
H A Dobjc-static-assert.m18 _Static_assert(0, ""); // expected-error {{static assertion failed}}
47 _Static_assert(0, ""); // expected-error {{static assertion failed}}
/llvm-project-15.0.7/libc/src/assert/
H A D__assert_fail.cpp16 (const char *assertion, const char *file, unsigned line,
20 write_to_stderr(assertion);
H A D__assert_fail.h16 [[noreturn]] void __assert_fail(const char *assertion, const char *file,
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/portability/
H A Dstd-allocator-const.rst23 …std::deque<const int> deque; // error: static assertion failed: std::deque must have a non-const, …
24 …std::set<const int> set; // error: static assertion failed: std::set must have a non-const, non-vo…
25 …std::vector<int* const> vector; // error: static assertion failed: std::vector must have a non-con…
/llvm-project-15.0.7/llvm/test/CodeGen/AVR/
H A Dunaligned-atomic-loads.ll5 ; In the past, an assertion inside the SelectionDAGBuilder would always
6 ; hit an assertion for unaligned loads and stores.
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Darm64-shrink-v1i64.ll5 ; But currently it can't handle vector type and will trigger an assertion failure
7 ; This test checks that such assertion failur should not happen.
H A Dstp-opt-with-renaming-undef-assert.mir4 # assertion:
7 # The assertion was previously triggered because q16 is picked as renamable
10 # aarch64 load store optimizer should not throw an assertion if a renamable
H A Dneon-or-combine.ll3 ; Check that the DAGCombiner does not crash with an assertion failure
7 ; The assertion failure was caused by an invalid comparison between APInt
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/readability/
H A Dduplicate-include.rst30 #include "assertion.h"
34 #include "assertion.h"
/llvm-project-15.0.7/llvm/test/CodeGen/WebAssembly/
H A Dfast-isel-pr47040.ll3 ; Regression test for PR47040, in which an assertion was improperly
10 ; an assertion.
/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/src/
H A DDebug.cpp26 void __assert_fail(const char *assertion, const char *file, unsigned line, in __assert_fail() argument
29 assertion); in __assert_fail()
/llvm-project-15.0.7/clang/test/Analysis/
H A Dsolver-sym-simplification-ptr-bool.cl11 // The assertion appears to be happening as a result of evaluating the
14 // evaluated to 16b. This eventually leads to the assertion in APInt.h.
/llvm-project-15.0.7/llvm/test/CodeGen/Mips/msa/
H A Dllvm-stress-s449609655-simplified.ll9 ; "Comparison requires equal bit widths" assertion.
13 ; assertion occurred when trying to check the values were bitwise inverses of
/llvm-project-15.0.7/polly/test/ScopDetect/
H A Dbase_pointer_load_setNewAccessRelation.ll3 ; This violated an assertion in setNewAccessRelation that assumed base pointers
4 ; to be load-hoisted. Without this assertion, it codegen would generate invalid
/llvm-project-15.0.7/llvm/test/Bindings/llvm-c/
H A Dset_metadata.ll2 ; This used to trigger an assertion
H A Dadd_named_metadata_operand.ll2 ; This used to trigger an assertion
/llvm-project-15.0.7/bolt/test/X86/
H A Dissue26.s2 # BOLT fails with the following assertion:
/llvm-project-15.0.7/llvm/test/CodeGen/Generic/
H A D2002-04-14-UnexpectedUnsignedType.ll4 ; SparcInstrInfo.cpp:103: failed assertion `0 && "Unexpected unsigned type"'
/llvm-project-15.0.7/llvm/test/CodeGen/NVPTX/
H A Dlibcall-instruction.ll2 ; used to panic on failed assertion and now fails with an "Undefined external symbol"
/llvm-project-15.0.7/llvm/test/Assembler/
H A D2003-04-15-ConstantInitAssertion.ll4 ; This should cause an assembler error, not an assertion failure!
/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Dnullptr-assert.m3 // Verify there is no assertion.
/llvm-project-15.0.7/llvm/test/MC/Mips/
H A Dmips-register-names-invalid.s4 # $32 used to trigger an assertion instead of the usual error message due to

12345678910>>...15