Home
last modified time | relevance | path

Searched defs:MCDCCoverageBuilder (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp665 struct MCDCCoverageBuilder { struct
755 CodeGenModule &CGM;
757 llvm::SmallVector<mcdc::ConditionIDs> DecisionStack;
758 MCDC::State &MCDCState;
759 const Stmt *DecisionStmt = nullptr;
760 mcdc::ConditionID NextID = 0;
761 bool NotMapped = false;
765 static constexpr mcdc::ConditionIDs DecisionStackSentinel{-1, -1};
768 bool isLAnd(const BinaryOperator *E) const { in isLAnd()
773 MCDCCoverageBuilder(CodeGenModule &CGM, MCDC::State &MCDCState) in MCDCCoverageBuilder() function
[all …]