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.cpp663 struct MCDCCoverageBuilder { struct
753 CodeGenModule &CGM;
755 llvm::SmallVector<mcdc::ConditionIDs> DecisionStack;
756 MCDC::State &MCDCState;
757 const Stmt *DecisionStmt = nullptr;
758 mcdc::ConditionID NextID = 0;
759 bool NotMapped = false;
763 static constexpr mcdc::ConditionIDs DecisionStackSentinel{-1, -1};
766 bool isLAnd(const BinaryOperator *E) const { in isLAnd()
771 MCDCCoverageBuilder(CodeGenModule &CGM, MCDC::State &MCDCState) in MCDCCoverageBuilder() function
[all …]