Home
last modified time | relevance | path

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

12

/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/
DunreachableSwitchTypeofUnknown.ts3 const unreachable = (x: unknown): number => { constant
DunreachableJavascriptChecked.ts6 function unreachable() { function
DunreachableJavascriptUnchecked.ts5 function unreachable() { function
DunreachableSwitchTypeofAny.ts3 const unreachable = (x: any): number => { constant
/third_party/rust/rust/tests/rustdoc/
Dsafe-intrinsic.rs15 pub fn unreachable() -> !; in unreachable() function
Dconst-intrinsic.rs17 pub fn unreachable() -> !; in unreachable() function
/third_party/rust/rust/tests/ui/error-codes/
DE0396.rs6 const unsafe fn unreachable() -> ! { in unreachable() function
/third_party/rust/rust/tests/ui/target-feature/
Dno-llvm-leaks.rs21 fn unreachable() -> !; in unreachable() function
Dfeature-hierarchy.rs23 fn unreachable() -> !; in unreachable() function
/third_party/rust/rust/src/tools/clippy/tests/ui/
Dpanicking_macros.rs45 fn unreachable() { in unreachable() function
Dmissing_panics_doc.rs136 pub fn unreachable() { in unreachable() function
/third_party/python/Modules/
Dgcmodule.c558 move_unreachable(PyGC_Head *young, PyGC_Head *unreachable) in move_unreachable()
673 move_legacy_finalizers(PyGC_Head *unreachable, PyGC_Head *finalizers) in move_legacy_finalizers()
696 clear_unreachable_mask(PyGC_Head *unreachable) in clear_unreachable_mask()
754 handle_weakrefs(PyGC_Head *unreachable, PyGC_Head *old) in handle_weakrefs()
1092 deduce_unreachable(PyGC_Head *base, PyGC_Head *unreachable) { in deduce_unreachable()
1157 handle_resurrected_objects(PyGC_Head *unreachable, PyGC_Head* still_unreachable, in handle_resurrected_objects()
1187 PyGC_Head unreachable; /* non-problematic unreachable trash */ in gc_collect_main() local
/third_party/rust/rust/library/core/src/macros/
Dmod.rs618 macro_rules! unreachable { macro
/third_party/mesa3d/src/intel/isl/
Disl_aux_info.c35 #define unreachable(str) return 0 macro
/third_party/tzdata/
Dprivate.h985 # define unreachable() abort() macro
989 # define unreachable() __builtin_unreachable() macro
992 # define unreachable() __builtin_unreachable() macro
995 # define unreachable() ((void) 0) macro
/third_party/mesa3d/src/util/
Dmacros.h123 #define unreachable(str) \ macro
129 #define unreachable(str) \ macro
135 #define unreachable(str) assert(!"" str) macro
/third_party/rust/rust/tests/mir-opt/
Dlower_intrinsics.rs41 pub fn unreachable() -> ! { in unreachable() function
/third_party/rust/rust/tests/ui/macros/
Dmacro-comma-support-rpass.rs291 fn unreachable() { in unreachable() function
/third_party/glslang/SPIRV/
DspvIR.h298 bool unreachable; variable
/third_party/vixl/test/aarch64/
Dtest-disasm-aarch64.cc2740 TEST(unreachable) { in TEST() argument
/third_party/rust/rust/compiler/rustc_mir_transform/src/
Dshim.rs598 let unreachable = self.block(vec![], TerminatorKind::Unreachable, false); in generator_shim() localVariable

12