Searched refs:auto_type (Results 1 – 3 of 3) sorted by relevance
98 typedef auto auto_type; // expected-error {{'auto' not allowed in typedef}} in test_typedefs() typedef
78 typedef auto auto_type; // c23-error {{'auto' not allowed in typedef}} \ in structs() typedef
549 CompilerType auto_type(558 for (CompilerType t : {type, typedef_type, auto_type}) {507 CompilerType auto_type( TEST_F() local