Searched refs:stripCond (Results 1 – 4 of 4) sorted by relevance
787 MCDCState.BranchByStmt[CodeGenFunction::stripCond(Cond)] = {ID, in setCondID()793 auto I = MCDCState.BranchByStmt.find(CodeGenFunction::stripCond(Cond)); in getCondID()812 !MCDCState.DecisionByStmt.contains(CodeGenFunction::stripCond(E))) in pushAndAssignIDs()829 if (MCDCState.BranchByStmt.contains(CodeGenFunction::stripCond(E))) in pushAndAssignIDs()1156 LeafExprSet.count(CodeGenFunction::stripCond(C))) {
1312 S = CodeGenFunction::stripCond(S); in emitMCDCCondBitmapUpdate()
1794 const Expr *CodeGenFunction::stripCond(const Expr *C) { in stripCond() function in CodeGenFunction1806 const BinaryOperator *BOp = dyn_cast<BinaryOperator>(stripCond(C)); in isInstrumentedCondition()
5188 static const Expr *stripCond(const Expr *C);