Searched +refs:clang +refs:format (Results 101 - 125 of 168) sorted by relevance

1234567

/netbsd-current/external/apache2/llvm/dist/clang/lib/Format/
H A DTokenAnalyzer.cpp23 #include "clang/Basic/Diagnostic.h"
24 #include "clang/Basic/DiagnosticOptions.h"
25 #include "clang/Basic/FileManager.h"
26 #include "clang/Basic/SourceManager.h"
27 #include "clang/Format/Format.h"
31 #define DEBUG_TYPE "format-formatter"
33 namespace clang { namespace
34 namespace format { namespace in namespace:clang
128 } // end namespace format
129 } // end namespace clang
[all...]
H A DUsingDeclarationsSorter.cpp23 namespace clang { namespace
24 namespace format { namespace in namespace:clang
213 } // namespace format
214 } // namespace clang
H A DBreakableToken.h27 namespace clang { namespace
28 namespace format { namespace in namespace:clang
30 /// Checks if \p Token switches formatting, like /* clang-format off */.
99 /// Returns the number of columns required to format the text in the
111 /// Returns the number of columns required to format the text following
165 /// Returns the number of columns needed to format
495 } // namespace format
496 } // namespace clang
H A DContinuationIndenter.h20 #include "clang/Format/Format.h"
25 namespace clang { namespace
28 namespace format { namespace in namespace:clang
52 /// Constructs a \c ContinuationIndenter to format \p Line starting in
188 /// by clang-format and string literals with escaped newlines.
302 /// that clang-format prefers similar breaks, i.e. breaks in the same
479 } // end namespace format
480 } // end namespace clang
[all...]
H A DFormatToken.cpp21 namespace clang { namespace
22 namespace format { namespace in namespace:clang
93 // Calculate the number of code points we have to format this list. As the
159 // In C++11 braced list style, we should not format in columns unless they
172 // Column format doesn't really make sense if we don't align after brackets.
307 } // namespace format
308 } // namespace clang
H A DSortJavaScriptImports.cpp17 #include "clang/Basic/Diagnostic.h"
18 #include "clang/Basic/DiagnosticOptions.h"
19 #include "clang/Basic/LLVM.h"
20 #include "clang/Basic/SourceLocation.h"
21 #include "clang/Basic/SourceManager.h"
22 #include "clang/Basic/TokenKinds.h"
23 #include "clang/Format/Format.h"
30 #define DEBUG_TYPE "format-formatter"
32 namespace clang { namespace
33 namespace format { namespace in namespace:clang
[all...]
H A DNamespaceEndCommentsFixer.cpp21 namespace clang { namespace
22 namespace format { namespace in namespace:clang
294 } // namespace format
295 } // namespace clang
/netbsd-current/external/bsd/openldap/lib/libldap/
H A DMakefile5 CWARNFLAGS.clang= -Wno-format-extra-args
/netbsd-current/usr.bin/xlint/lint1/
H A DMakefile18 CWARNFLAGS.clang+= -Wno-error=implicit-int-float-conversion
32 COPTS.err.c+= ${${ACTIVE_CC} == "clang":? -Wno-format-nonliteral :}
/netbsd-current/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXSourceLocation.cpp19 #include "clang/Basic/FileManager.h"
20 #include "clang/Frontend/ASTUnit.h"
24 using namespace clang;
25 using namespace clang::cxindex;
135 *Log << llvm::format("(\"%s\", %d, %d) = invalid",
143 *Log << llvm::format("(\"%s\", %d, %d) = ", File->getName().str().c_str(),
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dks_keychain.c40 #pragma clang diagnostic push
41 #pragma clang diagnostic ignored "-Wdeprecated-declarations"
67 attrInfo.format = &attrFormat;
506 attrInfo.format = attrFormat;
607 #pragma clang diagnostic pop
/netbsd-current/share/mk/
H A Dbsd.sys.mk61 CFLAGS+= ${${ACTIVE_CC} == "clang":? -std=gnu99 :}
67 CFLAGS+= ${${ACTIVE_CC} == "clang":? -Wno-sign-compare -Wno-pointer-sign :}
108 # Readd -Wno-sign-compare to override -Wextra with clang
128 CFLAGS+= ${${ACTIVE_CC} == "gcc":? -Wno-format-zero-length :}
131 CFLAGS+= ${${ACTIVE_CC} == "clang":? -Wpointer-sign -Wmissing-noreturn :}
168 _NOWERROR= ${defined(NOGCCERROR) || (${ACTIVE_CC} == "clang" && defined(NOCLANGERROR)):?yes:no}
197 COPTS+= ${${ACTIVE_CC} == "clang":? --param ssp-buffer-size=1 :}
H A Dbsd.own.mk363 TOOL_CC.clang= ${EXTERNAL_TOOLCHAIN}/bin/${MACHINE_GNU_PLATFORM}-clang
364 TOOL_CPP.clang= ${EXTERNAL_TOOLCHAIN}/bin/${MACHINE_GNU_PLATFORM}-clang-cpp
365 TOOL_CXX.clang= ${EXTERNAL_TOOLCHAIN}/bin/${MACHINE_GNU_PLATFORM}-clang++
366 TOOL_OBJC.clang= ${EXTERNAL_TOOLCHAIN}/bin/${MACHINE_GNU_PLATFORM}-clang
392 TOOL_CC.clang= ${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-clang
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Driver/
H A DDriver.cpp9 #include "clang/Driver/Driver.h"
51 #include "clang/Basic/TargetID.h"
52 #include "clang/Basic/Version.h"
53 #include "clang/Config/config.h"
54 #include "clang/Driver/Action.h"
55 #include "clang/Driver/Compilation.h"
56 #include "clang/Driver/DriverDiagnostic.h"
57 #include "clang/Driver/Job.h"
58 #include "clang/Driver/Options.h"
59 #include "clang/Drive
[all...]
/netbsd-current/external/bsd/libpcap/lib/
H A DMakefile168 COPTS.bpf_image.c+= -Wno-format-nonliteral
176 CWARNFLAGS.clang+= -Wno-format-extra-args \
/netbsd-current/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/
H A Danalyze.py36 from libscanbuild.clang import get_version, get_arguments, get_triple_arch, \
221 'clang': args.clang,
286 'ANALYZE_BUILD_CLANG': args.clang if need_analyzer(args.build) else '',
317 'clang': os.getenv('ANALYZE_BUILD_CLANG'),
360 # 'scan-view' currently does not support sarif format.
386 result.append('-analyzer-store={0}'.format(args.store_model))
388 result.append('-analyzer-constraints={0}'.format(
399 result.append('-analyzer-output={0}'.format(args.output_format))
427 raise KeyError('{0} not passed to {1}'.format(
[all...]
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_internal_defs.h238 # define FORMAT(f, a) __attribute__((format(printf, f, a)))
267 #if __has_cpp_attribute(clang::fallthrough)
268 # define FALLTHROUGH [[clang::fallthrough]]
/netbsd-current/external/apache2/llvm/dist/llvm/utils/
H A Dcollect_and_build_with_pgo.py4 - Builds clang with user-defined flags
5 - Uses that clang to build an instrumented clang, which can be used to collect
7 - Builds a user-defined set of sources (default: clang) to act as a
9 - Builds clang once more with the PGO profile generated above
11 This is a total of four clean builds of clang (by default). This may take a
30 # If you want to use a different 'benchmark' than building clang, make this
31 # function do what you want. out_dir is the build directory for clang, so all
32 # of the clang binaries will live under "${out_dir}/bin/". Using clang i
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/tools/scan-build/bin/
H A Dscan-build110 Diag (" http://clang-analyzer.llvm.org/filing_bugs.html\n")
224 # clang driver. Set the run number to 1.
566 # The name of the file is generated by clang binary (HTMLDiagnostics.cpp)
891 $ppfile_clang =~ s/[.](.+)$/.clang.$1/;
918 $ppfile_clang =~ s/[.](.+)$/.clang.$1/;
923 print OUT "<p>Please consider submitting preprocessed files as <a href=\"http://clang-analyzer.llvm.org/filing_bugs.html\">bug reports</a>. <!-- REPORTCRASHES --> </p>\n";
1106 # Disable PCH files until clang supports them.
1136 $Cmd =~ /(.*\/?clang[^\/]*$)/ or
1149 $Cmd =~ /(.*\/?clang\+\+$)/ or
1238 outputs the results in SARIF format
[all...]
/netbsd-current/lib/libpthread/
H A DMakefile41 CWARNFLAGS.clang+= -Wno-builtin-requires-header
108 COPTS.pthread.c += -Wno-stack-protector -Wno-format-nonliteral
109 COPTS.pthread_attr.c += -Wno-format-nonliteral
/netbsd-current/external/apache2/llvm/dist/clang/bindings/python/tests/cindex/
H A Dtest_cursor.py2 from clang.cindex import Config
10 from clang.cindex import AvailabilityKind
11 from clang.cindex import CursorKind
12 from clang.cindex import TemplateArgumentKind
13 from clang.cindex import TranslationUnit
14 from clang.cindex import TypeKind
427 self.fail("Couldn't find annotation for {}".format(kind))
567 # [c-index-test handles this by running the source through clang, emitting
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Format/
H A DFormat.h10 /// Various functions to configurably format source code.
17 #include "clang/Basic/LangOptions.h"
18 #include "clang/Tooling/Core/Replacement.h"
19 #include "clang/Tooling/Inclusions/IncludeStyle.h"
31 namespace clang { namespace
37 namespace format { namespace in namespace:clang
884 /// In the .clang-format configuration file, this can be configured like:
1793 /// clang-format wil
[all...]
/netbsd-current/external/mit/xorg/lib/libGL.old/
H A DMakefile232 CWARNFLAGS.clang+= -Wno-tautological-compare -Wno-format -Wno-constant-conversion \
/netbsd-current/external/mit/xorg/lib/libGL/
H A DMakefile242 CWARNFLAGS.clang+= -Wno-tautological-compare -Wno-format -Wno-constant-conversion \
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenTypes.cpp19 #include "clang/AST/ASTContext.h"
20 #include "clang/AST/DeclCXX.h"
21 #include "clang/AST/DeclObjC.h"
22 #include "clang/AST/Expr.h"
23 #include "clang/AST/RecordLayout.h"
24 #include "clang/CodeGen/CGFunctionInfo.h"
28 using namespace clang;
302 const llvm::fltSemantics &format,
304 if (&format == &llvm::APFloat::IEEEhalf()) {
310 if (&format
301 getTypeForFormat(llvm::LLVMContext &VMContext, const llvm::fltSemantics &format, bool UseNativeHalf = false) argument
[all...]

Completed in 189 milliseconds

1234567