Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/f/
Dcom.c3813 tree arg1_type; in ffecom_expr_intrinsic_() local
3861 arg1_type = ffecom_tree_type in ffecom_expr_intrinsic_()
3865 arg1_type = NULL_TREE; /* Really not needed, but might catch bugs in ffecom_expr_intrinsic_()
3927 if (TREE_CODE (arg1_type) == COMPLEX_TYPE) in ffecom_expr_intrinsic_()
3928 arg1_type = TREE_TYPE (arg1_type); in ffecom_expr_intrinsic_()
3930 arg1_type = TREE_TYPE (TYPE_FIELDS (arg1_type)); in ffecom_expr_intrinsic_()
3934 ffecom_1 (IMAGPART_EXPR, arg1_type, in ffecom_expr_intrinsic_()
3951 convert (arg1_type, in ffecom_expr_intrinsic_()
3963 arg1_type, in ffecom_expr_intrinsic_()
4001 convert (arg1_type, in ffecom_expr_intrinsic_()
[all …]
/openbsd/src/gnu/gcc/gcc/
Dfold-const.c4605 tree arg1_type = TREE_TYPE (arg1); in fold_cond_expr_with_comparison() local
4647 tem = fold_convert (arg1_type, arg1); in fold_cond_expr_with_comparison()