Home
last modified time | relevance | path

Searched refs:C99 (Results 1 – 25 of 357) sorted by relevance

12345678910>>...15

/external/clang/test/SemaOpenCL/
Dclang-builtin-version.cl7 …(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/
DLangStandards.def52 // 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 …]
DLangStandard.h23 C99 = (1 << 2), enumerator
65 bool isC99() const { return Flags & frontend::C99; } in isC99()
/external/libcxx/include/
Dcstdlib33 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
Dcmath20 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 …]
Dclimits35 LLONG_MIN // C99
36 LLONG_MAX // C99
37 ULLONG_MAX // C99
Dcwchar39 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
Dcstdio60 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
Dcfloat20 FLT_EVAL_METHOD // C99
31 DECIMAL_DIG // C99
/external/cronet/buildtools/third_party/libc++/trunk/include/
Dcstdlib32 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
Dclimits34 LLONG_MIN // C99
35 LLONG_MAX // C99
36 ULLONG_MAX // C99
Dcmath19 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 …]
Dcstdio59 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
Dcwchar38 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
Dcfloat19 FLT_EVAL_METHOD // C99
30 DECIMAL_DIG // C99
/external/clang/include/clang/AST/
DOperationKinds.def335 // [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/python/pycparser/pycparser/
D_c_ast.cfg18 # 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/
Dmodulemap-locations.m15 …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/
DTokenKinds.def76 // 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 …]
DDiagnosticLexKinds.td136 "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>;
/external/python/pycparser/
DCHANGES80 - Add support for C99 6.5.3.7 p7 - qualifiers within array dimensions in
148 - Issue 59: added some more fake headers for C99
150 - Issue 57: support for C99 hexadecimal float constants
157 - Support for C99 _Complex type.
168 - Added support for the C99 ``_Bool`` type and ``stdbool.h`` header file
185 - Added C99 integer types to fake headers
219 * Support for C99 (read
261 * Accept enumeration lists with a comma after the last item (C99 feature).
/external/clang/test/Driver/
Dopencl.cl15 // 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/cpu_features/
DMETADATA2 description: "A cross platform C99 library to get cpu features at runtime."
/external/clang/test/Sema/
Dimplicit-decl.c13 …ed-error {{implicit declaration of function '_CFCalendarDecomposeAbsoluteTimeV' is invalid in C99}} in func()
Dimplicit-builtin-decl.c28 expected-warning {{implicit declaration of function 'fprintf' is invalid in C99}} in f2()

12345678910>>...15