Searched refs:builtin_function_1 (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | decl.c | 79 static tree builtin_function_1 (tree, tree, bool); 3841 builtin_function_1 (tree decl, tree context, bool is_global) in builtin_function_1() function 3894 builtin_function_1 (decl2, std_node, false); in cxx_builtin_function() 3898 return builtin_function_1 (decl, NULL_TREE, false); in cxx_builtin_function() 3919 builtin_function_1 (decl2, std_node, true); in cxx_builtin_function_ext_scope() 3923 return builtin_function_1 (decl, NULL_TREE, true); in cxx_builtin_function_ext_scope()
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | decl.c | 73 static tree builtin_function_1 (tree, tree, bool); 4501 builtin_function_1 (tree decl, tree context, bool is_global) in builtin_function_1() function 4553 builtin_function_1 (decl2, std_node, false); in cxx_builtin_function() 4557 return builtin_function_1 (decl, NULL_TREE, false); in cxx_builtin_function() 4578 builtin_function_1 (decl2, std_node, true); in cxx_builtin_function_ext_scope() 4582 return builtin_function_1 (decl, NULL_TREE, true); in cxx_builtin_function_ext_scope()
|