Searched refs:STANDARD_GNU (Results 1 – 3 of 3) sorted by relevance
19 STANDARD_GNU, enumerator21 STANDARD_GNU89 = STANDARD_C89 | STANDARD_GNU,23 STANDARD_GNU94 = STANDARD_C94 | STANDARD_GNU,25 STANDARD_GNU99 = STANDARD_C99 | STANDARD_GNU,27 STANDARD_GNU11 = STANDARD_C11 | STANDARD_GNU,29 STANDARD_GNU17 = STANDARD_C17 | STANDARD_GNU,
115 if (!(standard & STANDARD_GNU) && (standard != STANDARD_NONE)) in predefined_macros()
1440 if ((standard & STANDARD_GNU) || (standard == STANDARD_NONE)) in predefine_nostd()