| /third_party/typescript/tests/baselines/reference/ |
| D | unreachableSwitchTypeofUnknown.js | 2 const unreachable = (x: unknown): number => { constant 17 var unreachable = function (x) { function
|
| D | unreachableSwitchTypeofAny.js | 2 const unreachable = (x: any): number => { constant 17 var unreachable = function (x) { function
|
| D | unreachableJavascriptUnchecked.js | 2 function unreachable() { function
|
| D | unreachableJavascriptChecked.js | 2 function unreachable() { function
|
| /third_party/typescript/tests/cases/compiler/ |
| D | unreachableSwitchTypeofUnknown.ts | 3 const unreachable = (x: unknown): number => { constant
|
| D | unreachableJavascriptChecked.ts | 6 function unreachable() { function
|
| D | unreachableJavascriptUnchecked.ts | 5 function unreachable() { function
|
| D | unreachableSwitchTypeofAny.ts | 3 const unreachable = (x: any): number => { constant
|
| /third_party/rust/rust/tests/rustdoc/ |
| D | safe-intrinsic.rs | 15 pub fn unreachable() -> !; in unreachable() function
|
| D | const-intrinsic.rs | 17 pub fn unreachable() -> !; in unreachable() function
|
| /third_party/rust/rust/tests/ui/error-codes/ |
| D | E0396.rs | 6 const unsafe fn unreachable() -> ! { in unreachable() function
|
| /third_party/rust/rust/tests/ui/target-feature/ |
| D | no-llvm-leaks.rs | 21 fn unreachable() -> !; in unreachable() function
|
| D | feature-hierarchy.rs | 23 fn unreachable() -> !; in unreachable() function
|
| /third_party/rust/rust/src/tools/clippy/tests/ui/ |
| D | panicking_macros.rs | 45 fn unreachable() { in unreachable() function
|
| D | missing_panics_doc.rs | 136 pub fn unreachable() { in unreachable() function
|
| /third_party/python/Modules/ |
| D | gcmodule.c | 558 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/ |
| D | mod.rs | 618 macro_rules! unreachable { macro
|
| /third_party/mesa3d/src/intel/isl/ |
| D | isl_aux_info.c | 35 #define unreachable(str) return 0 macro
|
| /third_party/tzdata/ |
| D | private.h | 985 # 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/ |
| D | macros.h | 123 #define unreachable(str) \ macro 129 #define unreachable(str) \ macro 135 #define unreachable(str) assert(!"" str) macro
|
| /third_party/rust/rust/tests/mir-opt/ |
| D | lower_intrinsics.rs | 41 pub fn unreachable() -> ! { in unreachable() function
|
| /third_party/rust/rust/tests/ui/macros/ |
| D | macro-comma-support-rpass.rs | 291 fn unreachable() { in unreachable() function
|
| /third_party/glslang/SPIRV/ |
| D | spvIR.h | 298 bool unreachable; variable
|
| /third_party/vixl/test/aarch64/ |
| D | test-disasm-aarch64.cc | 2740 TEST(unreachable) { in TEST() argument
|
| /third_party/rust/rust/compiler/rustc_mir_transform/src/ |
| D | shim.rs | 598 let unreachable = self.block(vec![], TerminatorKind::Unreachable, false); in generator_shim() localVariable
|