HomeSort by relevance Sort by last modified time
    Searched refs:C89 (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Frontend/
LangStandard.h 22 C89 = (1 << 1),
60 /// isC89 - Language is a superset of C89.
61 bool isC89() const { return Flags & frontend::C89; }
  /external/bison/data/
yacc.c 119 # uses only C89 types, so that the user can override the shorter
120 # types, and so that pre-C89 compilers are handled correctly.
    [all...]

Completed in 164 milliseconds