Searched refs:intype (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/gcc/cp/
H A Dcvt.c82 tree intype = TREE_TYPE (expr);
85 if (intype == error_mark_node)
88 if (IS_AGGR_TYPE (intype))
90 intype = complete_type (intype);
91 if (!COMPLETE_TYPE_P (intype))
94 intype, type);
103 expr, intype, type);
113 if (TYPE_PTRMEMFUNC_P (intype)
114 || TREE_CODE (intype)
81 tree intype = TREE_TYPE (expr); local
298 tree intype = TREE_TYPE (expr); local
409 warn_ref_binding(tree reftype, tree intype, tree decl) argument
446 tree intype; local
671 tree intype = TREE_TYPE (e); local
1011 tree intype; local
[all...]
H A Dtypeck.c4977 tree intype;
4986 intype = TREE_TYPE (expr);
5027 && CLASS_TYPE_P (intype)
5029 && DERIVED_FROM_P (intype, TREE_TYPE (type))
5030 && can_convert (build_pointer_type (TYPE_MAIN_VARIANT (intype)),
5034 || at_least_as_qualified_p (TREE_TYPE (type), intype)))
5044 base = lookup_base (TREE_TYPE (type), intype,
5110 && (INTEGRAL_TYPE_P (intype) || SCALAR_FLOAT_TYPE_P (intype)))
5119 if (TYPE_PTR_P (type) && TYPE_PTR_P (intype)
4965 tree intype; local
5223 tree intype; local
5256 tree intype; local
[all...]
/freebsd-10-stable/contrib/gcc/
H A Dconvert.c409 tree intype = TREE_TYPE (expr); local
410 unsigned int inprec = TYPE_PRECISION (intype);
507 switch (TREE_CODE (intype))
/freebsd-10-stable/contrib/gdb/gdb/
H A Dvalops.c103 struct type *intype,
2463 struct type *intype,
2508 while (intype && TYPE_CODE (intype) == TYPE_CODE_PTR)
2509 intype = TYPE_TARGET_TYPE (intype);
2532 if (intype == 0 && j > 1)
2534 if (intype)
2537 if (TYPE_FN_FIELD_TYPE (f, j) == intype)
2587 intype,
2459 value_struct_elt_for_reference(struct type *domain, int offset, struct type *curtype, char *name, struct type *intype, enum noside noside) argument
[all...]

Completed in 147 milliseconds