Home
last modified time | relevance | path

Searched refs:Unhandled (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/polly/test/ForwardOpTree/
H A Dnoforward_outofquota.ll46 ; STATS-NOT: IMPLEMENTATION ERROR: Unhandled error state
48 ; STATS-NOT: IMPLEMENTATION ERROR: Unhandled error state
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dhuge-frame-unsupported.ll8 ; CHECK: Unhandled stack size
/llvm-project-15.0.7/clang-tools-extra/clangd/xpc/
H A DXPCTransport.cpp25 if (Error Unhandled = in encodeError() local
31 Message = toString(std::move(Unhandled)); in encodeError()
/llvm-project-15.0.7/polly/lib/External/isl/cpp/
H A Dcpp-checked.h.top76 ISLPP_ASSERT(!is_error(), "IMPLEMENTATION ERROR: Unhandled error state");
178 "IMPLEMENTATION ERROR: Unhandled error state");
/llvm-project-15.0.7/lldb/test/Shell/SymbolFile/DWARF/x86/
H A DDW_TAG_variable-invalid_location.s5 # CHECK: (long) var = <Unhandled opcode DW_OP_unknown_ff in DWARFExpression>
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DJSONTransport.cpp27 if (llvm::Error Unhandled = llvm::handleErrors( in encodeError() local
47 Message = llvm::toString(std::move(Unhandled)); in encodeError()
/llvm-project-15.0.7/llvm/test/Transforms/SafeStack/X86/
H A Ddebug-loc2.ll19 ; Unhandled dbg.value: expression does not start with OP_DW_deref
23 ; Unhandled dbg.value: expression does not start with OP_DW_deref
/llvm-project-15.0.7/llvm/test/TableGen/
H A DHwModeEncodeDecode.td89 // ENCODER: default: llvm_unreachable("Unhandled HwMode");
/llvm-project-15.0.7/compiler-rt/test/sanitizer_common/
H A DCMakeLists.txt35 message(FATAL_ERROR "Unhandled platform")
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DInstrProfReader.cpp834 if (Error Unhandled = handleErrors( in getRecords() local
840 return Unhandled; in getRecords()
/llvm-project-15.0.7/mlir/cmake/modules/
H A DAddMLIRPython.cmake527 …message(FATAL_ERROR "Unhandled arguments to add_mlir_python_sources_target(${name}, ... : ${ARG_UN…
598 …message(FATAL_ERROR "Unhandled arguments to add_mlir_python_extension(${libname}, ... : ${ARG_UNPA…
/llvm-project-15.0.7/compiler-rt/cmake/Modules/
H A DCompilerRTUtils.cmake252 message(FATAL_ERROR "Unhandled Compiler-RT source root configuration.")
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DAttr.td3679 llvm_unreachable("Unhandled LoopHint option.");