Searched refs:MCDCState (Results 1 – 3 of 3) sorted by relevance
163 MCDC::State *MCDCState; variable169 MCDCState(nullptr) {} in CoverageMappingGen()174 MCDC::State *MCDCState) in CoverageMappingGen() argument176 MCDCState(MCDCState) {} in CoverageMappingGen()
756 MCDC::State &MCDCState; member771 MCDCCoverageBuilder(CodeGenModule &CGM, MCDC::State &MCDCState) in MCDCCoverageBuilder()773 MCDCState(MCDCState) {} in MCDCCoverageBuilder()787 MCDCState.BranchByStmt[CodeGenFunction::stripCond(Cond)] = {ID, in setCondID()793 auto I = MCDCState.BranchByStmt.find(CodeGenFunction::stripCond(Cond)); in getCondID()794 if (I == MCDCState.BranchByStmt.end()) in getCondID()812 !MCDCState.DecisionByStmt.contains(CodeGenFunction::stripCond(E))) in pushAndAssignIDs()821 assert(MCDCState.DecisionByStmt.contains(E)); in pushAndAssignIDs()829 if (MCDCState.BranchByStmt.contains(CodeGenFunction::stripCond(E))) in pushAndAssignIDs()888 MCDC::State &MCDCState; member[all …]
169 MCDC::State &MCDCState; member179 MCDC::State &MCDCState, unsigned MCDCMaxCond, in MapRegionCounters()182 MCDCState(MCDCState), MCDCMaxCond(MCDCMaxCond), in MapRegionCounters()314 MCDCState.DecisionByStmt[BinOp].BitmapIdx = 0; in dataTraverseStmtPost()