| /external/compiler-rt/test/ |
| D | lit.common.cfg | 12 # Setup test format 17 # Setup clang binary. 18 compiler_path = getattr(config, 'clang', None) 63 # Use ugly construction to explicitly prohibit "clang", "clang++" etc. 66 (' clang', """\n\n*** Do not use 'clangXXX' in tests,
|
| /external/clang/docs/ |
| D | ClangFormatStyleOptions.rst | 8 When using :program:`clang-format` command line utility or 9 ``clang::format::reformat(...)`` functions from code, one can either use one of 14 Configuring Style with clang-format 17 :program:`clang-format` supports two ways to provide custom style options: 19 use ``-style=file`` and put style configuration in the ``.clang-format`` or 20 ``_clang-format`` file in the project directory. 22 When using ``-style=file``, :program:`clang-format` for each input file will 23 try to find the ``.clang-format`` file located in the closest parent directory 27 The ``.clang-format`` file uses YAML format: 36 An easy way to get a valid ``.clang-format`` file containing all configuration [all …]
|
| D | UsersManual.rst | 16 `Clang Web Site <http://clang.llvm.org>`_ or the `LLVM Web 23 `Clang Static Analyzer <http://clang-analyzer.llvm.org>`_, please see its web 47 Clang also provides an alternative driver, :ref:`clang-cl`, that is designed 154 output format of the diagnostics that it generates. 245 .. option:: -fdiagnostics-format=clang/msvc/vi 247 Changes diagnostic output format to better match IDEs and command line tools. 249 This option controls the output format of the filename, line number, 253 **clang** (default) 303 For example, a format string warning will produce these three 342 parsable format after the file/line/column number information. The [all …]
|
| D | InternalsManual.rst | 62 t.c:38:15: error: invalid operands to binary expression ('int *' and '_Complex float') 80 ``clang/Basic/Diagnostic*Kinds.td`` files, depending on what library will be 82 diagnostic, the severity of the diagnostic and the English translation + format 129 The format string for the diagnostic is very simple, but it has some power. It 132 some simple format strings: 136 "binary integer literals are an extension" 137 "format string contains '\\0' within the string body" 139 "invalid operands to binary expression (%0 and %1)" 140 "overloaded '%0' must be a %select{unary|binary|unary or binary}2 operator" 143 These examples show some important points of format strings. You can use any [all …]
|
| D | Modules.rst | 84 … <stdio.h>``: when the compiler sees the module import above, it loads a binary representation of … 103 … expose the full complexity of the language. Maintaining a stable binary module format across arch… 157 …binary representation of modules is automatically generated by the compiler on an as-needed basis.… 159 The binary representation of modules is persisted in the *module cache*. Imports of a module will f… 642 format and the linker. The notion is similar to Microsoft Visual 727 … in the grammar to describe specific behavior of other declarations. The format of attributes is f… 823 To detect and help address some of these problems, the ``clang-tools-extra`` repository contains a … 845 ``clang/lib/Headers/module.modulemap`` 848 ``clang/test/Modules/`` 851 ``clang/include/clang/Basic/Module.h`` [all …]
|
| D | doxygen.cfg.in | 7 # The format is: 20 PROJECT_NAME = clang 37 # format and will distribute the generated files over these directories. 60 # forces the Windows encoding (this is the default for the Windows binary), 429 # The WARN_FORMAT tag determines the format of the warning messages that 432 # warning originated and the warning text. Optionally the format may contain 612 IGNORE_PREFIX = clang:: 690 # controls whether a binary table of contents is generated (YES) or a 1077 # can be added for each tagfile. The format of a tag file without 1204 # The DOT_IMAGE_FORMAT tag can be used to set the image format of the images [all …]
|
| /external/lldb/source/Symbol/ |
| D | ClangASTType.cpp | 52 using namespace clang; 58 const clang::Type::TypeClass type_class = qual_type->getTypeClass(); in GetCompleteQualType() 61 case clang::Type::ConstantArray: in GetCompleteQualType() 62 case clang::Type::IncompleteArray: in GetCompleteQualType() 63 case clang::Type::VariableArray: in GetCompleteQualType() 72 case clang::Type::Record: in GetCompleteQualType() 73 case clang::Type::Enum: in GetCompleteQualType() 106 case clang::Type::ObjCObject: in GetCompleteQualType() 107 case clang::Type::ObjCInterface: in GetCompleteQualType() 141 case clang::Type::Typedef: in GetCompleteQualType() [all …]
|
| /external/chromium_org/build/config/compiler/ |
| D | BUILD.gn | 15 # keep binary size down. Setting this flag to true disables such optimization 18 # Whether to use the binary binutils checked into third_party/binutils. 31 # gcc >= 4.8 or clang. 120 # This is here so that all files get recompiled after a clang roll and 121 # when turning clang on or off. (defines are passed via the command line, 127 "//tools/clang/scripts/posix-print-revision.py", [], "value") 197 # The following option is disabled to improve binary 334 # Let clang find the ld.gold in the NDK. 431 # Work around incompatibilities between bionic and clang headers. 521 # GCC turns on -Wsign-compare for C++ under -Wall, but clang doesn't, [all …]
|
| /external/compiler-rt/test/BlocksRuntime/ |
| D | testfilerunner.m | 28 static bool isYounger(char *source, char *binary); 98 bool lookforIn(char *lookfor, const char *format, pid_t child) { 101 sprintf(buffer, format, child); 328 strcat(path, DoClang ? "clang++" : "g++-4.2"); 331 strcat(path, DoClang ? "clang" : "gcc-4.2"); 391 strcat(path, DoClang ? "-clang" : "-gcc"); 581 printf(" -fast don't recompile if binary younger than source\n"); 583 printf(" -clang use the clang and clang++ compilers\n"); 586 …printf(" <compilerpath> directory containing gcc-4.2 (or clang) that you wish to use to co… 651 else if (!strcmp(argv[1], "-clang")) { [all …]
|
| /external/chromium_org/build/ |
| D | common.gypi | 240 # "arm64" and "both" (meaning a fat binary). 312 # Set to 1 to force Visual C++ to use legacy debug information format /Z7. 375 # If this is set, the clang plugins used on the buildbot will be used. 376 # Run tools/clang/scripts/update.sh to make sure they are compiled. 378 # Has no effect if 'clang' is not set as well. 382 # -fsanitize=address only works with clang, but asan=1 implies clang=1 399 # -fsanitize=leak only works with clang, but lsan=1 implies clang=1 404 # -fsanitize=thread only works with clang, but tsan=1 implies clang=1 405 # See http://clang.llvm.org/docs/ThreadSanitizer.html 410 # MemorySanitizer only works with clang, but msan=1 implies clang=1 [all …]
|
| /external/chromium_org/native_client_sdk/src/doc/devguide/devcycle/ |
| D | building.rst | 95 for PNaCl has a C++ compiler in ``toolchain/win_pnacl/bin/pnacl-clang++``. 145 pnacl-clang 147 pnacl-clang++ 178 ``hello_world.pexe`` use the ``pnacl-clang++`` tool 183 nacl_sdk/pepper_<version>/toolchain/win_pnacl/bin/pnacl-clang++ \ 191 file from your application, you must use either the ``pnacl-clang`` C 192 compiler, or the ``pnacl-clang++`` C++ compiler. The compiler produces 198 nacl_sdk/pepper_<version>/toolchain/win_pnacl/bin/pnacl-clang++ \ 202 For a description of each command line flag, run ``pnacl-clang --help``. 209 indicates that ``pnacl-clang++`` should only compile an individual file, [all …]
|
| /external/chromium_org/third_party/icu/ |
| D | icu.gyp | 140 # Make sure any binary depending on this gets the data file. 227 ['OS == "android" and clang==0', { 235 [ 'OS == "win" and clang==1', { 236 # Note: General clang warnings should go in the 342 [ 'OS == "win" and clang==1', { 343 # Note: General clang warnings should go in the 449 'unicode/format.h',
|
| D | README.chromium | 73 patches/brkitr.patch to reduce binary size for Android. 99 others (datetime format) 168 Take care of 3 warnings from clang and MSVC 2013.
|
| /external/clang/include/clang/Basic/ |
| D | DiagnosticGroups.td | 19 // Empty DiagGroups are recognized by clang but ignored. 32 def GNUBinaryLiteral : DiagGroup<"gnu-binary-literal">; 117 def FormatExtraArgs : DiagGroup<"format-extra-args">; 118 def FormatZeroLength : DiagGroup<"format-zero-length">; 222 def : DiagGroup<"missing-format-attribute">; 432 def VectorConversion : DiagGroup<"vector-conversion">; // clang specific 528 def FormatInvalidSpecifier : DiagGroup<"format-invalid-specifier">; 529 def FormatSecurity : DiagGroup<"format-security">; 530 def FormatNonStandard : DiagGroup<"format-non-iso">; 531 def FormatY2K : DiagGroup<"format-y2k">; [all …]
|
| /external/tcpdump/ |
| D | aclocal.m4 | 6 dnl Redistribution and use in source and binary forms, with or without 9 dnl distributions including binary code include the above copyright notice and 83 dnl that defines __GNUC__, which means clang, for example, counts as "gcc". 123 # This is assumed either to be GCC or clang, both 288 # MIPS C for IRIX, DEC C, and clang all use -M. 326 # Note: clang doesn't seem to exit with an error status when handed 329 # -M, so the fact that this test always succeeds with clang 812 dnl Check whether a given format can be used to print 64-bit integers 816 AC_MSG_CHECKING([whether %$1x can be used to format 64-bit integers]) 1127 dnl Redistribution and use in source and binary forms, with or without [all …]
|
| /external/chromium_org/ppapi/api/ |
| D | ppb_opengles2.idl | 7 // It's formatted by clang-format using chromium coding style: 8 // clang-format -i -style=chromium filename 168 [in] GLenum format, 406 [in] GLenum format, 427 [in] mem_t binary, 464 [in] GLenum format, 490 [in] GLenum format, 694 [in] GLenum format,
|
| /external/clang/docs/tools/ |
| D | clang.pod | 5 clang - the Clang C, C++, and Objective-C compiler 9 B<clang> [B<-c>|B<-S>|B<-E>] B<-std=>I<standard> B<-g> 22 B<clang> is a C, C++, and Objective-C compiler which encompasses preprocessing, 32 The B<clang> executable is actually a small driver which controls the overall 84 same driver. Please see L<http://clang-analyzer.llvm.org> for more details 318 information in the binary. They work based on the assumption that the 364 otherwise this generates LLVM bitcode format object files (which may be passed 526 Do not search clang's builtin directory for include files. 612 Maintained by the Clang / LLVM Team (L<http://clang.llvm.org>).
|
| /external/llvm/docs/TableGen/ |
| D | BackEnds.rst | 66 On all LLVM back-ends, the ``llvm-tblgen`` binary will be executed on the root 228 format. A helper script, utils/TableGen/tdtags, provides an easier-to-use 398 Generate arm_neon.h for clang. 403 Generate ARM NEON sema support for clang. 408 Generate ARM NEON tests for clang.
|
| /external/libpcap/ |
| D | aclocal.m4 | 6 dnl Redistribution and use in source and binary forms, with or without 9 dnl distributions including binary code include the above copyright notice and 83 dnl that defines __GNUC__, which means clang, for example, counts as "gcc". 115 # This is assumed either to be GCC or clang, both 233 # We're assuming this is clang, where 310 # MIPS C for IRIX, DEC C, and clang all use -M. 348 # Note: clang doesn't seem to exit with an error status when handed 351 # -M, so the fact that this test always succeeds with clang 1188 dnl Test whether __attribute__((format)) can be used without warnings 1192 AC_MSG_CHECKING([whether __attribute__((format)) can be used without warnings]) [all …]
|
| /external/clang/include/clang/Driver/ |
| D | CC1Options.td | 1 //===--- CC1Options.td - Options for clang -cc1 ---------------------------===// 10 // This file defines the options accepted by clang -cc1 and clang -cc1as. 255 HelpText<"File for serializing diagnostics in a binary format">; 257 def fdiagnostics_format : Separate<["-"], "fdiagnostics-format">,
|
| D | Options.td | 1 //===--- Options.td - Options for clang -----------------------------------===// 10 // This file defines the options accepted by clang. 37 // clang and clang-cl modes. 44 // CC1Option - This option should be accepted by clang -cc1. 47 // CC1AsOption - This option should be accepted by clang -cc1as. 70 def f_clang_Group : OptionGroup<"<f (clang-only) group>">, Group<CompileOnly_Group>; 74 def clang_i_Group : OptionGroup<"<clang i group>">, Group<i_Group>; 87 // Temporary groups for clang options which we know we don't support, 89 def clang_ignored_f_Group : OptionGroup<"<clang ignored f group>">, 91 def clang_ignored_m_Group : OptionGroup<"<clang ignored m group>">, [all …]
|
| /external/clang/lib/StaticAnalyzer/Checkers/ |
| D | Checkers.td | 10 include "clang/StaticAnalyzer/Checkers/CheckerBase.td" 76 HelpText<"Check for undefined results of binary operators">, 235 HelpText<"Warn when 'mkstemp' is passed fewer than 6 X's in the format string">,
|
| /external/chromium_org/native_client_sdk/src/doc/sdk/ |
| D | release-notes.rst | 45 <http://clang.llvm.org/docs/LanguageExtensions.html#vectors-and-extended-vectors>`_ 83 * Intelligent abbreviations in the bitcode: 20% reduction in binary size using 159 * The intermediate representation (IR) format may change prior to the release 455 file format. 518 `manifest file format </extensions/manifest>`_. By default, 519 applications that use version 2 of the manifest file format apply a strict 525 format, and a support schedule for applications that use version 1.
|
| /external/mksh/src/ |
| D | Build.sh | 1087 clang) 1385 clang) 1548 extern int fprintf(FILE *, const char *format, ...) 2604 ===== general format ===== 2626 MKSH_DONT_EMIT_IDSTRING omit RCS IDs from binary
|
| /external/llvm/docs/ |
| D | DeveloperPolicy.rst | 93 different tool, make sure it uses the ``diff -u`` format and that it 222 Note that llvm/test and clang/test are designed for regression and small feature 506 the binary redistribution clause. As a user of these runtime libraries, it 508 need the binary redistribution clause), and as a contributor to the code that 512 applications to the binary redistribution clause. This also means that it is ok
|