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

/freebsd-12-stable/contrib/gcc/cp/
H A Dmethod.c597 tree expr_type;
602 expr_type = TREE_TYPE (field);
608 else if (ANON_AGGR_TYPE_P (expr_type) && TYPE_FIELDS (expr_type))
619 if (TREE_CODE (expr_type) != REFERENCE_TYPE)
625 expr_type = cp_build_qualified_type (expr_type, quals);
628 init = build3 (COMPONENT_REF, expr_type, init, field, NULL_TREE);
689 tree expr_type;
695 expr_type
595 tree expr_type; local
687 tree expr_type; local
[all...]
H A Dcvt.c1276 tree expr_type;
1278 expr_type = TREE_TYPE (expr);
1280 if (same_type_p (type, expr_type))
1282 else if (TYPE_PTR_P (type) && TYPE_PTR_P (expr_type)
1283 && comp_ptr_ttypes (TREE_TYPE (type), TREE_TYPE (expr_type)))
1286 && TYPE_PTR_TO_MEMBER_P (expr_type)
1288 TYPE_PTRMEM_CLASS_TYPE (expr_type))
1290 TYPE_PTRMEM_POINTED_TO_TYPE (expr_type)))
1274 tree expr_type; local
H A Dpt.c3551 tree expr_type; local
3576 expr_type = TREE_TYPE (expr);
3594 gcc_assert (TREE_CODE (expr_type) == REFERENCE_TYPE);
3598 (TREE_TYPE (expr_type),
3602 expr_type = TREE_TYPE (expr);
3618 expr_type = TREE_TYPE (expr);
3629 if (!INTEGRAL_TYPE_P (expr_type))
3677 && TREE_CODE (expr_type) != ARRAY_TYPE)
3731 expr_type))
3734 if (!at_least_as_qualified_p (TREE_TYPE (type), expr_type))
[all...]
H A Dclass.c525 tree expr_type; local
527 expr_type = TREE_TYPE (expr);
528 if (!SAME_BINFO_TYPE_P (BINFO_TYPE (base), expr_type))
532 pointer_type = build_pointer_type (expr_type);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.cpp300 const clang::Type *expr_type = expr_qual_type.getTypePtr(); local
302 if (!expr_type)
305 if (expr_type->isVoidType())
320 if (expr_type->isFunctionType())

Completed in 195 milliseconds