/external/v8/src/compiler/ |
D | representation-change.cc | 414 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
|
D | dead-code-elimination.cc | 302 Node* unreachable = in ReduceEffectNode() local
|
D | load-elimination.cc | 1017 Node* unreachable = in ReduceStoreField() local
|
/external/clang/test/Profile/ |
D | cxx-throws.cpp | 67 void unreachable(int i) { in unreachable() function
|
/external/compiler-rt/test/cfi/ |
D | stats.cpp | 35 extern "C" __attribute__((noinline)) void unreachable(A *a) { in unreachable() function
|
/external/compiler-rt/test/cfi/cross-dso/ |
D | stats.cpp | 40 extern "C" __attribute__((noinline)) void unreachable(A *a) { in unreachable() function
|
/external/jemalloc_new/include/jemalloc/internal/ |
D | util.h | 43 #define unreachable() JEMALLOC_INTERNAL_UNREACHABLE() macro
|
/external/angle/third_party/spirv-tools/src/source/opt/ |
D | split_invalid_unreachable_pass.cpp | 49 for (auto unreachable : unreachable_blocks) { in Process() local
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | split_invalid_unreachable_pass.cpp | 49 for (auto unreachable : unreachable_blocks) { in Process() local
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | split_invalid_unreachable_pass.cpp | 49 for (auto unreachable : unreachable_blocks) { in Process() local
|
/external/mesa3d/src/util/ |
D | macros.h | 76 #define unreachable(str) \ macro 82 #define unreachable(str) \ macro 88 #define unreachable(str) assert(!str) macro
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | AnalyzerStatsChecker.cpp | 72 unsigned total = 0, unreachable = 0; in checkEndAnalysis() local
|
/external/python/cpython2/Modules/ |
D | gcmodule.c | 443 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/ |
D | isl_aux_info.c | 34 #define unreachable(str) return 0 macro
|
/external/python/cpython3/Modules/ |
D | gcmodule.c | 479 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/ |
D | util.h | 80 #define unreachable() JEMALLOC_INTERNAL_UNREACHABLE() macro
|
/external/u-boot/include/linux/ |
D | compiler-gcc.h | 201 #define unreachable() __builtin_unreachable() macro
|
D | compiler.h | 180 # define unreachable() do { } while (1) macro
|
/external/libunwind/include/ |
D | libunwind_i.h | 92 # define unreachable() __builtin_unreachable() macro 94 # define unreachable() do { } while (1) macro
|
/external/iputils/ |
D | traceroute6.c | 596 int unreachable = 0; in main() local
|
/external/deqp-deps/glslang/SPIRV/ |
D | spvIR.h | 298 bool unreachable; variable
|
/external/angle/third_party/glslang/src/SPIRV/ |
D | spvIR.h | 298 bool unreachable; variable
|
/external/u-boot/prebuilt-intermediates/linux/ |
D | compiler.h | 180 # define unreachable() do { } while (1) macro
|
/external/vixl/test/aarch64/ |
D | test-disasm-aarch64.cc | 2633 TEST(unreachable) { in TEST() argument
|
/external/v8/src/builtins/ |
D | builtins-regexp-gen.cc | 407 Label next(this), unreachable(this, Label::kDeferred); in RegExpExecInternal() local
|