Home
last modified time | relevance | path

Searched refs:build_call_vec (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/
H A Dbrig-branch-inst-handler.cc136 tree call = build_call_vec (ret_val_type, build_fold_addr_expr (func_ref), in operator ()()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-expr.c1455 tmp = build_call_vec (fcn_type, fcn, args); in gfc_copy_class_to_class()
1476 tmp = build_call_vec (fcn_type, fcn, args); in gfc_copy_class_to_class()
1512 stdcopy = build_call_vec (fcn_type, fcn, args); in gfc_copy_class_to_class()
1519 extcopy = build_call_vec (fcn_type, fcn, args); in gfc_copy_class_to_class()
7174 se->expr = build_call_vec (TREE_TYPE (fntype), se->expr, arglist); in gfc_conv_procedure_call()
10985 stdcopy = build_call_vec (TREE_TYPE (TREE_TYPE (fcn)), fcn, args); in trans_class_assignment()
10992 extcopy = build_call_vec (TREE_TYPE (TREE_TYPE (fcn)), fcn, args); in trans_class_assignment()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-expr.cc1549 tmp = build_call_vec (fcn_type, fcn, args); in gfc_copy_class_to_class()
1570 tmp = build_call_vec (fcn_type, fcn, args); in gfc_copy_class_to_class()
1606 stdcopy = build_call_vec (fcn_type, fcn, args); in gfc_copy_class_to_class()
1613 extcopy = build_call_vec (fcn_type, unshare_expr (fcn), args); in gfc_copy_class_to_class()
7710 se->expr = build_call_vec (TREE_TYPE (fntype), se->expr, arglist); in gfc_conv_procedure_call()
11523 stdcopy = build_call_vec (TREE_TYPE (TREE_TYPE (fcn)), fcn, args); in trans_class_assignment()
11530 extcopy = build_call_vec (TREE_TYPE (TREE_TYPE (fcn)), fcn, args); in trans_class_assignment()
H A DChangeLog-20103085 (gfc_conv_procedure_call): Use build_call_vec instead of
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-playback.c945 tree call = build_call_vec (return_type, in build_call()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-codegen.cc1956 tree result = build_call_vec (TREE_TYPE (ctype), callee, args); in d_build_call()
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Djit-playback.cc1289 tree call = build_call_vec (return_type, in build_call()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-codegen.cc2285 tree result = build_call_vec (TREE_TYPE (ctype), callee, args); in d_build_call()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dbuiltins.c6867 tree exp = build_call_vec (boolean_type_node, fn, vec); in expand_ifn_atomic_compare_exchange_into_call()
8222 exp = build_call_vec (TREE_TYPE (exp), CALL_EXPR_FN (exp), arg_vec); in expand_builtin()
8650 exp = build_call_vec (TREE_TYPE (exp), CALL_EXPR_FN (exp), vec); in expand_builtin()
H A Dtree.h4437 extern tree build_call_vec (tree, tree, vec<tree, va_gc> *);
H A Dtree.c11469 build_call_vec (tree return_type, tree fn, vec<tree, va_gc> *args) in build_call_vec() function
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dbuiltins.cc6025 tree exp = build_call_vec (boolean_type_node, fn, vec); in expand_ifn_atomic_compare_exchange_into_call()
7418 exp = build_call_vec (TREE_TYPE (exp), CALL_EXPR_FN (exp), arg_vec); in expand_builtin()
7846 exp = build_call_vec (TREE_TYPE (exp), CALL_EXPR_FN (exp), vec); in expand_builtin()
H A Dtree.h4608 extern tree build_call_vec (tree, tree, const vec<tree, va_gc> *);
H A Dtree.cc10646 build_call_vec (tree return_type, tree fn, const vec<tree, va_gc> *args) in build_call_vec() function
H A DChangeLog11991 * tree.cc (build_call_vec): Add const to second parameter.
11992 * tree.h (build_call_vec): Likewise.
H A DChangeLog-200922227 (build_call_vec): New function.
22232 (build_call_vec): Declare.
H A DChangeLog-201134529 (build_call_valist, build_call_array_loc, build_call_vec): Call it.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dsemantics.c2701 result = build_call_vec (TREE_TYPE (result), orig_fn, orig_args); in finish_call_expr()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dsemantics.cc2954 result = build_call_vec (TREE_TYPE (result), orig_fn, orig_args); in finish_call_expr()
H A Dcall.cc9253 tree expr = build_call_vec (return_type, callee, args); in build_over_call()