Searched refs:C89 (Results 1 – 25 of 35) 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 BCPLComment | C89 | Digraphs | GNUMode | ImplicitInt) 42 BCPLComment | C89 | Digraphs | GNUMode | ImplicitInt)
|
D | LangStandard.h | 22 C89 = (1 << 1), enumerator 60 bool isC89() const { return Flags & frontend::C89; } in isC89()
|
/external/llvm/test/Transforms/SimplifyLibCalls/ |
D | floor.ll | 3 ; RUN: opt < %s -simplify-libcalls -S -mtriple "x86_64-pc-win32" | FileCheck -check-prefix=C89-SIMP… 13 ; C89-SIMPLIFY: call float @floorf( 14 ; C89-SIMPLIFY: call float @ceilf( 15 ; C89-SIMPLIFY: call double @round( 16 ; C89-SIMPLIFY: call double @nearbyint(
|
/external/clang/include/clang/Basic/ |
D | LangOptions.def | 66 BENIGN_LANGOPT(ImplicitInt, 1, !C99 && !CPlusPlus, "C89 implicit 'int'")
|
/external/bison/data/ |
D | yacc.c | 75 # uses only C89 types, so that the user can override the shorter 76 # types, and so that pre-C89 compilers are handled correctly.
|
/external/bluetooth/glib/tests/ |
D | casemap.txt | 1866 ⲉ ⲉ Ⲉ Ⲉ # 2C89
|
/external/bison/ |
D | NEWS | 272 * Bison can no longer be built by a K&R C compiler; it requires C89 or
|
D | ChangeLog | 3980 (AC_HEADER_STDC): Remove: we now assume C89 or better. 3982 Do not check for C89 headers, except for locale.h which is used 3985 Do not check for C89 functions, except for setlocale which is 4438 * data/glr.c (yyglrReduce): Don't use C89 string concatenation, 4502 Do not include <sys/types.h>; shouldn't be needed on a C89 host. 4520 (PARAMS): Define unconditionally for C89. 4624 (void) as arg when not pure, since we now assume C89 when building 4797 C89. This avoids a diagnostic on compilers that define __STDC__ 4989 assuming at least C89 in the bitset code for some time now. 6886 assuming C89 or better, and C89 guarantees errno. [all …]
|
/external/icu4c/data/unidata/ |
D | SentenceBreakProperty.txt | 852 2C89 ; Lower
|
D | DerivedCoreProperties.txt | 1416 2C89 ; Lowercase 3686 2C89 ; Changes_When_Uppercased 4279 2C89 ; Changes_When_Titlecased
|
D | CaseFolding.txt | 997 2C88; C; 2C89; # COPTIC CAPITAL LETTER EIE
|
D | DerivedNormalizationProps.txt | 4159 2C88 ; NFKC_CF; 2C89
|
/external/bluetooth/glib/gio/ |
D | ChangeLog | 2032 Fix C89 issue (#521672) 2461 C89 fixes (#515892) 2655 C89 fixes from Jens Granseuer (#512849)
|
/external/strace/ |
D | ChangeLog | 1077 Remove support for pre-C89
|
/external/icu4c/test/testdata/ |
D | CollationTest_SHIFTED_SHORT.txt | 58421 2C89 0021 58422 2C89 003F 58425 2C89 0061 58426 2C89 0041 58429 2C89 0062 74379 0C89 0021 74380 0C89 003F 74381 0C89 0061 74382 0C89 0041 74383 0C89 0062 [all …]
|
D | CollationTest_NON_IGNORABLE_SHORT.txt | 55265 2C89 0021 55267 2C89 003F 55269 2C89 0061 55270 2C89 0041 55273 2C89 0062 71201 0C89 0021 71202 0C89 003F 71203 0C89 0061 71204 0C89 0041 71205 0C89 0062 [all …]
|
/external/icu4c/data/unidata/norm2/ |
D | nfkc_cf.txt | 1405 2C88>2C89
|
D | uts46.txt | 2656 2C88 >2C89 # 4.1 COPTIC CAPITAL LETTER EIE 2657 # 2C89 valid # 4.1 COPTIC SMALL LETTER EIE
|
/external/wpa_supplicant_6/wpa_supplicant/ |
D | ChangeLog | 486 * made code closer to ANSI C89 standard to make it easier to port to
|
/external/dbus/ |
D | ChangeLog.pre-1-2 | 1657 * tools/dbus-launch.c (do_close_stderr): fix C89 problem and
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | ChangeLog | 585 * made code closer to ANSI C89 standard to make it easier to port to
|
/external/bison/doc/ |
D | bison.texinfo | 1147 The @acronym{GLR} parsers require a compiler for @acronym{ISO} C89 or 1149 C89, but is C99 and is a common extension in pre-C99 compilers. It is 7594 not conform to C89. See Debian bug 333231
|
D | bison.info | 1351 The GLR parsers require a compiler for ISO C89 or later. In addition, 1352 they use the `inline' keyword, which is not C89, but is C99 and is a 6946 not conform to C89. See Debian bug 333231
|
/external/oprofile/ |
D | ChangeLog-2003 | 2667 * daemon/opd_sample_files.c: C89 compile fix
|
/external/harfbuzz/contrib/tables/ |
D | DerivedGeneralCategory.txt | 1505 2C89 ; Ll # COPTIC SMALL LETTER EIE
|
12