Searched refs:C89 (Results 1 – 25 of 48) 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 62 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/elfutils/src/tests/ |
D | run-readelf-dwz-multi.sh | 89 language (data1) C89 (1) 150 language (data1) C89 (1) 210 language (data1) C89 (1) 250 language (data1) C89 (1) 289 language (data1) C89 (1)
|
D | ChangeLog | 870 * run-readelf-dwz-multi.sh: Expect language C89, not ISO C89.
|
/external/libopus/ |
D | README | 126 The implementation can be compiled with either a C89 or a C99 compiler. 127 While it does not rely on any _undefined behavior_ as defined by C89 or 142 which is supported by most C89 compilers).
|
/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 | 18 UCDN uses standard C89 with no particular dependencies or requirements
|
/external/bison/m4/ |
D | warn-on-use.m4 | 22 # in the intersection of C89 and C11 (such as printf) without
|
D | signal_h.m4 | 13 # AIX declares sig_atomic_t to already include volatile, and C89 compilers
|
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/jsmn/ |
D | README.md | 11 compatible with C89
|
/external/llvm/include/llvm/Support/ |
D | Dwarf.def | 284 HANDLE_DW_LANG(0x0001, C89)
|
/external/clang/include/clang/Basic/ |
D | LangOptions.def | 97 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/libxml2/test/ |
D | svg3 | 75 … 91.018 321.365L84.218 318.056C71.418 294.856 80.346 350.147 80.346 350.147C89.146 384.547 225.292… 78 …<path d="M84.2 319.601C71.4 297.6 81 353.201 81 353.201C89.8 387.601 226.6 335.601 226.6 335.601C2… 363 …<path d="M89 309.601C89 309.601 83.4 319.601 108.2 313.601C108.2 313.601 122.2 312.401 124.6 310.0…
|
/external/elfutils/src/libdw/ |
D | known-dwarf.h | 309 ONE_KNOWN_DW_LANG_DESC (C89, DW_LANG_C89, "ISO C:1989") \
|
/external/libxml2/result/ |
D | svg3.sax | 249 … 91.018 321.365L84.218 318.056C71.418 294.856 80.346 350.147 80.346 350.147C89.146 384.547 225.292… 259 SAX.startElement(path, d='M84.2 319.601C71.4 297.6 81 353.201 81 353.201C89.8 387.601 226.6 335.601… 1209 SAX.startElement(path, d='M89 309.601C89 309.601 83.4 319.601 108.2 313.601C108.2 313.601 122.2 312…
|
/external/clang/docs/ |
D | UsersManual.rst | 32 - :ref:`C Language <c>`: K&R C, ANSI C89, ISO C90, ISO C94 (C89+AMD1), ISO
|
/external/icu/icu4c/source/data/unidata/ |
D | DerivedCoreProperties.txt | 1634 2C89 ; Lowercase 4047 2C89 ; Changes_When_Uppercased 4657 2C89 ; Changes_When_Titlecased
|
/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 …]
|
/external/icu/icu4c/source/data/unidata/norm2/ |
D | nfkc_cf.txt | 1397 2C88>2C89
|
12