Searched refs:build_method_type_directly (Results 1 - 9 of 9) sorted by path

/freebsd-11-stable/contrib/gcc/cp/
H A Dcall.c799 from = build_method_type_directly (from,
H A Dclass.c3823 = build_method_type_directly (basetype,
4005 type = build_method_type_directly (basetype,
H A Ddecl.c7042 = build_method_type_directly (class_type,
9209 type = build_method_type_directly (ctype,
11030 fntype = build_method_type_directly (TREE_TYPE (TREE_VALUE (args)),
H A Ddecl2.c123 fntype = build_method_type_directly (ctype, TREE_TYPE (fntype),
227 fntype = build_method_type_directly (basetype, TREE_TYPE (TREE_TYPE (fn)),
H A Dmethod.c1069 fn_type = build_method_type_directly (type, return_type, parameter_types);
H A Dpt.c1766 new_type = build_method_type_directly (object_type,
7192 fntype = build_method_type_directly (r, return_type,
7632 method_type = build_method_type_directly (this_type,
H A Dtypeck.c736 t3 = build_method_type_directly (basetype, TREE_TYPE (t3),
/freebsd-11-stable/contrib/gcc/
H A Dtree.c5361 build_method_type_directly (tree basetype,
5403 return build_method_type_directly (basetype,
6909 /* The build_method_type_directly() routine prepends 'this' to argument list,
6912 outer = build_method_type_directly (TYPE_METHOD_BASETYPE (type),
5337 build_method_type_directly (tree basetype, function
H A Dtree.h3706 extern tree build_method_type_directly (tree, tree, tree);

Completed in 552 milliseconds