Home
last modified time | relevance | path

Searched defs:unreachable (Results 1 - 17 of 17) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DunreachableJavascriptChecked.js2 function unreachable() { function
H A DunreachableJavascriptUnchecked.js2 function unreachable() { function
H A DunreachableSwitchTypeofAny.js17 var unreachable = function (x) { function
H A DunreachableSwitchTypeofUnknown.js17 var unreachable = function (x) { function
/third_party/mesa3d/src/intel/isl/
H A Disl_aux_info.c33 #undef unreachable macro
34 #define unreachable(str) return 0 macro
/third_party/node/deps/v8/src/compiler/
H A Ddead-code-elimination.cc301 Node* unreachable = in ReduceEffectNode() local
H A Drepresentation-change.cc427 Node* unreachable = in GetTaggedPointerRepresentationFor() local
742 Node* unreachable = in GetFloat64RepresentationFor() local
759 Node* unreachable = InsertUnconditionalDeopt( in GetFloat64RepresentationFor() local
822 Node* unreachable = effect = jsgraph()->graph()->NewNode( in InsertUnconditionalDeopt() local
871 Node* unreachable = in GetWord32RepresentationFor() local
1139 Node* unreachable = InsertUnconditionalDeopt( GetWord64RepresentationFor() local
1158 Node* unreachable = GetWord64RepresentationFor() local
1250 Node* unreachable = InsertUnconditionalDeopt( GetWord64RepresentationFor() local
[all...]
H A Dload-elimination.cc1018 Node* unreachable = in ReduceStoreField() local
H A Dsimplified-lowering.cc865 Node* unreachable = effect = in ChangeToDeadValue() local
4336 Node* unreachable = in InsertUnreachableIfNecessary() local
H A Deffect-control-linearizer.cc3812 Node* unreachable = __ UnreachableWithoutConnectToEnd(); in LowerDeadValue() local
/third_party/libunwind/libunwind/include/
H A Dlibunwind_i.h139 # define unreachable() __builtin_unreachable() macro
141 # define unreachable() do { } while (1) macro
/third_party/mesa3d/src/util/
H A Dmacros.h103 #define unreachable(str) \ macro
109 #define unreachable(str) \ macro
115 #define unreachable(str) assert(!str) macro
/third_party/glslang/SPIRV/
H A DspvIR.h298 bool unreachable; member in spv::Block
/third_party/tzdata/
H A Dprivate.h916 # undef unreachable macro
917 # define unreachable() abort() macro
921 # define unreachable() __builtin_unreachable() macro
924 # define unreachable() __builtin_unreachable() macro
927 # define unreachable() ((void) 0) macro
/third_party/python/Modules/
H A Dgcmodule.c558 move_unreachable(PyGC_Head *young, PyGC_Head *unreachable) move_unreachable() argument
673 move_legacy_finalizers(PyGC_Head *unreachable, PyGC_Head *finalizers) move_legacy_finalizers() argument
696 clear_unreachable_mask(PyGC_Head *unreachable) clear_unreachable_mask() argument
754 handle_weakrefs(PyGC_Head *unreachable, PyGC_Head *old) handle_weakrefs() argument
1092 deduce_unreachable(PyGC_Head *base, PyGC_Head *unreachable) deduce_unreachable() argument
1157 handle_resurrected_objects(PyGC_Head *unreachable, PyGC_Head* still_unreachable, PyGC_Head *old_generation) handle_resurrected_objects() argument
1187 PyGC_Head unreachable; /* non-problematic unreachable trash */ gc_collect_main() local
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dfunction-body-decoder-impl.h866 bool unreachable() const { return reachability == kUnreachable; } in unreachable() function
[all...]
/third_party/node/deps/ada/
H A Dada.h347 [[noreturn]] inline void unreachable() { in unreachable() function

Completed in 45 milliseconds