Home
last modified time | relevance | path

Searched +refs:clang +refs:format +refs:extract (Results 1 – 18 of 18) sorted by relevance

/external/llvm/test/CodeGen/PowerPC/
DBreakableToken-reduced.ll31 %"class.clang::format::BreakableStringLiteral" = type { %"class.clang::format::BreakableSingleLineT…
32 %"class.clang::format::BreakableSingleLineToken" = type { %"class.clang::format::BreakableToken", i…
33 %"class.clang::format::BreakableToken" = type { i32 (...)**, %"struct.clang::format::FormatToken"*,…
35clang::format::FormatToken" = type <{ %"class.clang::Token", i32, i8, [3 x i8], %"class.clang::Sou…
36 %"class.clang::Token" = type <{ i32, i32, i8*, i16, i16, [4 x i8] }>
37 %"class.clang::SourceRange" = type { %"class.clang::SourceLocation", %"class.clang::SourceLocation"…
38 %"class.clang::SourceLocation" = type { i32 }
42 %"struct.std::_Head_base.2" = type { %"class.clang::format::TokenRole"* }
43 %"class.clang::format::TokenRole" = type { i32 (...)**, %"struct.clang::format::FormatStyle"* }
59 %"struct.clang::format::FormatStyle" = type { i32, i8, i8, i8, i8, i8, i8, i8, i8, i32, i8, i8, i32…
[all …]
/external/clang/
DAndroid.mk4 .PHONY: clang-toolchain-minimal clang-toolchain-full llvm-tools
5 clang-toolchain-minimal: \
6 clang
8 clang-toolchain-full: \
9 clang-toolchain-minimal \
11 clang-check \
12 clang-format \
13 clang-tidy \
42 llvm-extract \
66 clang-toolchain-minimal: \
[all …]
/external/clang/docs/
DLibASTMatchers.rst22 interface to extract attributes, source locations, or any other information
56 how to dump a translation unit's AST into a human readable format.
84 <http://clang.llvm.org/doxygen/classclang_1_1ast__matchers_1_1MatchFinder_1_1MatchCallback.html>`_.
119 <http://clang.llvm.org/doxygen/ASTMatchersMacros_8h.html>`_.
DPCHInternals.rst12 Using Precompiled Headers with ``clang``
15 The Clang compiler frontend, ``clang -cc1``, supports two command line options
18 To generate PCH files using ``clang -cc1``, use the option `-emit-pch`:
22 $ clang -cc1 test.h -emit-pch -o test.h.pch
24 This option is transparently used by ``clang`` when generating PCH files. The
32 $ clang -cc1 -include-pch test.h.pch test.c -o test.s
65 AST file format required for modules are discussed in the section on
72 compressed bitstream as `LLVM's bitcode file format
127 An AST file produced by clang is an object file container with a ``clangast``
137 within `LLVM's bitstream format <http://llvm.org/docs/BitCodeFormat.html>`_.
[all …]
/external/swiftshader/third_party/LLVM/test/
Dlit.cfg12 # testFormat: The test format to use to interpret tests.
165 # FIXME: This is a hack to avoid LLVMC tests failing due to a clang driver
179 # Don't match 'bugpoint-' or 'clang-'.
180 # Don't match '/clang' or '-clang'.
191 r"\bllvm-extract\b", r"\bllvm-ld\b",
/external/llvm/docs/
DSourceLevelDebugging.rst12 information in LLVM. It describes the :ref:`actual format that the LLVM debug
13 information takes <format>`, which is useful for those interested in creating
49 :ref:`implementation-defined format <ccxx_frontend>` (the C/C++ front-end
69 the Microsoft debug info format, which is usable with Microsoft debuggers such
70 as Visual Studio and WinDBG. LLVM's debug information format is mostly derived
134 Debugging information format
215 In order to handle this, the LLVM debug format uses the metadata attached to
264 …!0 = !DICompileUnit(language: DW_LANG_C99, file: !1, producer: "clang version 3.7.0 (trunk 231150)…
274 !10 = !{!"clang version 3.7.0 (trunk 231150) (llvm/trunk 231154)"}
347 The C and C++ front-ends represent information about the program in a format
[all …]
DLangRef.rst457 On targets that use the ELF object file format, default visibility
1197 have a particular format. Specifically, it must begin with a sequence of
1203 makes the format of the prologue data highly target dependent.
1500 `SafeStack <http://clang.llvm.org/docs/SafeStack.html>`_
2231 source through the clang front end, for example. It is then preserved through
2697 values are represented in their IEEE hexadecimal format so that assembly
2704 precision, respectively. Hexadecimal format is always used for long
2705 double, and there are three forms of long double. The 80-bit format used
2707 128-bit format used by PowerPC (two adjacent doubles) is represented by
2708 ``0xM`` followed by 32 hexadecimal digits. The IEEE 128-bit format is
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/Config/
Dconfig.h.in24 /* Directories clang will search for headers */
298 /* Define if libtool can extract symbol lists from object files. */
301 /* Define to have the %a format string */
Dconfig.h.cmake26 /* Directories clang will search for headers */
300 /* Define if libtool can extract symbol lists from object files. */
303 /* Define to have the %a format string */
/external/bison/
DChangeLog597 because "clang-mp-2.9 -o test -g test.c" launches "/usr/bin/dsymutil
978 NEWS: warnings with clang
979 warnings: avoid warnings from clang
1019 NEWS: warnings with clang
1024 warnings: avoid warnings from clang
1056 This is Apple clang version 3.1 (tags/Apple/clang-318.0.61).
1062 * data/glr.c (LONGJMP): abort after longjmp to pacify clang.
1233 graphs: change the output format of the rules
1372 NEWS: warnings with clang
1377 warnings: avoid warnings from clang
[all …]
/external/e2fsprogs/
DRELEASE-NOTES157 Fixed coverity, sparse, gcc -Wall, and clang warnings/nits.
227 We now use a new e2undo file format which is much more efficient and
362 Fixed coverity, sparse gcc -Wall, and clang warnings/nits.
468 Fixed coverity, sparce gcc -Wall, and clang warnings/nits.
514 format, but which no longer needs to use the meta_bg file system
515 format any longer. This typically happened with large (> 16TB) file
527 and ASCII format.
814 Fixed a lot of coverity, sparce gcc -Wall, and clang warnings/nits.
899 the changes to enable the qcow2 format broke this e2image mode.
973 Fix sparse, gcc -Wall and clang nits.
[all …]
/external/zlib/src/
DChangeLog99 - Recognize clang as gcc
284 - Fix CROSS_PREFIX executable testing, CHOST extract, mingw* [Torok]
647 - Add error return to gzread() for format or i/o error [Levin]
880 - Fix printf format in example.c
910 - Improve setting of zlib format compression level flags
993 - Add contrib/puff/ simple inflate for deflate format description
1262 - mention in README that the zlib format is now RFC1950
/external/e2fsprogs/debian/
Dchangelog166 * Clean up gcc/clang warnings
183 * The new undo file format is much faster/efficent than before
227 * Add support for the jbd2 checksum v3 format
228 * New dumpe2fs format
269 hex and ASCII format.
412 * Fix printf type format mismatch in e2image
711 eventually be going away in the ext4 file system format)
827 * Convert to debian source 3.0 (quilt) format
946 * The e2image program now supports the qcow2 format, a more efficient
1027 * Debugfs now uses a more concise format for listing extents in its
[all …]
/external/libevent/
DChangeLog20 o Add -Qunused-arguments for clang on macos (b56611d Trond Norbye)
120 o Refactor event_persist_closure: raise and extract some common logic (bec22b4)
162 o Don't do clang version detection when disabling some flags (083296b Sebastian Hahn)
409 o Add an assert to appease clang's static analyzer (b0ff7eb Sebastian Hahn)
425 o Fix compilation under LLVM/clang with --enable-gcc-warnings (ad9ff58 Sebastian Hahn)
1215 …o When building with GCC, use the "format" attribute to verify type correctness of calls to printf…
/external/curl/
DCHANGES.0405 - Daniel Johnson provided fixes for building curl with the clang compiler.
413 - [Daniel Johnson] I've been trying to build libcurl with clang on Darwin and
423 clang to choke. For example, --libs returns $CFLAGS along with the libs,
799 PEM format. Required by several stunnel versions used by our test harness.
975 libcurl would reject cookies with a date format it couldn't parse. Research
1123 - Introduced a SYST-based test to properly set-up name format when dealing
1316 format makes it possible to quite easily separate the string into an array
1355 - Fabian Keil ran clang on the (lib)curl code, found a bunch of warnings and
2737 missed date due to an unsupported date format or date range will now cause
2859 certs into PEM format, suitable for use with a OpenSSL or GnuTLS built
[all …]
/external/icu/icu4j/main/shared/data/
DTransliterator_Han_Latin_Definition.txt1814 提煉 < to\-extract\-\(ore\,\-minerals\,\-etc\);
2650 䵅 < to\-extract\-by\-applying\-heat;
2769 榨 < to\-press\-or\-extract\-juices;
10399 幀格式 < frame\-format;
11672 掊 < to\-extract;
13608 格式化 < to\-format;
16140 搴 < extract;
17873 版式 < format;
19893 吰 < clang;
24490 幀格式 > frame\-format;
[all …]
/external/jline/src/src/test/resources/jline/example/
Denglish.gz
/external/bison/tests/
Dtestsuite7136 %code format {}
20838 cat >extract.sed <<'_ATEOF'
20869 ( $at_check_trace; sed -f extract.sed stderr
21192 cat >extract.sed <<'_ATEOF'
21223 ( $at_check_trace; sed -f extract.sed stderr
31966 s/^clang: warning: treating 'c' input as 'c\+\+'.*\n//gm;
32195 s/^clang: warning: treating 'c' input as 'c\+\+'.*\n//gm;
32598 s/^clang: warning: treating 'c' input as 'c\+\+'.*\n//gm;
33004 s/^clang: warning: treating 'c' input as 'c\+\+'.*\n//gm;
33405 s/^clang: warning: treating 'c' input as 'c\+\+'.*\n//gm;
[all …]