Home
last modified time | relevance | path

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

12

/external/v8/src/compiler/
Drepresentation-change.cc414 Node* unreachable = in GetTaggedPointerRepresentationFor() local
722 Node* unreachable = in GetFloat64RepresentationFor() local
731 Node* unreachable = InsertUnconditionalDeopt( in GetFloat64RepresentationFor() local
794 Node* unreachable = effect = jsgraph()->graph()->NewNode( in InsertUnconditionalDeopt() local
842 Node* unreachable = in GetWord32RepresentationFor() local
1109 Node* unreachable = in GetWord64RepresentationFor() local
1128 Node* unreachable = in GetWord64RepresentationFor() local
Ddead-code-elimination.cc302 Node* unreachable = in ReduceEffectNode() local
Dload-elimination.cc1017 Node* unreachable = in ReduceStoreField() local
/external/clang/test/Profile/
Dcxx-throws.cpp67 void unreachable(int i) { in unreachable() function
/external/compiler-rt/test/cfi/
Dstats.cpp35 extern "C" __attribute__((noinline)) void unreachable(A *a) { in unreachable() function
/external/compiler-rt/test/cfi/cross-dso/
Dstats.cpp40 extern "C" __attribute__((noinline)) void unreachable(A *a) { in unreachable() function
/external/jemalloc_new/include/jemalloc/internal/
Dutil.h43 #define unreachable() JEMALLOC_INTERNAL_UNREACHABLE() macro
/external/angle/third_party/spirv-tools/src/source/opt/
Dsplit_invalid_unreachable_pass.cpp49 for (auto unreachable : unreachable_blocks) { in Process() local
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dsplit_invalid_unreachable_pass.cpp49 for (auto unreachable : unreachable_blocks) { in Process() local
/external/deqp-deps/SPIRV-Tools/source/opt/
Dsplit_invalid_unreachable_pass.cpp49 for (auto unreachable : unreachable_blocks) { in Process() local
/external/mesa3d/src/util/
Dmacros.h76 #define unreachable(str) \ macro
82 #define unreachable(str) \ macro
88 #define unreachable(str) assert(!str) macro
/external/clang/lib/StaticAnalyzer/Checkers/
DAnalyzerStatsChecker.cpp72 unsigned total = 0, unreachable = 0; in checkEndAnalysis() local
/external/python/cpython2/Modules/
Dgcmodule.c443 move_unreachable(PyGC_Head *young, PyGC_Head *unreachable) in move_unreachable()
537 move_finalizers(PyGC_Head *unreachable, PyGC_Head *finalizers) in move_finalizers()
601 handle_weakrefs(PyGC_Head *unreachable, PyGC_Head *old) in handle_weakrefs()
876 PyGC_Head unreachable; /* non-problematic unreachable trash */ in collect() local
/external/mesa3d/src/intel/isl/
Disl_aux_info.c34 #define unreachable(str) return 0 macro
/external/python/cpython3/Modules/
Dgcmodule.c479 move_unreachable(PyGC_Head *young, PyGC_Head *unreachable) in move_unreachable()
591 move_legacy_finalizers(PyGC_Head *unreachable, PyGC_Head *finalizers) in move_legacy_finalizers()
656 handle_weakrefs(PyGC_Head *unreachable, PyGC_Head *old) in handle_weakrefs()
1014 PyGC_Head unreachable; /* non-problematic unreachable trash */ in collect() local
/external/jemalloc/include/jemalloc/internal/
Dutil.h80 #define unreachable() JEMALLOC_INTERNAL_UNREACHABLE() macro
/external/u-boot/include/linux/
Dcompiler-gcc.h201 #define unreachable() __builtin_unreachable() macro
Dcompiler.h180 # define unreachable() do { } while (1) macro
/external/libunwind/include/
Dlibunwind_i.h92 # define unreachable() __builtin_unreachable() macro
94 # define unreachable() do { } while (1) macro
/external/iputils/
Dtraceroute6.c596 int unreachable = 0; in main() local
/external/deqp-deps/glslang/SPIRV/
DspvIR.h298 bool unreachable; variable
/external/angle/third_party/glslang/src/SPIRV/
DspvIR.h298 bool unreachable; variable
/external/u-boot/prebuilt-intermediates/linux/
Dcompiler.h180 # define unreachable() do { } while (1) macro
/external/vixl/test/aarch64/
Dtest-disasm-aarch64.cc2633 TEST(unreachable) { in TEST() argument
/external/v8/src/builtins/
Dbuiltins-regexp-gen.cc407 Label next(this), unreachable(this, Label::kDeferred); in RegExpExecInternal() local

12