Searched refs:build_builtin_function (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | langhooks.c | 646 build_builtin_function (location_t location, const char *name, tree type, in build_builtin_function() function 685 tree decl = build_builtin_function (BUILTINS_LOCATION, name, type, in add_builtin_function() 705 tree decl = build_builtin_function (BUILTINS_LOCATION, name, type, in add_builtin_function_ext_scope() 724 tree decl = build_builtin_function (location, name, type, in simulate_builtin_function_decl()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | langhooks.cc | 696 build_builtin_function (location_t location, const char *name, tree type, in build_builtin_function() function 735 tree decl = build_builtin_function (BUILTINS_LOCATION, name, type, in add_builtin_function() 755 tree decl = build_builtin_function (BUILTINS_LOCATION, name, type, in add_builtin_function_ext_scope() 774 tree decl = build_builtin_function (location, name, type, in simulate_builtin_function_decl()
|
H A D | ChangeLog-2019 | 8585 (build_builtin_function): ...this. Add a location parameter and use
|