Lines Matching full:identical
110 /// Determines whether two statement trees are identical regarding
114 /// effects are never considered identical.
115 /// Limitations: (t + u) and (u + t) are not considered identical.
116 /// t*(u + t) and t*u + t*t are not considered identical.
125 // identical statements.
134 // are identical.
139 // the expressions are identical.
143 // If all children of two expressions are identical, return true.
327 diag(IS->getBeginLoc(), "if with identical then and else branches");
399 "conditional operator with identical true and false expressions");
447 // complete family of consecutive identical branches.
450 // No consecutive identical branches that start on BeginCurrent
456 "switch has %0 consecutive identical branches")
485 diag(IS->getBeginLoc(), "if with identical inner if statement");