Home
last modified time | relevance | path

Searched refs:c_build_function_call_vec (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/c/
H A Dc-tree.h710 extern tree c_build_function_call_vec (location_t, vec<location_t>, tree,
H A Dc-typeck.c2082 func_call = c_build_function_call_vec (loc, vNULL, fndecl, params, NULL); in convert_lvalue_to_rvalue()
2983 ret = c_build_function_call_vec (loc, vNULL, function, v, NULL); in build_function_call()
3161 c_build_function_call_vec (location_t loc, vec<location_t> arg_loc, in c_build_function_call_vec() function
3988 func_call = c_build_function_call_vec (loc, vNULL, fndecl, params, NULL); in build_atomic_assign()
4067 func_call = c_build_function_call_vec (loc, vNULL, fndecl, params, NULL); in build_atomic_assign()
4108 func_call = c_build_function_call_vec (loc, vNULL, fndecl, params, NULL); in build_atomic_assign()
4160 func_call = c_build_function_call_vec (loc, vNULL, fndecl, params, NULL); in build_atomic_assign()
14138 tree load = c_build_function_call_vec (loc, vNULL, fndecl, params, NULL); in c_omp_clause_copy_ctor()
14147 tree store = c_build_function_call_vec (loc, vNULL, fndecl, params, NULL); in c_omp_clause_copy_ctor()
H A Dc-parser.c8792 expr.value = c_build_function_call_vec (loc, arg_loc, fn->value, in c_parser_postfix_expression()
9218 = c_build_function_call_vec (expr_loc, arg_loc, expr.value, in c_parser_postfix_expression_after_primary()
H A Dc-decl.c5189 cleanup = c_build_function_call_vec (DECL_SOURCE_LOCATION (decl), in finish_decl()