Home
last modified time | relevance | path

Searched defs:HelperExprs (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
DStmtOpenMP.h513 struct HelperExprs { struct
515 Expr *IterationVarRef;
517 Expr *LastIteration;
519 Expr *NumIterations;
521 Expr *CalcLastIteration;
523 Expr *PreCond;
525 Expr *Cond;
527 Expr *Init;
529 Expr *Inc;
531 Expr *IL;
[all …]
/external/llvm-project/clang/include/clang/AST/
DStmtOpenMP.h792 struct HelperExprs { struct
794 Expr *IterationVarRef;
796 Expr *LastIteration;
798 Expr *NumIterations;
800 Expr *CalcLastIteration;
802 Expr *PreCond;
804 Expr *Cond;
806 Expr *Init;
808 Expr *Inc;
810 Expr *IL;
[all …]