OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:C89
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Frontend/
LangStandard.h
21
C89
= (1 << 1),
58
/// isC89 - Language is a superset of
C89
.
59
bool isC89() const { return Flags & frontend::
C89
; }
/external/bison/data/
yacc.c
75
# uses only
C89
types, so that the user can override the shorter
76
# types, and so that pre-
C89
compilers are handled correctly.
[
all
...]
Completed in 507 milliseconds