Searched refs:fbase (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/llvm/clang/utils/ABITest/ |
H A D | ABITestGen.py | 577 fbase = AnyTypeGenerator() 579 makeGenerator(fbase, None, None, False, False, True) 583 makeGenerator(n, base, fbase, True, True, False) 584 makeGenerator(fn, base, fbase, True, True, True) 586 fbase = fn 588 makeGenerator(atg, base, fbase, True, False, False)
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | call.c | 699 tree fbase = TYPE_PTRMEM_CLASS_TYPE (from); in standard_conversion() local 702 if (DERIVED_FROM_P (fbase, tbase) in standard_conversion() 711 else if (!same_type_p (fbase, tbase)) in standard_conversion() 786 tree fbase = TREE_TYPE (TREE_VALUE (TYPE_ARG_TYPES (fromfn))); in standard_conversion() local 789 if (!DERIVED_FROM_P (fbase, tbase) in standard_conversion() 793 || cp_type_quals (fbase) != cp_type_quals (tbase)) in standard_conversion() 796 from = cp_build_qualified_type (tbase, cp_type_quals (fbase)); in standard_conversion()
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | call.c | 847 tree fbase = TYPE_OFFSET_BASETYPE (TREE_TYPE (from)); local 850 if (DERIVED_FROM_P (fbase, tbase) 902 tree fbase = TREE_TYPE (TREE_VALUE (TYPE_ARG_TYPES (fromfn))); local 905 if (!DERIVED_FROM_P (fbase, tbase) 909 || cp_type_quals (fbase) != cp_type_quals (tbase)) 912 from = cp_build_qualified_type (tbase, cp_type_quals (fbase));
|