Searched refs:wheremaskexpr (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/gcc/fortran/
H A Dtrans-stmt.c3361 tree wheremaskexpr; local
3428 wheremaskexpr = gfc_build_array_ref (wheremask, count3, NULL);
3430 wheremaskexpr = fold_build1_loc (input_location, TRUTH_NOT_EXPR,
3431 TREE_TYPE (wheremaskexpr),
3432 wheremaskexpr);
3434 wheremaskexpr, tmp,
3481 tree wheremaskexpr; local
3527 wheremaskexpr = gfc_build_array_ref (wheremask, count3, NULL);
3529 wheremaskexpr = fold_build1_loc (input_location, TRUTH_NOT_EXPR,
3530 TREE_TYPE (wheremaskexpr),
[all...]

Completed in 85 milliseconds