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 316 bool attributes_contain(const attribute_list *, const char *);
cgram.y 1079 dcs->d_used = attributes_contain(&$1, "maybe_unused");
1080 dcs->d_noreturn = attributes_contain(&$1, "noreturn");
2184 bool is_fallthrough = attributes_contain(&$1, "fallthrough");
tree.c 582 attributes_contain(const attribute_list *attrs, const char *str) function in typeref:typename:bool

Completed in 42 milliseconds