Searched refs:C89 (Results 1 – 25 of 39) sorted by relevance
12
/external/clang/include/clang/Frontend/ |
D | LangStandards.def | 22 // C89-ish modes. 25 C89 | ImplicitInt) 28 C89 | ImplicitInt) 31 C89 | ImplicitInt) 35 C89 | Digraphs | ImplicitInt) 39 LineComment | C89 | Digraphs | GNUMode | ImplicitInt) 42 LineComment | C89 | Digraphs | GNUMode | ImplicitInt)
|
D | LangStandard.h | 22 C89 = (1 << 1), enumerator 61 bool isC89() const { return Flags & frontend::C89; } in isC89()
|
/external/llvm/test/Transforms/InstCombine/ |
D | double-float-shrink-2.ll | 3 ; RUN: opt < %s -instcombine -S -mtriple "x86_64-pc-win32" | FileCheck -check-prefix=C89-SIMPLIFY %s 15 ; C89-SIMPLIFY: call float @floorf( 16 ; C89-SIMPLIFY: call float @ceilf( 17 ; C89-SIMPLIFY: call double @round( 18 ; C89-SIMPLIFY: call double @nearbyint(
|
/external/bison/examples/calc++/ |
D | calc++-scanner.ll | 11 not conform to C89. See Debian bug 333231
|
/external/harfbuzz_ng/src/hb-ucdn/ |
D | README | 17 UCDN uses standard C89 with no particular dependencies or requirements
|
/external/bison/m4/ |
D | signal_h.m4 | 13 # AIX declares sig_atomic_t to already include volatile, and C89 compilers
|
D | warn-on-use.m4 | 22 # in the intersection of C89 and C11 (such as printf) without
|
D | stdlib_h.m4 | 14 dnl guaranteed by C89.
|
D | string_h.m4 | 27 dnl guaranteed by C89.
|
D | stdio_h.m4 | 75 dnl guaranteed by both C89 and C11.
|
D | include_next.m4 | 161 # This is suitable for headers like <stddef.h> that are standardized by C89
|
/external/clang/include/clang/Basic/ |
D | LangOptions.def | 69 BENIGN_LANGOPT(ImplicitInt, 1, !C99 && !CPlusPlus, "C89 implicit 'int'")
|
/external/bison/data/ |
D | yacc.c | 119 # uses only C89 types, so that the user can override the shorter 120 # types, and so that pre-C89 compilers are handled correctly.
|
/external/clang/docs/ |
D | UsersManual.rst | 32 - :ref:`C Language <c>`: K&R C, ANSI C89, ISO C90, ISO C94 (C89+AMD1), ISO
|
/external/strace/ |
D | ChangeLog | 1077 Remove support for pre-C89
|
/external/icu4c/data/unidata/ |
D | DerivedCoreProperties.txt | 1528 2C89 ; Lowercase 3840 2C89 ; Changes_When_Uppercased 4437 2C89 ; Changes_When_Titlecased
|
D | CaseFolding.txt | 1007 2C88; C; 2C89; # COPTIC CAPITAL LETTER EIE
|
/external/icu4c/test/testdata/ |
D | CollationTest_SHIFTED_SHORT.txt | 59269 2C89 0021 59270 2C89 003F 59273 2C89 0061 59274 2C89 0041 59277 2C89 0062 76261 0C89 0021 76262 0C89 003F 76263 0C89 0061 76264 0C89 0041 76265 0C89 0062 [all …]
|
D | CollationTest_NON_IGNORABLE_SHORT.txt | 56039 2C89 0021 56041 2C89 003F 56043 2C89 0061 56044 2C89 0041 56047 2C89 0062 72868 0C89 0021 72869 0C89 003F 72870 0C89 0061 72871 0C89 0041 72872 0C89 0062 [all …]
|
/external/bison/ |
D | ChangeLog-2012 | 7092 before declarations; it's not portable to C89. 7390 that does not conform to C89 and that some compilers reject). 12241 (AC_HEADER_STDC): Remove: we now assume C89 or better. 12243 Do not check for C89 headers, except for locale.h which is used 12246 Do not check for C89 functions, except for setlocale which is 12699 * data/glr.c (yyglrReduce): Don't use C89 string concatenation, 12763 Do not include <sys/types.h>; shouldn't be needed on a C89 host. 12781 (PARAMS): Define unconditionally for C89. 12885 (void) as arg when not pure, since we now assume C89 when building 13058 C89. This avoids a diagnostic on compilers that define __STDC__ [all …]
|
D | NEWS | 1572 ** Bison can no longer be built by a K&R C compiler; it requires C89 or
|
/external/icu4c/data/unidata/norm2/ |
D | nfkc_cf.txt | 1391 2C88>2C89
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | ChangeLog | 993 * made code closer to ANSI C89 standard to make it easier to port to
|
/external/bison/doc/ |
D | bison.texi | 1201 The GLR parsers require a compiler for ISO C89 or 1203 C89, but is C99 and is a common extension in pre-C99 compilers. It is 10375 not conform to C89. See Debian bug 333231
|
/external/oprofile/ |
D | ChangeLog-2003 | 2667 * daemon/opd_sample_files.c: C89 compile fix
|
12