HomeSort by relevance Sort by last modified time
    Searched defs:Unreachable (Results 1 - 6 of 6) sorted by null

  /frameworks/compile/mclinker/include/mcld/LD/
DiagnosticEngine.h 39 Unreachable,
  /external/v8/src/compiler/
wasm-compiler.cc 85 "unreachable", "memory access out of bounds",
105 // Make the current control path trap to unreachable.
106 void Unreachable() { ConnectTrap(kTrapUnreachable); }
247 UNREACHABLE();
974 Node* WasmGraphBuilder::Unreachable() {
975 trap_->Unreachable();
    [all...]
  /external/v8/tools/gcmole/
gcmole.cc 323 static Environment Unreachable() {
916 out_(Environment::Unreachable()),
987 return Environment::Unreachable();
992 return Environment::Unreachable();
1058 return Environment::Unreachable();
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 158 | Unreachable
    [all...]
  /external/vixl/src/vixl/a64/
macro-assembler-a64.h     [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp 688 if (SanOpts.has(SanitizerKind::Unreachable)) {
691 SanitizerKind::Unreachable),
698 EmitBlock(createBasicBlock("unreachable.cont"));
    [all...]

Completed in 3393 milliseconds