Searched +refs:clang +refs:format (Results 51 - 75 of 168) sorted by relevance

1234567

/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/lib/
H A Dcompiler.cc45 set compiler_info [join {clang __clang_major__ __clang_minor__ __clang_patchlevel__} -]
50 set icc_minor [format "%d" [string range __ICC 2 [expr {[string length __ICC] -1}]]]
55 set icc_minor [format "%d" [string range __ICL 2 [expr {[string length __ICL] -1}]]]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/
H A DAtomicChange.cpp9 #include "clang/Tooling/Refactoring/AtomicChange.h"
10 #include "clang/Tooling/ReplacementsYaml.h"
14 LLVM_YAML_IS_SEQUENCE_VECTOR(clang::tooling::AtomicChange)
29 const clang::tooling::AtomicChange &E)
36 clang::tooling::AtomicChange denormalize(const llvm::yaml::IO &) {
45 std::vector<clang::tooling::Replacement> Replaces;
67 template <> struct MappingTraits<clang::tooling::AtomicChange> {
68 static void mapping(IO &Io, clang::tooling::AtomicChange &Doc) {
69 MappingNormalization<NormalizedAtomicChange, clang::tooling::AtomicChange>
83 namespace clang { namespace
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Format/
H A DUnwrappedLineFormatter.h19 #include "clang/Format/Format.h"
22 namespace clang { namespace
23 namespace format { namespace in namespace:clang
40 unsigned format(const SmallVectorImpl<AnnotatedLine *> &Lines,
72 } // end namespace format
73 } // end namespace clang
H A DTokenAnalyzer.h25 #include "clang/Basic/Diagnostic.h"
26 #include "clang/Basic/DiagnosticOptions.h"
27 #include "clang/Basic/FileManager.h"
28 #include "clang/Basic/SourceManager.h"
29 #include "clang/Format/Format.h"
33 namespace clang { namespace
34 namespace format { namespace in namespace:clang
42 // See also the documentation of clang::format::internal::reformat.
105 } // end namespace format
[all...]
H A DFormatTokenLexer.h20 #include "clang/Basic/SourceLocation.h"
21 #include "clang/Basic/SourceManager.h"
22 #include "clang/Format/Format.h"
29 namespace clang { namespace
30 namespace format { namespace in namespace:clang
130 } // namespace format
131 } // namespace clang
/netbsd-current/external/historical/nawk/bin/
H A DMakefile4 CWARNFLAGS.clang+= -Wno-self-assign
21 COPTS.run.c+= -Wno-format-nonliteral
22 COPTS.tran.c+= -Wno-format-nonliteral
/netbsd-current/external/mit/xorg/lib/
H A Ddriver.mk8 .PATH: ${X11SRCDIR.Mesa}/src/util/format
9 .PATH: ${X11SRCDIR.Mesa}/../src/util/format
71 SRCS.format= \
86 ${${MACHINE_CPU} == "arm" && ${ACTIVE_CC} == "clang":?-mfpu=neon:}
88 .for _f in ${SRCS.format}
89 CPPFLAGS.${_f} += -I${X11SRCDIR.Mesa}/src/util/format
90 CPPFLAGS.${_f} += -I${X11SRCDIR.Mesa}/../src/util/format
100 SRCS+= ${SRCS.util} ${SRCS.format} ${SRCS.perf}
/netbsd-current/external/mit/libcbor/dist/
H A D.travis-qemu.sh16 GUEST_DEPENDENCIES="cmake git clang-format"
116 clang-format -version
117 clang-format-8 -version
118 ./clang-format.sh
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/
H A DAtomicChange.h17 #include "clang/Basic/SourceManager.h"
18 #include "clang/Format/Format.h"
19 #include "clang/Tooling/Core/Replacement.h"
24 namespace clang { namespace
135 clang::tooling::Replacements Replaces);
157 // clang-format's cleanup functionality, e.g. redundant commas around deleted
161 format::FormatStyle Style = format::getNoStyle();
163 // Options for selectively formatting changes with clang
[all...]
/netbsd-current/external/ibm-public/postfix/
H A DMakefile.inc11 CWARNFLAGS.clang+= -Wno-empty-body -Wno-format-extra-args \
/netbsd-current/tests/crypto/libcrypto/
H A DMakefile.inc16 CWARNFLAGS.clang+= -Wno-format
/netbsd-current/external/bsd/ipf/
H A DMakefile.inc4 CWARNFLAGS.clang+= -Wno-format -Wno-tautological-compare \
/netbsd-current/external/apache2/llvm/dist/clang/tools/clang-format/
H A DClangFormat.cpp1 //===-- clang-format/ClangFormat.cpp - Clang format tool ------------------===//
10 /// This file implements a clang-format tool that automatically formats
15 #include "clang/Basic/Diagnostic.h"
16 #include "clang/Basic/DiagnosticOptions.h"
17 #include "clang/Basic/FileManager.h"
18 #include "clang/Basic/SourceManager.h"
19 #include "clang/Basi
179 namespace clang { namespace
180 namespace format { namespace in namespace:clang
357 static bool format(StringRef FileName) { function in namespace:clang::format
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/tools/diagtool/
H A DListWarnings.cpp16 #include "clang/Basic/AllDiagnostics.h"
17 #include "clang/Basic/Diagnostic.h"
25 using namespace clang;
84 << llvm::format("%.4g", percentFlagged) << "%\n";
91 << llvm::format("%.4g", avgDiagsPerFlag) << '\n';
/netbsd-current/external/apache2/llvm/dist/llvm/utils/lit/lit/llvm/
H A Dconfig.py46 self.lit_config.note("using lit tools: {}".format(path))
246 def get_clang_builtin_include_dir(self, clang):
247 # FIXME: Rather than just getting the version, we should have clang
250 [clang, '-print-file-name=include'])
253 print(clang)
255 "Couldn't find the include dir for Clang ('%s')" % clang)
264 # On macOS, LSan is only supported on clang versions 5 and higher
265 def get_clang_has_lsan(self, clang, triple):
266 if not clang:
272 clang_binary = clang
[all...]
/netbsd-current/external/mit/xorg/lib/libIntelXvMC/
H A DMakefile30 CWARNFLAGS.clang+= -Wno-pointer-sign -Wno-format -Wno-parentheses
/netbsd-current/external/mit/xorg/server/xorg-server.old/hw/xfree86/ddc/
H A DMakefile20 CWARNFLAGS.clang+= -Wno-format
/netbsd-current/external/mit/xorg/server/xorg-server.old/hw/xfree86/xf86config/
H A DMakefile27 CWARNFLAGS.clang+= -Wno-format
/netbsd-current/external/mit/xorg/server/xorg-server/hw/xfree86/xf86config/
H A DMakefile29 CWARNFLAGS.clang+= -Wno-format
/netbsd-current/external/mit/xorg/server/drivers/xf86-video-glint/
H A DMakefile27 CWARNFLAGS.clang+= -Wno-format
/netbsd-current/external/mit/xorg/server/drivers/xf86-video-mga/
H A DMakefile30 CWARNFLAGS.clang+= -Wno-conversion -Wno-format -Wno-empty-body
/netbsd-current/external/mit/xorg/server/xorg-server/hw/xfree86/ddc/
H A DMakefile24 CWARNFLAGS.clang+= -Wno-format
/netbsd-current/external/mit/xorg/bin/bitmap/
H A DMakefile25 CWARNFLAGS.clang+= -Wno-format
/netbsd-current/external/mit/xorg/bin/xmh/
H A DMakefile24 CWARNFLAGS.clang+= -Wno-format
/netbsd-current/external/apache2/llvm/dist/llvm/utils/
H A Dupdate_cc_test_checks.py6 // RUN: %clang -emit-llvm -S %s -o - -O2 | FileCheck %s
12 % utils/update_cc_test_checks.py --clang=release/bin/clang /tmp/c/a.cc
31 '%clang': [],
38 # Use clang's JSON AST dump to get the mangled name
39 json_dump_args = [args.clang] + clang_args + ['-fsyntax-only', '-o', '-']
41 # For tests that invoke %clang instead if %clang_cc1 we have to use
56 # Parse the clang JSON and add all children of type FunctionDecl.
99 common.error('Clang AST dump JSON format changed?')
104 common.debug('line {}: found function {}'.format(lin
[all...]

Completed in 143 milliseconds

1234567