Searched defs:Auto (Results 1 – 5 of 5) sorted by relevance
25 struct Auto { struct28 auto Auto::n = 0; // expected-warning {{'auto' type specifier is a C++11 extension}} argument
53 type Header_Type is (None, Auto, Default, GZip); literal
50 def Auto (argv = [], out = sys.stdout): member in ColorFormatter
15 typedef enum { Auto, ForceUnauthorized, ForceAuthorized } PortControl; enumerator
17 typedef enum { ForceUnauthorized = 1, ForceAuthorized = 3, Auto = 2 } enumerator