Searched refs:C89 (Results 1 – 25 of 103) sorted by relevance
12345
/external/clang/include/clang/Frontend/ |
D | LangStandards.def | 30 // 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)
|
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/autotest/client/tests/iozone/ |
D | makefile.patch | 8 -C89 = c89 11 +C89 ?= c89
|
/external/elfutils/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)
|
/external/python/cpython3/Modules/_sha3/ |
D | README.txt | 5 slightly to be C89 compatible. The architecture specific header file
|
/external/libxml2/ |
D | CONTRIBUTING | 18 All code must conform to C89 and pass the "make check" tests. Avoid
|
/external/libopus/ |
D | README | 145 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/ |
D | moving-to-c++.md | 9 gRPC core was originally written in C89 for several reasons 16 header files are committed to remain in C89.
|
/external/xz-embedded/ |
D | README | 51 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/ |
D | c-style-guide.md | 20 pedantic C89.
|
/external/harfbuzz_ng/test/shaping/data/in-house/tests/ |
D | use-marchen.tests | 28 ../fonts/85414f2552b654585b7a8d13dcc3e8fd9f7970a3.ttf::U+11C74,U+11C89,U+11CB2,U+11C75:[u11C74=0+20…
|
D | indic-vowel-letter-spoofing.tests | 46 ../fonts/7d18685e1529e4ceaad5b6095dfab2f9789e5bce.ttf::U+0C8A,U+0020,U+0C89,U+0CBE:[gid3=0+3269|gid…
|
D | use-vowel-letter-spoofing.tests | 53 ../fonts/46669c8860cbfea13562a6ca0d83130ee571137b.ttf::U+0C89,U+0CBE:[uni0C89=0+500|uni25CC=0+500|u…
|
/external/python/cffi/doc/source/ |
D | goals.rst | 24 but all C89 should be, including macros (and including macro "abuses",
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/ |
D | DESIGN.md | 7 - C89 compatible.
|
/external/libpng/ |
D | configure.ac | 118 # 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/ |
D | LangStandards.def | 37 // C89-ish modes.
|
/external/angle/src/third_party/volk/ |
D | README.md | 17 volk is written in C89 and supports Windows, Linux, Android and macOS (via MoltenVK).
|
/external/tensorflow/third_party/toolchains/clang6/ |
D | CROSSTOOL.tpl | 158 # 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/ |
D | README.md | 35 * compatible with C89
|
/external/harfbuzz_ng/src/ |
D | HBIndicVowelConstraints.txt | 56 0C89 0CBE ; # KANNADA LETTER U, KANNADA VOWEL SIGN AA
|
/external/freetype/builds/unix/ |
D | configure.raw | 230 # 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/ |
D | CHECKSRC.md | 58 - `CPPCOMMENTS`: `//` comment detected, that's not C89 compliant
|
D | CODE_REVIEW.md | 93 Remember that we live by C89 restrictions.
|
12345