Searched refs:build_cplus_new (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.3-release/contrib/gcc/cp/
H A Dtree.c272 build_cplus_new (tree type, tree init) function
1215 u = build_cplus_new
H A Dcvt.c773 return build_cplus_new (type, ctor);
H A Dmethod.c511 t = build_cplus_new (TREE_TYPE (t), t);
H A Dtypeck2.c1368 return build_cplus_new (type, exp);
H A Dcall.c4336 expr = build_cplus_new (totype, expr);
4368 expr = build_cplus_new (totype, expr);
4428 return build_cplus_new (totype, expr);
5111 fn = build_cplus_new (TREE_TYPE (fn), fn);
5213 NULL_TREE. In this case, the caller will call build_cplus_new to
6552 return build_cplus_new (type, expr);
H A Dtypeck.c4689 targ = build_cplus_new (TREE_TYPE (arg), arg);
6008 newrhs = build_cplus_new (lhstype, newrhs);
H A Dcp-tree.h3155 /* True if this TARGET_EXPR was created by build_cplus_new, and so we can
4453 extern tree build_cplus_new (tree, tree);

Completed in 200 milliseconds