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

/external/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp669 /// If Unreachable is true, then ThenBlock ends with
675 bool Unreachable,
683 if (Unreachable)
673 SplitBlockAndInsertIfThen(Value *Cond, Instruction *SplitBefore, bool Unreachable, MDNode *BranchWeights) argument
/external/clang/lib/Format/
H A DUnwrappedLineParser.cpp490 void UnwrappedLineParser::conditionalCompilationCondition(bool Unreachable) { argument
491 if (Unreachable || (!PPStack.empty() && PPStack.back() == PP_Unreachable))
497 void UnwrappedLineParser::conditionalCompilationStart(bool Unreachable) { argument
506 conditionalCompilationCondition(Unreachable || Skip);
1550 conditionalCompilationStart(/*Unreachable=*/false);
/external/chromium_org/v8/tools/gcmole/
H A Dgcmole.cc323 static Environment Unreachable() { function in class:__anon17419::Environment
916 out_(Environment::Unreachable()),
987 return Environment::Unreachable();
992 return Environment::Unreachable();
1058 return Environment::Unreachable();
/external/vixl/src/a64/
H A Dmacro-assembler-a64.h1057 void Unreachable() { function in class:vixl::MacroAssembler
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml151 | Unreachable Constructor in type:Opcode/t

Completed in 1552 milliseconds