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

References

tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 1784     (void)EmitOMPHelperVar(CGF, cast<DeclRefExpr>(S.getLowerBoundVariable()));
 1785     (void)EmitOMPHelperVar(CGF, cast<DeclRefExpr>(S.getUpperBoundVariable()));
 2145       EmitOMPHelperVar(CGF, cast<DeclRefExpr>(LS.getLowerBoundVariable()));
 2147       EmitOMPHelperVar(CGF, cast<DeclRefExpr>(LS.getUpperBoundVariable()));
 2371         EmitOMPHelperVar(*this, cast<DeclRefExpr>(S.getStrideVariable()));
 2373         EmitOMPHelperVar(*this, cast<DeclRefExpr>(S.getIsLastIterVariable()));
 2539       EmitOMPHelperVar(CGF, cast<DeclRefExpr>(LS.getLowerBoundVariable()));
 2541       EmitOMPHelperVar(CGF, cast<DeclRefExpr>(LS.getUpperBoundVariable()));
 3418       LValue LB = EmitOMPHelperVar(
 3423       LValue UB = EmitOMPHelperVar(
 3429           EmitOMPHelperVar(*this, cast<DeclRefExpr>(S.getStrideVariable()));
 3431           EmitOMPHelperVar(*this, cast<DeclRefExpr>(S.getIsLastIterVariable()));