/external/clang/test/SemaOpenCL/ |
D | clang-builtin-version.cl | 7 …(void) { // expected-warning{{implicit declaration of function 'enqueue_kernel' is invalid in C99}} 10 …expected-warning{{implicit declaration of function 'get_kernel_work_group_size' is invalid in C99}} 13 …mplicit declaration of function 'get_kernel_preferred_work_group_size_multiple' is invalid in C99}} 21 …e(tmp, tmp); // expected-warning{{implicit declaration of function 'read_pipe' is invalid in C99}} 22 …e(tmp, tmp); // expected-warning{{implicit declaration of function 'write_pipe' is invalid in C99}} 24 …mp); // expected-warning{{implicit declaration of function 'reserve_read_pipe' is invalid in C99}} 25 …mp); // expected-warning{{implicit declaration of function 'reserve_write_pipe' is invalid in C99}} 27 …pected-warning{{implicit declaration of function 'work_group_reserve_read_pipe' is invalid in C99}} 28 …ected-warning{{implicit declaration of function 'work_group_reserve_write_pipe' is invalid in C99}} 30 …pected-warning{{implicit declaration of function 'sub_group_reserve_write_pipe' is invalid in C99}} [all …]
|
/external/clang/include/clang/Frontend/ |
D | LangStandards.def | 52 // C99-ish modes 55 LineComment | C99 | Digraphs | HexFloat) 58 LineComment | C99 | Digraphs | HexFloat) 61 LineComment | C99 | Digraphs | HexFloat) 64 LineComment | C99 | Digraphs | HexFloat) 68 LineComment | C99 | Digraphs | GNUMode | HexFloat) 71 LineComment | C99 | Digraphs | GNUMode | HexFloat) 76 LineComment | C99 | C11 | Digraphs | HexFloat) 79 LineComment | C99 | C11 | Digraphs | HexFloat) 82 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 | 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 | climits | 35 LLONG_MIN // C99 36 LLONG_MAX // C99 37 ULLONG_MAX // 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 | cfloat | 20 FLT_EVAL_METHOD // C99 31 DECIMAL_DIG // C99
|
D | cerrno | 20 EILSEQ // C99
|
/external/clang/include/clang/AST/ |
D | OperationKinds.def | 335 // [C99 6.5.5] Multiplicative operators. 339 // [C99 6.5.6] Additive operators. 342 // [C99 6.5.7] Bitwise shift operators. 345 // [C99 6.5.8] Relational operators. 350 // [C99 6.5.9] Equality operators. 353 // [C99 6.5.10] Bitwise AND operator. 355 // [C99 6.5.11] Bitwise XOR operator. 357 // [C99 6.5.12] Bitwise OR operator. 359 // [C99 6.5.13] Logical AND operator. 361 // [C99 6.5.14] Logical OR operator. [all …]
|
/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}}
|
/external/clang/include/clang/Basic/ |
D | TokenKinds.def | 76 // C99 6.10.1 - Conditional Inclusion. 85 // C99 6.10.2 - Source File Inclusion. 89 // C99 6.10.3 - Macro Replacement. 93 // C99 6.10.4 - Line Control. 96 // C99 6.10.5 - Error Directive. 99 // C99 6.10.6 - Pragma Directive. 127 // C99 6.4.9: Comments. 130 // C99 6.4.2: Identifiers. 134 // C99 6.4.4.1: Integer Constants 135 // C99 6.4.4.2: Floating Constants [all …]
|
D | DiagnosticLexKinds.td | 136 "this character}0 is incompatible with C99">, 149 "universal character names are only valid in C99 or C++; " 152 "universal character names are only valid in C99 or C++">, InGroup<Unicode>; 182 "hexadecimal floating constants are a C99 feature">, InGroup<C99>; 200 "maximum length %1 that %select{C90|ISO C99|C++}2 compilers are required to " 205 "unicode literals are incompatible with C99">, 272 "ISO C99 requires whitespace after the macro name">, InGroup<C99>; 347 "__VA_ARGS__ can only appear in the expansion of a C99 variadic macro">; 349 def ext_variadic_macro : Extension<"variadic macros are a C99 feature">, 365 "empty macro arguments are a C99 feature">, InGroup<C99>;
|
D | LangOptions.def | 83 LANGOPT(C99 , 1, 0, "C99") 112 BENIGN_LANGOPT(ImplicitInt, 1, !C99 && !CPlusPlus, "C89 implicit 'int'") 114 BENIGN_LANGOPT(HexFloats , 1, C99, "C99 hexadecimal float constants")
|
/external/libusb/Xcode/ |
D | common.xcconfig | 20 // libusb does not follow C99 strict aliasing rules, so disable it. 23 // Use C99 dialect.
|
/external/elfutils/tests/ |
D | configure.ac | 34 AC_CACHE_CHECK([for gcc with C99 support], ac_cv_c99, [dnl 42 AC_MSG_ERROR([gcc with C99 support required]))
|
/external/clang/test/Driver/ |
D | opencl.cl | 15 // RUN: not %clang -cl-std=c99 -DOPENCL %s 2>&1 | FileCheck --check-prefix=CHECK-C99 %s 32 // CHECK-C99: error: invalid value 'c99' in '-cl-std=c99'
|
/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/pdfium/third_party/lcms/ |
D | 0001-fix-include.patch | 13 // ctype is part of C99 as per 7.1.2
|
D | 0021-sanitize-float-read.patch | 11 + // fpclassify() required by C99
|
/external/python/cpython2/Doc/library/ |
D | math.rst | 210 Annex 'F' of the C99 standard as far as possible. In particular, 379 the C99 standard where appropriate. The current implementation will raise 381 (where C99 Annex F recommends signaling invalid operation or divide-by-zero), 385 most functions will return a NaN, but (again following C99 Annex F) there 394 Behavior in special cases now aims to follow C99 Annex F. In earlier
|
/external/swiftshader/third_party/subzero/tests_lit/asan_tests/ |
D | calloc_err.ll | 11 ; CHECK-SAME: implicit declaration of function 'not_defined' is invalid in C99
|
/external/libopus/ |
D | README | 145 The implementation can be compiled with either a C89 or a C99 compiler. 147 C99, it relies on common _implementation-defined behavior_ for two's 160 o The compiler provides a 64-bit integer type (a C99 requirement
|