| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | attribs.c | 1827 has_attribute (tree node, tree attrs, const char *aname) in has_attribute() function 1928 if (!has_attribute (tmpls[j], tmpl_attrs[j], blacklist[i])) in decls_mismatched_attributes() 1935 if (has_attribute (decls[k], decl_attrs[k], blacklist[i])) in decls_mismatched_attributes()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | attribs.cc | 2026 has_attribute (tree node, tree attrs, const char *aname) in has_attribute() function 2127 if (!has_attribute (tmpls[j], tmpl_attrs[j], blacklist[i])) in decls_mismatched_attributes() 2134 if (has_attribute (decls[k], decl_attrs[k], blacklist[i])) in decls_mismatched_attributes()
|
| H A D | ChangeLog-2018 | 4923 * attribs.c (has_attribute): New helper function.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| H A D | c-ppoutput.c | 153 cb->has_attribute = c_common_has_attribute; in init_pp_output()
|
| H A D | c-common.h | 1403 extern bool has_attribute (location_t, tree, tree, tree (*)(tree));
|
| H A D | c-lex.c | 83 cb->has_attribute = c_common_has_attribute; in init_c_lex()
|
| H A D | c-attribs.c | 4654 has_attribute (location_t atloc, tree t, tree attr, tree (*convert)(tree)) in has_attribute() function
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
| H A D | c-ppoutput.cc | 153 cb->has_attribute = c_common_has_attribute; in init_pp_output()
|
| H A D | c-lex.cc | 83 cb->has_attribute = c_common_has_attribute; in init_c_lex()
|
| H A D | c-common.h | 1482 extern bool has_attribute (location_t, tree, tree, tree (*)(tree));
|
| H A D | ChangeLog | 1954 (has_attribute): Move declaration of an existing function. 3556 (has_attribute): Also handle C11 _Noreturn. 3636 (has_attribute): For attribute aligned consider both the attribute 3680 (validate_attribute, has_attribute): New functions. 3681 * c-common.h (has_attribute): Declare. 8795 * c-ppoutput.c (init_pp_output): Set cb->has_attribute to 8798 * c-lex.c (init_c_lex): Set cb->has_attribute to 8931 (init_c_lex): Set has_attribute callback.
|
| H A D | c-attribs.cc | 5944 has_attribute (location_t atloc, tree t, tree attr, tree (*convert)(tree)) in has_attribute() function
|
| /netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
| H A D | init.c | 495 || pfile->cb.has_attribute == NULL)) in cpp_init_special_builtins()
|
| H A D | macro.c | 724 number = pfile->cb.has_attribute (pfile); in _cpp_builtin_macro_text()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libcpp/include/ |
| H A D | cpplib.h | 678 int (*has_attribute) (cpp_reader *); member
|
| /netbsd-src/external/gpl3/gcc/dist/libcpp/ |
| H A D | init.cc | 507 || pfile->cb.has_attribute == NULL)) in cpp_init_special_builtins()
|
| H A D | macro.cc | 723 number = pfile->cb.has_attribute (pfile, false); in _cpp_builtin_macro_text() 727 number = pfile->cb.has_attribute (pfile, true); in _cpp_builtin_macro_text()
|
| H A D | ChangeLog | 832 has_attribute. 837 Update call to has_attribute for BT_HAS_ATTRIBUTE. 3514 or __has_cpp_attribute if CLK_ASM or pfile->cb.has_attribute is NULL. 3579 * include/cpplib.h (cpp_callbacks): Add has_attribute.
|
| /netbsd-src/external/gpl3/gcc/dist/libcpp/include/ |
| H A D | cpplib.h | 719 int (*has_attribute) (cpp_reader *, bool); member
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
| H A D | c-parser.c | 8570 if (has_attribute (atloc, oper, attr, default_conversion)) in c_parser_has_attribute_expression()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
| H A D | c-parser.cc | 8563 if (has_attribute (atloc, oper, attr, default_conversion)) in c_parser_has_attribute_expression()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | parser.c | 8697 ret = has_attribute (atloc, oper, attr, default_conversion); in cp_parser_has_attribute_expression()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | parser.cc | 9157 ret = has_attribute (atloc, oper, attr, default_conversion); in cp_parser_has_attribute_expression()
|