Home
last modified time | relevance | path

Searched refs:expr_type (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/gcc/cp/
H A Dmethod.c595 tree expr_type; in do_build_copy_constructor() local
600 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() local
693 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 …]
H A Dcvt.c1274 tree expr_type; in perform_qualification_conversions() local
1276 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()
H A Dpt.c3551 tree expr_type; in convert_nontype_argument() local
3576 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 …]
H A Dclass.c525 tree expr_type; in convert_to_base_statically() local
527 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()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.cpp300 const clang::Type *expr_type = expr_qual_type.getTypePtr(); in SynthesizeBodyResult() local
302 if (!expr_type) in SynthesizeBodyResult()
305 if (expr_type->isVoidType()) in SynthesizeBodyResult()
320 if (expr_type->isFunctionType()) in SynthesizeBodyResult()