Home
last modified time | relevance | path

Searched refs:has_attribute (Results 1 – 23 of 23) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dattribs.c1827 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 Dattribs.cc2026 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 DChangeLog-20184923 * attribs.c (has_attribute): New helper function.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-ppoutput.c153 cb->has_attribute = c_common_has_attribute; in init_pp_output()
H A Dc-common.h1403 extern bool has_attribute (location_t, tree, tree, tree (*)(tree));
H A Dc-lex.c83 cb->has_attribute = c_common_has_attribute; in init_c_lex()
H A Dc-attribs.c4654 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 Dc-ppoutput.cc153 cb->has_attribute = c_common_has_attribute; in init_pp_output()
H A Dc-lex.cc83 cb->has_attribute = c_common_has_attribute; in init_c_lex()
H A Dc-common.h1482 extern bool has_attribute (location_t, tree, tree, tree (*)(tree));
H A DChangeLog1954 (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 Dc-attribs.cc5944 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 Dinit.c495 || pfile->cb.has_attribute == NULL)) in cpp_init_special_builtins()
H A Dmacro.c724 number = pfile->cb.has_attribute (pfile); in _cpp_builtin_macro_text()
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/include/
H A Dcpplib.h678 int (*has_attribute) (cpp_reader *); member
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dinit.cc507 || pfile->cb.has_attribute == NULL)) in cpp_init_special_builtins()
H A Dmacro.cc723 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 DChangeLog832 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 Dcpplib.h719 int (*has_attribute) (cpp_reader *, bool); member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-parser.c8570 if (has_attribute (atloc, oper, attr, default_conversion)) in c_parser_has_attribute_expression()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-parser.cc8563 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 Dparser.c8697 ret = has_attribute (atloc, oper, attr, default_conversion); in cp_parser_has_attribute_expression()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dparser.cc9157 ret = has_attribute (atloc, oper, attr, default_conversion); in cp_parser_has_attribute_expression()