Home
last modified time | relevance | path

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

12345678

/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
Dclimits35 LLONG_MIN // C99
36 LLONG_MAX // C99
37 ULLONG_MAX // 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 …]
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
27 DECIMAL_DIG // C99
Dcerrno20 EILSEQ // 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/pdfium/third_party/libopenjpeg20/
D0013-attrib_fix.patch15 /* Are restricted pointers available? (C99) */
17 /* Not a C99 compiler */
/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/libusb/Xcode/
Dcommon.xcconfig20 // libusb does not follow C99 strict aliasing rules, so disable it.
23 // Use C99 dialect.
/external/bison/m4/
Dprintf.m48 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 …]
Dextern-inline.m41 dnl 'extern inline' a la ISO C99.
11 [/* _GL_INLINE is a portable alternative to ISO C99 plain 'inline'.
Dstdbool.m41 # Check for stdbool.h that conforms to C99.
40 [AC_CACHE_CHECK([for stdbool.h that conforms to C99],
/external/elfutils/tests/
Dconfigure.ac34 AC_CACHE_CHECK([for gcc with C99 support], ac_cv_c99, [dnl
42 AC_MSG_ERROR([gcc with C99 support required]))
/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()
/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/pdfium/third_party/lcms2-2.6/
D0015-sanitize-float-read.patch11 + // fpclassify() required by C99
/external/swiftshader/third_party/subzero/tests_lit/asan_tests/
Dcalloc_err.ll11 ; CHECK-SAME: implicit declaration of function 'not_defined' is invalid in C99

12345678