Home
last modified time | relevance | path

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

123

/external/swiftshader/third_party/subzero/src/
DIceRegAlloc.cpp116 Unhandled.reserve(Vars.size()); in initForGlobal()
132 Unhandled.push_back(Var); in initForGlobal()
245 Unhandled.reserve(NumVars); in initForInfOnly()
256 Unhandled.push_back(Var); in initForInfOnly()
306 Unhandled.reserve(Vars.size()); in initForSecondChance()
316 Unhandled.push_back(Var); in initForSecondChance()
321 Unhandled.push_back(Var); in initForSecondChance()
327 Unhandled.clear(); in init()
371 std::sort(Unhandled.rbegin(), Unhandled.rend(), CompareRanges); in init()
375 Handled.reserve(Unhandled.size()); in init()
[all …]
DIceRegAlloc.h117 OrderedRanges Unhandled; variable
/external/llvm-project/polly/test/ForwardOpTree/
Dnoforward_outofquota.ll46 ; STATS-NOT: IMPLEMENTATION ERROR: Unhandled error state
48 ; STATS-NOT: IMPLEMENTATION ERROR: Unhandled error state
/external/llvm-project/clang-tools-extra/clangd/xpc/
DXPCTransport.cpp25 if (Error Unhandled = in encodeError() local
31 Message = toString(std::move(Unhandled)); in encodeError()
/external/llvm-project/polly/lib/External/isl/cpp/
Dcpp-checked.h.pre67 ISLPP_ASSERT(!is_error(), "IMPLEMENTATION ERROR: Unhandled error state");
169 "IMPLEMENTATION ERROR: Unhandled error state");
/external/llvm/test/Transforms/SafeStack/
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
/external/llvm-project/lldb/test/Shell/SymbolFile/DWARF/
DDW_TAG_variable-invalid_location.s5 # CHECK: (long) var = <Unhandled opcode DW_OP_unknown_ff in DWARFExpression>
/external/llvm-project/llvm/test/Transforms/SafeStack/X86/
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
/external/llvm-project/clang-tools-extra/clangd/
DJSONTransport.cpp26 if (llvm::Error Unhandled = llvm::handleErrors( in encodeError() local
46 Message = llvm::toString(std::move(Unhandled)); in encodeError()
/external/libchrome/libchrome_tools/patch/
Dmojo.patch14 + LOG(FATAL) << "Unhandled exception";
/external/llvm-project/llvm/test/TableGen/
DHwModeEncodeDecode.td89 // ENCODER: default: llvm_unreachable("Unhandled HwMode");
/external/crosvm/gpu_display/src/
Dgpu_display_x.rs149 _ => XEventEnum::Unhandled, in as_enum()
165 Unhandled, enumerator
402 XEventEnum::Unhandled => {} in handle_event()
/external/llvm-project/compiler-rt/test/sanitizer_common/
DCMakeLists.txt39 message(FATAL_ERROR "Unhandled platform")
/external/llvm-project/mlir/cmake/modules/
DAddMLIRPythonExtension.cmake11 …message(FATAL_ERROR " Unhandled arguments to add_mlir_python_extension(${libname}, ... : ${ARG_UNP…
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProfReader.cpp705 if (Error Unhandled = handleErrors( in getRecords() local
711 return Unhandled; in getRecords()
/external/llvm-project/llvm/lib/ProfileData/
DInstrProfReader.cpp712 if (Error Unhandled = handleErrors( in getRecords() local
718 return Unhandled; in getRecords()
/external/walt/ios/WALT/
DMIDIClient.m96 NSLog(@"Unhandled MIDI state change: %d", (int)message->messageID);
/external/libgav1/libgav1/cmake/
Dlibgav1_targets.cmake276 message(WARNING "libgav1_add_library: Unhandled type: ${lib_TYPE}")
/external/autotest/docs/
Denterprise.md302 …```test did not pass (reason: Unhandled TimeoutException: Timed out while waiting 60s for _Enterpr…
/external/python/cpython2/Misc/NEWS.d/
D2.7.9rc1.rst438 Unhandled exception in thread no longer causes unhandled AttributeError when
/external/python/cpython3/Lib/idlelib/
DNEWS2x.txt26 - IDLE would print a "Unhandled server exception!" message when internal
/external/cpuinfo/test/dmesg/
Dmoto-g-gen3.log1198 [ 19.070211,3] wlan: [3696:E :SME] sme_FTUpdateKey: Unhandled state=0
1199 [ 19.074260,3] wlan: [3696:E :SME] sme_FTUpdateKey: Unhandled state=0
Dmoto-g-gen2.log1250 [ 23.117454,2] wlan: [2798:E :SME] sme_FTUpdateKey: Unhandled state=0
1251 [ 23.118374,2] wlan: [2798:E :SME] sme_FTUpdateKey: Unhandled state=0
/external/clang/include/clang/Basic/
DAttr.td2240 llvm_unreachable("Unhandled LoopHint option.");
/external/kotlinx.coroutines/
DCHANGES.md775 …* `Promise.asDeferred` immediately installs handlers to avoid "Unhandled promise rejection" warnin…

123