Searched refs:C89 (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Frontend/
H A DLangStandard.h22 C89 = (1 << 1), enumerator in enum:clang::frontend::LangFeatures
59 /// isC89 - Language is a superset of C89.
60 bool isC89() const { return Flags & frontend::C89; }
/external/bison/data/
H A Dyacc.c75 # uses only C89 types, so that the user can override the shorter
76 # types, and so that pre-C89 compilers are handled correctly.

Completed in 84 milliseconds