Searched refs:expr_type (Results 1 – 5 of 5) sorted by relevance
595 tree expr_type; in do_build_copy_constructor() local600 expr_type = TREE_TYPE (field); in do_build_copy_constructor()606 else if (ANON_AGGR_TYPE_P (expr_type) && TYPE_FIELDS (expr_type)) in do_build_copy_constructor()617 if (TREE_CODE (expr_type) != REFERENCE_TYPE) in do_build_copy_constructor()623 expr_type = cp_build_qualified_type (expr_type, quals); in do_build_copy_constructor()687 tree expr_type; in do_build_assign_ref() local693 expr_type = TREE_TYPE (field); in do_build_assign_ref()695 if (CP_TYPE_CONST_P (expr_type)) in do_build_assign_ref()713 else if (ANON_AGGR_TYPE_P (expr_type) in do_build_assign_ref()714 && TYPE_FIELDS (expr_type) != NULL_TREE) in do_build_assign_ref()[all …]
1274 tree expr_type; in perform_qualification_conversions() local1276 expr_type = TREE_TYPE (expr); in perform_qualification_conversions()1278 if (same_type_p (type, expr_type)) in perform_qualification_conversions()1280 else if (TYPE_PTR_P (type) && TYPE_PTR_P (expr_type) in perform_qualification_conversions()1281 && comp_ptr_ttypes (TREE_TYPE (type), TREE_TYPE (expr_type))) in perform_qualification_conversions()1284 && TYPE_PTR_TO_MEMBER_P (expr_type) in perform_qualification_conversions()1286 TYPE_PTRMEM_CLASS_TYPE (expr_type)) in perform_qualification_conversions()1288 TYPE_PTRMEM_POINTED_TO_TYPE (expr_type))) in perform_qualification_conversions()
3551 tree expr_type; in convert_nontype_argument() local3576 expr_type = TREE_TYPE (expr); in convert_nontype_argument()3594 gcc_assert (TREE_CODE (expr_type) == REFERENCE_TYPE); in convert_nontype_argument()3598 (TREE_TYPE (expr_type), in convert_nontype_argument()3602 expr_type = TREE_TYPE (expr); in convert_nontype_argument()3618 expr_type = TREE_TYPE (expr); in convert_nontype_argument()3629 if (!INTEGRAL_TYPE_P (expr_type)) in convert_nontype_argument()3677 && TREE_CODE (expr_type) != ARRAY_TYPE) in convert_nontype_argument()3731 expr_type)) in convert_nontype_argument()3734 if (!at_least_as_qualified_p (TREE_TYPE (type), expr_type)) in convert_nontype_argument()[all …]
525 tree expr_type; in convert_to_base_statically() local527 expr_type = TREE_TYPE (expr); in convert_to_base_statically()528 if (!SAME_BINFO_TYPE_P (BINFO_TYPE (base), expr_type)) in convert_to_base_statically()532 pointer_type = build_pointer_type (expr_type); in convert_to_base_statically()
300 const clang::Type *expr_type = expr_qual_type.getTypePtr(); in SynthesizeBodyResult() local302 if (!expr_type) in SynthesizeBodyResult()305 if (expr_type->isVoidType()) in SynthesizeBodyResult()320 if (expr_type->isFunctionType()) in SynthesizeBodyResult()