Home
last modified time | relevance | path

Searched refs:maybe_attribute (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/usr.bin/ctags/
H A DC.c268 char maybe_attribute[sizeof attribute + 1], in func_entry() local
309 for (anext = maybe_attribute;;) { in func_entry()
319 if (anext == maybe_attribute) { in func_entry()
326 if (anext - maybe_attribute in func_entry()
333 if (strcmp(maybe_attribute, attribute) == 0) { in func_entry()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-19963649 (structsp): For a CLASS decl, add maybe_attribute to rule and pass that
H A DChangeLog-19952951 include exception_specification_opt maybeasm maybe_attribute and
H A DChangeLog-19945139 * cp-parse.y (maybe_attribute): Allow multiple __attribute__
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200233562 * c-parse.in (parmlist_or_identifiers): Add maybe_attribute.