Home
last modified time | relevance | path

Searched defs:unreachable (Results 1 – 20 of 20) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DunreachableSwitchTypeofUnknown.js2 const unreachable = (x: unknown): number => { constant
17 var unreachable = function (x) { function
DunreachableSwitchTypeofAny.js2 const unreachable = (x: any): number => { constant
17 var unreachable = function (x) { function
DunreachableJavascriptUnchecked.js2 function unreachable() { function
DunreachableJavascriptChecked.js2 function unreachable() { function
/third_party/typescript/tests/cases/compiler/
DunreachableJavascriptChecked.ts6 function unreachable() { function
DunreachableSwitchTypeofAny.ts3 const unreachable = (x: any): number => { constant
DunreachableJavascriptUnchecked.ts5 function unreachable() { function
DunreachableSwitchTypeofUnknown.ts3 const unreachable = (x: unknown): number => { constant
/third_party/musl/ndk-test/sanitize/cfi/src/
Dstats.cpp38 extern "C" __attribute__((noinline)) void unreachable(A *a) { in unreachable() function
/third_party/python/Modules/
Dgcmodule.c562 move_unreachable(PyGC_Head *young, PyGC_Head *unreachable) in move_unreachable()
677 move_legacy_finalizers(PyGC_Head *unreachable, PyGC_Head *finalizers) in move_legacy_finalizers()
700 clear_unreachable_mask(PyGC_Head *unreachable) in clear_unreachable_mask()
758 handle_weakrefs(PyGC_Head *unreachable, PyGC_Head *old) in handle_weakrefs()
1097 deduce_unreachable(PyGC_Head *base, PyGC_Head *unreachable) { in deduce_unreachable()
1162 handle_resurrected_objects(PyGC_Head *unreachable, PyGC_Head* still_unreachable, in handle_resurrected_objects()
1192 PyGC_Head unreachable; /* non-problematic unreachable trash */ in gc_collect_main() local
/third_party/mesa3d/src/util/
Dmacros.h103 #define unreachable(str) \ macro
109 #define unreachable(str) \ macro
115 #define unreachable(str) assert(!str) macro
/third_party/mesa3d/src/intel/isl/
Disl_aux_info.c34 #define unreachable(str) return 0 macro
/third_party/libunwind/include/
Dlibunwind_i.h153 # define unreachable() __builtin_unreachable() macro
155 # define unreachable() do { } while (1) macro
/third_party/flutter/skia/third_party/externals/spirv-tools/test/val/
Dval_cfg_test.cpp715 Block unreachable("unreachable"); in TEST_P() local
734 Block unreachable("unreachable", SpvOpBranchConditional); in TEST_P() local
/third_party/glslang/SPIRV/
DspvIR.h296 bool unreachable; variable
/third_party/spirv-tools/test/val/
Dval_cfg_test.cpp1154 Block unreachable("unreachable"); in GetUnreachableBlock() local
1178 Block unreachable("unreachable", SpvOpBranchConditional); in GetUnreachableBranch() local
/third_party/skia/third_party/externals/spirv-tools/test/val/
Dval_cfg_test.cpp1194 Block unreachable("unreachable"); in GetUnreachableBlock() local
1218 Block unreachable("unreachable", SpvOpBranchConditional); in GetUnreachableBranch() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_cfg_test.cpp1194 Block unreachable("unreachable"); in GetUnreachableBlock() local
1218 Block unreachable("unreachable", SpvOpBranchConditional); in GetUnreachableBranch() local
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DSubzeroReactor.cpp1961 Ice::InstUnreachable *unreachable = Ice::InstUnreachable::create(::function); in createUnreachable() local
/third_party/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp10498 bool unreachable = visit_cf_list(ctx, &loop->body); in visit_loop() local