Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck.c490 tree pointee2; in composite_pointer_type_r() local
498 pointee2 = TREE_TYPE (t2); in composite_pointer_type_r()
503 pointee2 = TYPE_PTRMEM_POINTED_TO_TYPE (t2); in composite_pointer_type_r()
513 if (same_type_ignoring_top_level_qualifiers_p (pointee1, pointee2)) in composite_pointer_type_r()
515 else if ((TYPE_PTR_P (pointee1) && TYPE_PTR_P (pointee2)) in composite_pointer_type_r()
516 || (TYPE_PTRMEM_P (pointee1) && TYPE_PTRMEM_P (pointee2))) in composite_pointer_type_r()
518 result_type = composite_pointer_type_r (location, pointee1, pointee2, in composite_pointer_type_r()
534 | cp_type_quals (pointee2))); in composite_pointer_type_r()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck.cc510 tree pointee2; in composite_pointer_type_r() local
518 pointee2 = TREE_TYPE (t2); in composite_pointer_type_r()
523 pointee2 = TYPE_PTRMEM_POINTED_TO_TYPE (t2); in composite_pointer_type_r()
530 if (same_type_ignoring_top_level_qualifiers_p (pointee1, pointee2)) in composite_pointer_type_r()
532 else if ((TYPE_PTR_P (pointee1) && TYPE_PTR_P (pointee2)) in composite_pointer_type_r()
533 || (TYPE_PTRMEM_P (pointee1) && TYPE_PTRMEM_P (pointee2))) in composite_pointer_type_r()
535 result_type = composite_pointer_type_r (location, pointee1, pointee2, in composite_pointer_type_r()
550 const int q2 = cp_type_quals (pointee2); in composite_pointer_type_r()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dgfortran.texi1624 pointer ( <pointer1> , <pointee1> ), ( <pointer2> , <pointee2> ), ...
H A Dgfortran.info3070 pointer ( <pointer1> , <pointee1> ), ( <pointer2> , <pointee2> ), ...
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dgfortran.texi2008 pointer ( <pointer1> , <pointee1> ), ( <pointer2> , <pointee2> ), ...
H A Dgfortran.info3344 pointer ( <pointer1> , <pointee1> ), ( <pointer2> , <pointee2> ), ...