Searched refs:stripCond (Results 1 – 4 of 4) sorted by relevance
789 MCDCState.BranchByStmt[CodeGenFunction::stripCond(Cond)] = {ID, in setCondID()795 auto I = MCDCState.BranchByStmt.find(CodeGenFunction::stripCond(Cond)); in getCondID()814 !MCDCState.DecisionByStmt.contains(CodeGenFunction::stripCond(E))) in pushAndAssignIDs()831 if (MCDCState.BranchByStmt.contains(CodeGenFunction::stripCond(E))) in pushAndAssignIDs()1124 LeafExprSet.count(CodeGenFunction::stripCond(C))) {
1300 S = CodeGenFunction::stripCond(S); in emitMCDCCondBitmapUpdate()
1720 const Expr *CodeGenFunction::stripCond(const Expr *C) { in stripCond() function in CodeGenFunction1732 const BinaryOperator *BOp = dyn_cast<BinaryOperator>(stripCond(C)); in isInstrumentedCondition()
5007 static const Expr *stripCond(const Expr *C);