Searched defs:Unreachable (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp702 /// If Unreachable is true, then ThenBlock ends with
708 bool Unreachable,
717 if (Unreachable)
706 SplitBlockAndInsertIfThen(Value *Cond, Instruction *SplitBefore, bool Unreachable, MDNode *BranchWeights, DominatorTree *DT) argument
/external/clang/lib/Format/
H A DUnwrappedLineParser.cpp523 void UnwrappedLineParser::conditionalCompilationCondition(bool Unreachable) { argument
524 if (Unreachable || (!PPStack.empty() && PPStack.back() == PP_Unreachable))
530 void UnwrappedLineParser::conditionalCompilationStart(bool Unreachable) { argument
539 conditionalCompilationCondition(Unreachable || Skip);
1884 conditionalCompilationStart(/*Unreachable=*/false);
/external/v8/tools/gcmole/
H A Dgcmole.cc323 static Environment Unreachable() { function in class:__anon18998::Environment
916 out_(Environment::Unreachable()),
987 return Environment::Unreachable();
992 return Environment::Unreachable();
1058 return Environment::Unreachable();
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml158 | Unreachable Constructor in type:Opcode/t
1048 | Instruction (Br | IndirectBr | Invoke | Resume | Ret | Switch | Unreachable)
/external/v8/src/compiler/
H A Dwasm-compiler.cc79 void Unreachable(wasm::WasmCodePosition position) { function in class:v8::internal::compiler::WasmTrapHelper
962 Node* WasmGraphBuilder::Unreachable(wasm::WasmCodePosition position) { function in class:v8::internal::compiler::WasmGraphBuilder
963 trap_->Unreachable(position);
/external/vixl/src/vixl/a64/
H A Dmacro-assembler-a64.h2076 void Unreachable() { function in class:vixl::MacroAssembler
/external/clang/lib/CodeGen/
H A DCGBuiltin.cpp688 if (SanOpts.has(SanitizerKind::Unreachable)) {
691 SanitizerKind::Unreachable), member in class:SanitizerKind

Completed in 3043 milliseconds