/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/llvm-project/clang/include/clang/Basic/ |
D | LangStandards.def | 53 // C99-ish modes 56 LineComment | C99 | Digraphs | HexFloat) 63 LineComment | C99 | Digraphs | GNUMode | HexFloat) 69 LineComment | C99 | C11 | Digraphs | HexFloat) 76 LineComment | C99 | C11 | Digraphs | GNUMode | HexFloat) 82 LineComment | C99 | C11 | C17 | Digraphs | HexFloat) 88 LineComment | C99 | C11 | C17 | Digraphs | GNUMode | HexFloat) 94 LineComment | C99 | C11 | C17 | C2x | Digraphs | HexFloat) 97 LineComment | C99 | C11 | C17 | C2x | Digraphs | GNUMode | HexFloat) 168 LineComment | C99 | Digraphs | HexFloat | OpenCL) [all …]
|
D | LangStandard.h | 43 C99 = (1 << 1), enumerator 89 bool isC99() const { return Flags & 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 | 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 | 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
|
/external/llvm-project/libcxx/include/ |
D | cstdlib | 32 lldiv_t // C99 37 long long atoll(const char* nptr); // C99 39 float strtof (const char* restrict nptr, char** restrict endptr); // C99 40 long double strtold (const char* restrict nptr, char** restrict endptr); // C99 42 long long strtoll (const char* restrict nptr, char** restrict endptr, int base); // C99 44 unsigned long long strtoull(const char* restrict nptr, char** restrict endptr, int base); // C99 65 long long llabs(long long j); // C99 70 lldiv_t lldiv(long long numer, long long denom); // C99
|
D | climits | 34 LLONG_MIN // C99 35 LLONG_MAX // C99 36 ULLONG_MAX // C99
|
D | cmath | 19 HUGE_VALF // C99 20 HUGE_VALL // C99 21 INFINITY // C99 22 NAN // C99 23 FP_INFINITE // C99 24 FP_NAN // C99 25 FP_NORMAL // C99 26 FP_SUBNORMAL // C99 27 FP_ZERO // C99 28 FP_FAST_FMA // C99 [all …]
|
D | cwchar | 38 int vfwscanf(FILE* restrict stream, const wchar_t* restrict format, va_list arg); // C99 40 int vswscanf(const wchar_t* restrict s, const wchar_t* restrict format, va_list arg); // C99 42 int vwscanf(const wchar_t* restrict format, va_list arg); // C99 56 float wcstof(const wchar_t* restrict nptr, wchar_t** restrict endptr); // C99 57 long double wcstold(const wchar_t* restrict nptr, wchar_t** restrict endptr); // C99 59 long long wcstoll(const wchar_t* restrict nptr, wchar_t** restrict endptr, int base); // C99 61 …gned long long wcstoull(const wchar_t* restrict nptr, wchar_t** restrict endptr, int base); // C99
|
D | cstdio | 59 int snprintf(char* restrict s, size_t n, const char* restrict format, ...); // C99 63 int vfscanf(FILE* restrict stream, const char* restrict format, va_list arg); // C99 65 int vscanf(const char* restrict format, va_list arg); // C99 66 int vsnprintf(char* restrict s, size_t n, const char* restrict format, // C99 69 int vsscanf(const char* restrict s, const char* restrict format, va_list arg); // C99
|
D | cfloat | 19 FLT_EVAL_METHOD // C99 30 DECIMAL_DIG // C99
|
/external/llvm-project/lldb/test/Shell/SymbolFile/DWARF/ |
D | compilercontext.ll | 3 ; RUN: lldb-test symbols %t.o -find=type --language=C99 \ 9 ; RUN: lldb-test symbols %t.o -find=type --language=C99 \ 12 ; RUN: lldb-test symbols %t.o -find=type --language=C99 \ 15 ; RUN: lldb-test symbols %t.o -find=type --language=C99 \ 18 ; RUN: lldb-test symbols %t.o -find=type --language=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/llvm-project/clang/test/Parser/ |
D | gcc-for-loop-init-compatibility.c | 5 #ifdef C99 10 #ifndef C99 in foo()
|
/external/llvm-project/clang/include/clang/AST/ |
D | OperationKinds.def | 368 // [C99 6.5.5] Multiplicative operators. 372 // [C99 6.5.6] Additive operators. 375 // [C99 6.5.7] Bitwise shift operators. 380 // [C99 6.5.8] Relational operators. 385 // [C99 6.5.9] Equality operators. 388 // [C99 6.5.10] Bitwise AND operator. 390 // [C99 6.5.11] Bitwise XOR operator. 392 // [C99 6.5.12] Bitwise OR operator. 394 // [C99 6.5.13] Logical AND operator. 396 // [C99 6.5.14] Logical OR operator. [all …]
|
/external/python/pycparser/pycparser/ |
D | _c_ast.cfg | 18 # dim_quals: list of dimension qualifiers, to support C99's allowing 'const' 36 # Compound statement in C99 is a list of block items (declarations or 41 # Compound literal (anonymous aggregate) for C99. 56 # funcspec: list function specifiers (i.e. inline in C99) 141 # A named initializer for C99.
|
/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/llvm-project/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/llvm-project/clang/test/Sema/ |
D | thread-specifier.c | 34 #elif defined(C11) || defined(C99) 45 #elif defined(C11) || defined(C99) in f()
|