Searched refs:atype (Results 26 - 30 of 30) sorted by relevance

12

/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-loop-ivopts.c2998 tree atype = TREE_TYPE (*a); local
3005 if (TYPE_PRECISION (wider_type) < TYPE_PRECISION (atype))
3006 return atype;
3009 return atype;
3016 return atype;
3019 return atype;
H A Dc-parser.c6154 tree atype = NULL_TREE, id, keyworddecl;
6160 atype = c_parser_objc_type_name (parser);
6171 keyworddecl = objc_build_keyword_decl (tsel, atype, id);
6151 tree atype = NULL_TREE, id, keyworddecl; local
H A Dgimplify.c1570 tree atype = TREE_TYPE (addr_expr);
1574 if (!POINTER_TYPE_P (ctype) || !POINTER_TYPE_P (atype))
1578 datype = TREE_TYPE (atype);
1569 tree atype = TREE_TYPE (addr_expr); local
/freebsd-9.3-release/contrib/gcc/cp/
H A Dclass.c1756 tree atype;
1759 atype = build_cplus_array_type (vtable_entry_type,
1761 layout_type (atype);
1765 if (!same_type_p (TREE_TYPE (vtable), atype))
1767 TREE_TYPE (vtable) = atype;
1752 tree atype; local
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspa.c1201 uint_t id, int atype)
1207 if ((error = vdev_alloc(spa, vdp, nv, parent, id, atype)) != 0)
1228 atype)) != 0) {
1200 spa_config_parse(spa_t *spa, vdev_t **vdp, nvlist_t *nv, vdev_t *parent, uint_t id, int atype) argument

Completed in 207 milliseconds

12