Searched refs:add_builtin_function_ext_scope (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | langhooks.h | 591 extern tree add_builtin_function_ext_scope (const char *name, tree type,
|
H A D | langhooks.c | 698 add_builtin_function_ext_scope (const char *name, in add_builtin_function_ext_scope() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | langhooks.h | 650 extern tree add_builtin_function_ext_scope (const char *name, tree type,
|
H A D | langhooks.cc | 748 add_builtin_function_ext_scope (const char *name, in add_builtin_function_ext_scope() function
|
H A D | ChangeLog-2008 | 8068 (add_builtin_function_ext_scope): New function to add builtins to 8073 (add_builtin_function_ext_scope): Add declaration.
|
H A D | ChangeLog-2016 | 35129 use add_builtin_function_ext_scope instead of add_builtin_function.
|
H A D | ChangeLog-2019 | 8590 (add_builtin_function_ext_scope): Likewise
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/bpf/ |
H A D | bpf.cc | 1269 return add_builtin_function_ext_scope (name, rettype, -1, BUILT_IN_MD, NULL, in bpf_core_newdecl()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
H A D | i386-builtins.cc | 381 decl = add_builtin_function_ext_scope (ix86_builtins_isa[i].name, in ix86_add_new_builtins()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
H A D | i386-builtins.c | 375 decl = add_builtin_function_ext_scope (ix86_builtins_isa[i].name, in ix86_add_new_builtins()
|