Home
last modified time | relevance | path

Searched refs:t_async (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
HDomp-expand.c7334 tree t_async = NULL_TREE; in expand_omp_target() local
7340 t_async = fold_convert_loc (OMP_CLAUSE_LOCATION (c), in expand_omp_target()
7345 t_async = fold_convert_loc (gimple_location (entry_stmt), in expand_omp_target()
7349 if (tagging && t_async) in expand_omp_target()
7353 if (TREE_CODE (t_async) == INTEGER_CST) in expand_omp_target()
7357 i_async = TREE_INT_CST_LOW (t_async); in expand_omp_target()
7359 t_async = NULL_TREE; in expand_omp_target()
7366 if (t_async) in expand_omp_target()
7367 args.safe_push (t_async); in expand_omp_target()