HomeSort by: relevance | last modified time | path
    Searched defs:type_attributes (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/xlint/lint1/
lint1.h 100 } type_attributes; typedef in typeref:struct:__anon18
777 static inline type_attributes
778 merge_type_attributes(type_attributes a, type_attributes b)
780 return (type_attributes){
787 static inline type_attributes
790 return (type_attributes){ .used = false };

Completed in 213 milliseconds