reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaOpenMP.cpp
 7270             .BuildBinOp(CurScope, CondLoc, BO_Add, BoundUB,
 7279           ? SemaRef.BuildBinOp(CurScope, CondLoc,
 7282           : SemaRef.BuildBinOp(CurScope, CondLoc, BO_LT, IV.get(),
 7286     CombDistCond = SemaRef.BuildBinOp(CurScope, CondLoc, BO_LT, IV.get(),
 7297                   CurScope, CondLoc, BO_Add, BoundCombUB,
 7305         SemaRef.BuildBinOp(CurScope, CondLoc, UseStrictCompare ? BO_LT : BO_LE,
 7384         CurScope, CondLoc, UseStrictCompare ? BO_LT : BO_LE, IV.get(), BoundUB);
 7416                   CurScope, CondLoc, BO_Add, BoundPrevUB,
 7424         SemaRef.BuildBinOp(CurScope, CondLoc, UseStrictCompare ? BO_LT : BO_LE,