Home | History | Annotate | Download | only in Parse

Lines Matching full:c99

420 // C99 6.9: External Definitions.
599 /// external-declaration: [C99 6.9], declaration: [C++ dcl.dcl]
855 /// function-definition: [C99 6.9.1]
857 /// [C90] function-definition: [C99 6.7.1] - implicit int result
860 /// declaration: [C99 6.7]
862 /// [!C99] init-declarator-list ';' [TODO: warn in c99 mode]
878 // C99 6.7.2.3p6: Handle "struct-or-union identifier;", "enum { X };"
951 /// function-definition: [C99 6.9.1]
953 /// [C90] function-definition: [C99 6.7.1] - implicit int result
1191 // C99 6.9.1p6: 'each declaration in the declaration list shall have at
1201 // C99 6.9.1p6: Declarations shall contain no storage-class specifiers other
1235 // C99 6.9.1p6: those declarators shall declare only identifiers from