Searched refs:alignment_var (Results 1 – 2 of 2) sorted by relevance
2223 tree alignment_var; variable2226 alignment_var = gfc_conv_constant_to_tree (n->expr);2232 alignment_var = gfc_evaluate_now (se.expr, block);2235 OMP_CLAUSE_ALIGNED_ALIGNMENT (node) = alignment_var;
2658 tree alignment_var; in gfc_trans_omp_clauses() local2661 alignment_var = gfc_conv_constant_to_tree (n->expr); in gfc_trans_omp_clauses()2667 alignment_var = gfc_evaluate_now (se.expr, block); in gfc_trans_omp_clauses()2670 OMP_CLAUSE_ALIGNED_ALIGNMENT (node) = alignment_var; in gfc_trans_omp_clauses()