Home
last modified time | relevance | path

Searched refs:build_function_call_vec (Results 1 – 13 of 13) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/objc/
H A Dobjc-gnu-runtime-abi-01.c704 method = build_function_call_vec (loc, sender, tv, NULL); in build_objc_method_call()
719 t = build_function_call_vec (loc, t, parms, NULL); in build_objc_method_call()
2218 t = build_function_call_vec (loc, objc_exception_throw_decl, parms, NULL); in build_throw_stmt()
H A Dobjc-next-runtime-abi-02.c1091 t = build_function_call_vec (input_location, objc_get_class_decl, in next_runtime_abi_02_get_class_reference()
3634 t = build_function_call_vec (loc, objc_rethrow_exception_decl, NULL, NULL); in build_throw_stmt()
3640 t = build_function_call_vec (loc, objc_exception_throw_decl, parms, NULL); in build_throw_stmt()
3719 func = build_function_call_vec (loc, objc2_end_catch_decl, NULL, NULL); in finish_catch()
H A Dobjc-next-runtime-abi-01.c883 t = build_function_call_vec (loc, t, parms, NULL); in build_objc_method_call()
2869 t = build_function_call_vec (loc, objc_exception_throw_decl, parms, NULL); in build_throw_stmt()
/dflybsd-src/contrib/gcc-4.7/gcc/c-family/
H A Dc-common.h906 extern tree build_function_call_vec (location_t, tree,
H A Dc-common.c9535 f = build_function_call_vec (loc, function, vec, NULL); in add_atomic_size_parameter()
9944 result = build_function_call_vec (loc, new_function, params, NULL); in resolve_overloaded_builtin()
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/
H A Dc-common.h981 extern tree build_function_call_vec (location_t, vec<location_t>, tree,
H A Dc-common.c6780 f = build_function_call_vec (loc, vNULL, function, v, NULL); in add_atomic_size_parameter()
7225 result = build_function_call_vec (loc, vNULL, new_function, params, in resolve_overloaded_builtin()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dc-typeck.c2692 ret = build_function_call_vec (loc, function, vec, NULL); in build_function_call()
2706 build_function_call_vec (location_t loc, tree function, VEC(tree,gc) *params, in build_function_call_vec() function
H A Dc-decl.c4498 cleanup = build_function_call_vec (DECL_SOURCE_LOCATION (decl), in finish_decl()
H A Dc-parser.c6884 expr.value = build_function_call_vec (op_loc, expr.value, exprlist, in c_parser_postfix_expression_after_primary()
/dflybsd-src/contrib/gcc-8.0/gcc/c/
H A Dc-typeck.c3006 build_function_call_vec (location_t loc, vec<location_t> arg_loc, in build_function_call_vec() function
3179 return build_function_call_vec (loc, arg_loc, function, params, origtypes); in c_build_function_call_vec()
/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dtypeck.c3172 build_function_call_vec (location_t loc ATTRIBUTE_UNUSED, in build_function_call_vec() function
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dtypeck.c3621 build_function_call_vec (location_t /*loc*/, vec<location_t> /*arg_loc*/, in build_function_call_vec() function