/external/clang/include/clang/Frontend/ |
D | LangStandards.def | 44 // C99-ish modes 47 LineComment | C99 | Digraphs | HexFloat) 50 LineComment | C99 | Digraphs | HexFloat) 53 LineComment | C99 | Digraphs | HexFloat) 56 LineComment | C99 | Digraphs | HexFloat) 60 LineComment | C99 | Digraphs | GNUMode | HexFloat) 63 LineComment | C99 | Digraphs | GNUMode | HexFloat) 68 LineComment | C99 | C11 | Digraphs | HexFloat) 71 LineComment | C99 | C11 | Digraphs | HexFloat) 74 LineComment | C99 | C11 | Digraphs | HexFloat) [all …]
|
D | LangStandard.h | 23 C99 = (1 << 2), enumerator 65 bool isC99() const { return Flags & frontend::C99; } in isC99()
|
/external/libcxx/include/ |
D | cstdlib | 33 lldiv_t // C99 38 long long atoll(const char* nptr); // C99 40 float strtof (const char* restrict nptr, char** restrict endptr); // C99 41 long double strtold (const char* restrict nptr, char** restrict endptr); // C99 43 long long strtoll (const char* restrict nptr, char** restrict endptr, int base); // C99 45 unsigned long long strtoull(const char* restrict nptr, char** restrict endptr, int base); // C99 66 long long llabs(long long j); // C99 71 lldiv_t lldiv(long long numer, long long denom); // C99
|
D | climits | 35 LLONG_MIN // C99 36 LLONG_MAX // C99 37 ULLONG_MAX // C99
|
D | cfloat | 20 FLT_EVAL_METHOD // C99 27 DECIMAL_DIG // C99
|
D | cwchar | 39 int vfwscanf(FILE* restrict stream, const wchar_t* restrict format, va_list arg); // C99 41 int vswscanf(const wchar_t* restrict s, const wchar_t* restrict format, va_list arg); // C99 43 int vwscanf(const wchar_t* restrict format, va_list arg); // C99 57 float wcstof(const wchar_t* restrict nptr, wchar_t** restrict endptr); // C99 58 long double wcstold(const wchar_t* restrict nptr, wchar_t** restrict endptr); // C99 60 long long wcstoll(const wchar_t* restrict nptr, wchar_t** restrict endptr, int base); // C99 62 …gned long long wcstoull(const wchar_t* restrict nptr, wchar_t** restrict endptr, int base); // C99
|
D | cstdio | 60 int snprintf(char* restrict s, size_t n, const char* restrict format, ...); // C99 64 int vfscanf(FILE* restrict stream, const char* restrict format, va_list arg); // C99 66 int vscanf(const char* restrict format, va_list arg); // C99 67 int vsnprintf(char* restrict s, size_t n, const char* restrict format, // C99 70 int vsscanf(const char* restrict s, const char* restrict format, va_list arg); // C99
|
D | cmath | 20 HUGE_VALF // C99 21 HUGE_VALL // C99 22 INFINITY // C99 23 NAN // C99 24 FP_INFINITE // C99 25 FP_NAN // C99 26 FP_NORMAL // C99 27 FP_SUBNORMAL // C99 28 FP_ZERO // C99 29 FP_FAST_FMA // C99 [all …]
|
D | cstdarg | 20 void va_copy(va_list dest, va_list src); // C99
|
D | cfenv | 17 This entire header is C99 / C++0X
|
/external/clang/test/Modules/ |
D | modulemap-locations.m | 15 …ound1(); // expected-warning{{implicit declaration of function 'wont_be_found1' is invalid in C99}} 17 …ound2(); // expected-warning{{implicit declaration of function 'wont_be_found2' is invalid in C99}}
|
D | module_file_info.m | 14 // CHECK: C99: Yes
|
/external/clang/include/clang/Basic/ |
D | TokenKinds.def | 69 // C99 6.10.1 - Conditional Inclusion. 78 // C99 6.10.2 - Source File Inclusion. 82 // C99 6.10.3 - Macro Replacement. 86 // C99 6.10.4 - Line Control. 89 // C99 6.10.5 - Error Directive. 92 // C99 6.10.6 - Pragma Directive. 120 // C99 6.4.9: Comments. 123 // C99 6.4.2: Identifiers. 127 // C99 6.4.4.1: Integer Constants 128 // C99 6.4.4.2: Floating Constants [all …]
|
D | DiagnosticLexKinds.td | 132 "this character}0 is incompatible with C99">, 145 "universal character names are only valid in C99 or C++; " 148 "universal character names are only valid in C99 or C++">, InGroup<Unicode>; 182 "hexadecimal floating constants are a C99 feature">, InGroup<C99>; 194 "maximum length %1 that %select{C90|ISO C99|C++}2 compilers are required to " 199 "unicode literals are incompatible with C99">, 263 "ISO C99 requires whitespace after the macro name">, InGroup<C99>; 326 "__VA_ARGS__ can only appear in the expansion of a C99 variadic macro">; 328 def ext_variadic_macro : Extension<"variadic macros are a C99 feature">, 344 "empty macro arguments are a C99 feature">, InGroup<C99>;
|
D | LangOptions.def | 69 LANGOPT(C99 , 1, 0, "C99") 97 BENIGN_LANGOPT(ImplicitInt, 1, !C99 && !CPlusPlus, "C89 implicit 'int'") 99 BENIGN_LANGOPT(HexFloats , 1, C99, "C99 hexadecimal float constants")
|
/external/bison/m4/ |
D | printf.m4 | 8 dnl 'L' size specifiers. (ISO C99, POSIX:2001) 17 AC_CACHE_CHECK([whether printf supports size specifiers as in C99], 89 dnl arguments together with the 'L' size specifier. (ISO C99, POSIX:2001) 137 dnl directives. (ISO C99, POSIX:2001) 246 dnl 'long double' arguments in the %f, %e, %g directives. (ISO C99, POSIX:2001) 467 dnl (ISO C99, POSIX:2001) 552 dnl directive. (ISO C99, POSIX:2001) 608 dnl directive. (ISO C99, POSIX:2001) 826 dnl (ISO C99.) See 868 dnl values with the 0 flag correctly. (ISO C99 + TC1 + TC2.) See [all …]
|
D | extern-inline.m4 | 1 dnl 'extern inline' a la ISO C99. 11 [/* _GL_INLINE is a portable alternative to ISO C99 plain 'inline'.
|
D | stdbool.m4 | 1 # Check for stdbool.h that conforms to C99. 40 [AC_CACHE_CHECK([for stdbool.h that conforms to C99],
|
D | gnulib-common.m4 | 30 [/* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports 35 __STDC_VERSION__ tests for the C99 mode. */ 217 # understand ISO C99 source code. 225 # - When AC_PROG_CC_STDC is invoked twice, it adds the C99 enabling options 333 [/* Define to the equivalent of the C99 'restrict' keyword, or to
|
D | inttypes.m4 | 94 # The condition should work on all C99 platforms; the approximations should be 95 # good enough to work on all practical pre-C99 platforms.
|
/external/clang/test/Sema/ |
D | implicit-decl.c | 13 …ed-error {{implicit declaration of function '_CFCalendarDecomposeAbsoluteTimeV' is invalid in C99}} in func()
|
D | implicit-builtin-decl.c | 28 expected-warning {{implicit declaration of function 'fprintf' is invalid in C99}} in f2()
|
/external/libopus/ |
D | configure.ac | 72 [/* Define to the equivalent of the C99 'restrict' keyword, or to 92 AC_MSG_CHECKING(for C99 variable-size arrays) 97 AC_DEFINE([VAR_ARRAYS], [1], [Use C99 variable-size arrays]) 435 C99 var arrays: ................ ${has_var_arrays} 436 C99 lrintf: .................... ${ac_cv_func_lrintf}
|
D | README | 126 The implementation can be compiled with either a C89 or a C99 compiler. 128 C99, it relies on common _implementation-defined behavior_ for two's 141 o The compiler provides a 64-bit integer type (a C99 requirement
|
D | config.h.in | 136 /* Use C99 variable-size arrays */ 148 /* Define to the equivalent of the C99 'restrict' keyword, or to
|