HomeSort by: relevance | last modified time | path
    Searched defs:Decision (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Format/
FormatToken.h 216 Finalized(false), BlockKind(BK_Unknown), Decision(FD_Unformatted),
297 /// Stores the formatting decision for the token once it was made.
298 unsigned Decision : 2;
302 return static_cast<FormatDecision>(Decision);
305 Decision = D;
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
CFG.cpp 634 /// successor block when inserting the decision point).
649 /// (2.a has executed), we insert a decision block that uses the
668 /// Remember the successor S of a temporary destructor decision branch for
4838 // up to a decision block later.
4857 // If no temporary was found, we do not need to insert a decision point.
4861 CFGBlock *Decision = createBlock(false);
4862 Decision->setTerminator(CFGTerminator(Context.TerminatorExpr,
4864 addSuccessor(Decision, Block, !Context.KnownExecuted.isFalse());
4865 addSuccessor(Decision, FalseSucc ? FalseSucc : Context.Succ,
4867 Block = Decision;
    [all...]

Completed in 36 milliseconds