Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcall.c10706 tree to_type1; in compare_ics() local
10908 to_type1 = ics1->type; in compare_ics()
10915 && ARITHMETIC_TYPE_P (to_type1) in compare_ics()
10917 && ((TREE_CODE (to_type1) == COMPLEX_TYPE) in compare_ics()
10920 if (TREE_CODE (to_type1) == COMPLEX_TYPE) in compare_ics()
10928 && TYPE_PTR_P (to_type1) in compare_ics()
10933 deref_to_type1 = TREE_TYPE (to_type1); in compare_ics()
10941 && TYPE_PTRDATAMEM_P (to_type1) && TYPE_PTRDATAMEM_P (to_type2)) in compare_ics()
10944 && TYPE_PTRMEMFUNC_P (to_type1) in compare_ics()
10949 deref_from_type1 = TYPE_PTRMEM_CLASS_TYPE (to_type1); in compare_ics()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcall.cc11450 tree to_type1; in compare_ics() local
11649 to_type1 = ics1->type; in compare_ics()
11656 && ARITHMETIC_TYPE_P (to_type1) in compare_ics()
11658 && ((TREE_CODE (to_type1) == COMPLEX_TYPE) in compare_ics()
11661 if (TREE_CODE (to_type1) == COMPLEX_TYPE) in compare_ics()
11669 && TYPE_PTR_P (to_type1) in compare_ics()
11674 deref_to_type1 = TREE_TYPE (to_type1); in compare_ics()
11682 && TYPE_PTRDATAMEM_P (to_type1) && TYPE_PTRDATAMEM_P (to_type2)) in compare_ics()
11685 && TYPE_PTRMEMFUNC_P (to_type1) in compare_ics()
11690 deref_from_type1 = TYPE_PTRMEM_CLASS_TYPE (to_type1); in compare_ics()
[all …]