HomeSort by: relevance | last modified time | path
    Searched refs:attributes_contain (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/xlint/lint1/
externs1.h 313 bool attributes_contain(const attribute_list *, const char *);
cgram.y 1109 dcs->d_used = attributes_contain(&$1, "maybe_unused");
1110 dcs->d_noreturn = attributes_contain(&$1, "noreturn");
2212 bool is_fallthrough = attributes_contain(&$1, "fallthrough");
tree.c 718 attributes_contain(const attribute_list *attrs, const char *str) function

Completed in 20 milliseconds