HomeSort by: relevance | last modified time | path
    Searched defs:alignment_var (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-openmp.cc 2790 tree alignment_var; local
2793 alignment_var = gfc_conv_constant_to_tree (n->expr);
2799 alignment_var = gfc_evaluate_now (se.expr, block);
2802 OMP_CLAUSE_ALIGNED_ALIGNMENT (node) = alignment_var;
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-openmp.cc 2658 tree alignment_var; local
2661 alignment_var = gfc_conv_constant_to_tree (n->expr);
2667 alignment_var = gfc_evaluate_now (se.expr, block);
2670 OMP_CLAUSE_ALIGNED_ALIGNMENT (node) = alignment_var;

Completed in 48 milliseconds