| /llvm-project-15.0.7/llvm/test/TableGen/ |
| H A D | assert.td | 5 // 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 D | eq-unset.td | 6 // This one caused an assertion because the value was an UnsetInit
|
| /llvm-project-15.0.7/clang/test/Parser/ |
| H A D | objc-static-assert.mm | 24 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 D | objc-static-assert.m | 18 _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.cpp | 16 (const char *assertion, const char *file, unsigned line, 20 write_to_stderr(assertion);
|
| H A D | __assert_fail.h | 16 [[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 D | std-allocator-const.rst | 23 …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 D | unaligned-atomic-loads.ll | 5 ; 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 D | arm64-shrink-v1i64.ll | 5 ; 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 D | stp-opt-with-renaming-undef-assert.mir | 4 # 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 D | neon-or-combine.ll | 3 ; 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 D | duplicate-include.rst | 30 #include "assertion.h" 34 #include "assertion.h"
|
| /llvm-project-15.0.7/llvm/test/CodeGen/WebAssembly/ |
| H A D | fast-isel-pr47040.ll | 3 ; Regression test for PR47040, in which an assertion was improperly 10 ; an assertion.
|
| /llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/src/ |
| H A D | Debug.cpp | 26 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 D | solver-sym-simplification-ptr-bool.cl | 11 // 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 D | llvm-stress-s449609655-simplified.ll | 9 ; "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 D | base_pointer_load_setNewAccessRelation.ll | 3 ; 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 D | set_metadata.ll | 2 ; This used to trigger an assertion
|
| H A D | add_named_metadata_operand.ll | 2 ; This used to trigger an assertion
|
| /llvm-project-15.0.7/bolt/test/X86/ |
| H A D | issue26.s | 2 # BOLT fails with the following assertion:
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Generic/ |
| H A D | 2002-04-14-UnexpectedUnsignedType.ll | 4 ; SparcInstrInfo.cpp:103: failed assertion `0 && "Unexpected unsigned type"'
|
| /llvm-project-15.0.7/llvm/test/CodeGen/NVPTX/ |
| H A D | libcall-instruction.ll | 2 ; used to panic on failed assertion and now fails with an "Undefined external symbol"
|
| /llvm-project-15.0.7/llvm/test/Assembler/ |
| H A D | 2003-04-15-ConstantInitAssertion.ll | 4 ; This should cause an assembler error, not an assertion failure!
|
| /llvm-project-15.0.7/clang/test/CodeGenObjC/ |
| H A D | nullptr-assert.m | 3 // Verify there is no assertion.
|
| /llvm-project-15.0.7/llvm/test/MC/Mips/ |
| H A D | mips-register-names-invalid.s | 4 # $32 used to trigger an assertion instead of the usual error message due to
|