Home
last modified time | relevance | path

Searched refs:C89 (Results 1 – 25 of 103) sorted by relevance

12345

/external/clang/include/clang/Frontend/
DLangStandards.def30 // C89-ish modes.
33 C89 | ImplicitInt)
36 C89 | ImplicitInt)
39 C89 | ImplicitInt)
43 C89 | Digraphs | ImplicitInt)
47 LineComment | C89 | Digraphs | GNUMode | ImplicitInt)
50 LineComment | C89 | Digraphs | GNUMode | ImplicitInt)
DLangStandard.h22 C89 = (1 << 1), enumerator
62 bool isC89() const { return Flags & frontend::C89; } in isC89()
/external/llvm/test/Transforms/InstCombine/
Ddouble-float-shrink-2.ll3 ; 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/autotest/client/tests/iozone/
Dmakefile.patch8 -C89 = c89
11 +C89 ?= c89
/external/elfutils/tests/
Drun-readelf-dwz-multi.sh89 language (data1) C89 (1)
150 language (data1) C89 (1)
210 language (data1) C89 (1)
250 language (data1) C89 (1)
289 language (data1) C89 (1)
/external/python/cpython3/Modules/_sha3/
DREADME.txt5 slightly to be C89 compatible. The architecture specific header file
/external/libxml2/
DCONTRIBUTING18 All code must conform to C89 and pass the "make check" tests. Avoid
/external/libopus/
DREADME145 The implementation can be compiled with either a C89 or a C99 compiler.
146 While it does not rely on any _undefined behavior_ as defined by C89 or
161 which is supported by most C89 compilers).
/external/grpc-grpc/doc/core/
Dmoving-to-c++.md9 gRPC core was originally written in C89 for several reasons
16 header files are committed to remain in C89.
/external/xz-embedded/
DREADME51 XZ Embedded should compile as either GNU-C89 (used in the Linux
53 non-GNU C89 compiler or a C++ compiler should be quite easy as
/external/grpc-grpc/doc/
Dc-style-guide.md20 pedantic C89.
/external/harfbuzz_ng/test/shaping/data/in-house/tests/
Duse-marchen.tests28 ../fonts/85414f2552b654585b7a8d13dcc3e8fd9f7970a3.ttf::U+11C74,U+11C89,U+11CB2,U+11C75:[u11C74=0+20…
Dindic-vowel-letter-spoofing.tests46 ../fonts/7d18685e1529e4ceaad5b6095dfab2f9789e5bce.ttf::U+0C8A,U+0020,U+0C89,U+0CBE:[gid3=0+3269|gid…
Duse-vowel-letter-spoofing.tests53 ../fonts/46669c8860cbfea13562a6ca0d83130ee571137b.ttf::U+0C89,U+0CBE:[uni0C89=0+500|uni25CC=0+500|u…
/external/python/cffi/doc/source/
Dgoals.rst24 but all C89 should be, including macros (and including macro "abuses",
/external/rust/crates/grpcio-sys/grpc/third_party/upb/
DDESIGN.md7 - C89 compatible.
/external/libpng/
Dconfigure.ac118 # In pngpriv.h we request just the POSIX 1003.1 and C89 APIs by defining _POSIX_SOURCE to 1
121 AC_MSG_CHECKING([if we need to force back C standard to C89])
130 [Forcing back to C89 is required but the flags are only known for GCC])
/external/llvm-project/clang/include/clang/Basic/
DLangStandards.def37 // C89-ish modes.
/external/angle/src/third_party/volk/
DREADME.md17 volk is written in C89 and supports Windows, Linux, Android and macOS (via MoltenVK).
/external/tensorflow/third_party/toolchains/clang6/
DCROSSTOOL.tpl158 # Clang defaults to C99 while GCC defaults to C89. GCC plugins are written in
159 # C89 and don't have a BUILD rule we could add a copts flag to.
/external/jsmn/
DREADME.md35 * compatible with C89
/external/harfbuzz_ng/src/
DHBIndicVowelConstraints.txt56 0C89 0CBE ; # KANNADA LETTER U, KANNADA VOWEL SIGN AA
/external/freetype/builds/unix/
Dconfigure.raw230 # We try to make the compiler work for C89-strict source. Even if the
231 # C compiler is gcc and C89 flags are available, some system headers
232 # (e.g., Android Bionic libc) are broken in C89 mode. We have to check
/external/curl/docs/
DCHECKSRC.md58 - `CPPCOMMENTS`: `//` comment detected, that's not C89 compliant
DCODE_REVIEW.md93 Remember that we live by C89 restrictions.

12345