| /src/external/apache2/llvm/dist/clang/lib/Format/ |
| FormatInternal.h | 1 //===--- FormatInternal.h - Format C++ code ---------------------*- C++ -*-===// 10 /// This file declares Format APIs to be used internally by the 22 namespace format { namespace in namespace:clang 78 } // namespace format
|
| SortJavaScriptImports.h | 18 #include "clang/Format/Format.h" 23 namespace format { namespace in namespace:clang 32 } // end namespace format
|
| NamespaceEndCommentsFixer.h | 21 namespace format { namespace in namespace:clang 43 } // end namespace format
|
| UsingDeclarationsSorter.h | 21 namespace format { namespace in namespace:clang 33 } // end namespace format
|
| AffectedRangeManager.h | 1 //===--- AffectedRangeManager.h - Format C++ code ---------------*- C++ -*-===// 20 namespace format { namespace in namespace:clang 62 } // namespace format
|
| Macros.h | 1 //===--- MacroExpander.h - Format C++ code ----------------------*- C++ -*-===// 12 /// clang-format. 14 /// In order to not violate the requirement that clang-format can format files 15 /// in isolation, clang-format's macro support uses expansions users provide 16 /// as part of clang-format's style configuration. 22 /// As part of parsing, clang-format uses the MacroExpander to expand the 30 /// When formatting, clang-format formats the expanded unwrapped lines first, 58 namespace format { namespace in namespace:clang 119 /// Returns the expanded stream of format tokens for \p ID, wher [all...] |
| UnwrappedLineFormatter.h | 1 //===--- UnwrappedLineFormatter.h - Format C++ code -------------*- C++ -*-===// 19 #include "clang/Format/Format.h" 23 namespace format { namespace in namespace:clang 39 /// Format the current block and return the penalty. 40 unsigned format(const SmallVectorImpl<AnnotatedLine *> &Lines, 72 } // end namespace format
|
| /src/external/apache2/llvm/dist/clang/tools/clang-format/ |
| clang-format.el | 1 ;;; clang-format.el --- Format code using clang-format -*- lexical-binding: t; -*- 9 ;; This package allows to filter code through clang-format to fix its formatting. 10 ;; clang-format is a tool that formats C/C++/Obj-C code according to a set of 12 ;; Note that clang-format 3.4 or newer is required. 14 ;; clang-format.el is available via MELPA and can be installed via 16 ;; M-x package-install clang-format 22 ;; (require 'clang-format) 26 ;; You may also want to bind `clang-format-region' to a key [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/ |
| Formatters.h | 26 static void format(const pdb::PdbRaw_ImplVer &V, llvm::raw_ostream &Stream, function in struct:llvm::format_provider
|
| /src/external/bsd/openpam/dist/lib/libpam/ |
| openpam_log.c | 107 char *format; local 131 if (asprintf(&format, "in %s(): %s", func, fmt) > 0) { 133 vsyslog(priority, format, ap); 134 FREE(format); 175 * The remaining arguments are a =printf format string and the
|
| /src/external/mit/xorg/lib/ |
| driver.mk | 8 .PATH: ${X11SRCDIR.Mesa}/src/util/format 9 .PATH: ${X11SRCDIR.Mesa}/../src/util/format 71 SRCS.format= \ 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}
|
| /src/external/mpl/bind/dist/lib/dns/rdata/in_1/ |
| atma_34.h | 24 unsigned char format; member in struct:dns_rdata_in_atma
|
| /src/sys/arch/m68k/fpe/ |
| fpu_fstore.c | 51 int format; local 61 format = (word1 >> 10) & 7; 64 if (format == FTYPE_DBL) { 66 } else if (format == FTYPE_SNG || format == FTYPE_LNG) { 68 } else if (format == FTYPE_WRD) { 70 format = FTYPE_LNG; 71 } else if (format == FTYPE_BYT) { 73 format = FTYPE_LNG; 74 } else if (format == FTYPE_EXT) [all...] |
| /src/sys/external/bsd/drm2/dist/drm/qxl/ |
| qxl_dumb.c | 45 uint32_t pitch, format; local 53 format = SPICE_SURFACE_FMT_16_565; 56 format = SPICE_SURFACE_FMT_32_xRGB; 65 surf.format = format;
|
| /src/external/apache2/llvm/dist/clang/lib/Tooling/ |
| NodeIntrospection.cpp | 35 std::string LocationCallFormatterCpp::format(const LocationCall &Call) { function in class:clang::tooling::LocationCallFormatterCpp
|
| /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
| Formatters.cpp | 26 void GuidAdapter::format(raw_ostream &Stream, StringRef Style) { function in class:GuidAdapter 46 A.format(OS, "");
|
| /src/external/bsd/kyua-cli/dist/utils/format/ |
| exceptions.hpp | 29 /// \file utils/format/exceptions.hpp 30 /// Exception types raised by the format module. 39 namespace format { namespace in namespace:utils 42 /// Base exception for format errors. 50 /// Error denoting a bad format string. 52 /// The format string that caused the error. 59 const std::string& format(void) const; 63 /// Error denoting too many arguments for the format string. 65 /// The format string that was passed too many arguments. 75 const std::string& format(void) const [all...] |
| formatter.hpp | 29 /// \file utils/format/formatter.hpp 30 /// Provides the definition of the utils::format::formatter class. 32 /// The utils::format::formatter class is a poor man's replacement for the 33 /// Boost.Format library, as it is much simpler and has less dependencies. 36 /// with printf(3) nor with Boost.Format. The general syntax for a 43 /// in, not based on what the format string says. Also, note that the only 53 namespace format { namespace in namespace:utils 56 /// Mechanism to format strings similar to printf. 58 /// A formatter always maintains the original format string but also holds a 63 /// In general, one can format a string in the following manner [all...] |
| /src/external/gpl2/groff/dist/src/roff/troff/ |
| reg.h | 45 char format; member in class:general_reg
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/rdata/in_1/ |
| atma_34.h | 25 unsigned char format; member in struct:dns_rdata_in_atma
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/ |
| nouveau_nv50_fbcon.c | 161 int ret, format; local 165 format = 0xf3; 168 format = 0xf8; 171 format = 0xe8; 177 format = 0xe6; 180 format = 0xd1; 222 OUT_RING(chan, format); 227 OUT_RING(chan, format); 242 OUT_RING(chan, format); 251 OUT_RING(chan, format); [all...] |
| nouveau_nvc0_fbcon.c | 161 int ret, format; local 170 format = 0xf3; 173 format = 0xf8; 176 format = 0xe8; 182 format = 0xe6; 185 format = 0xd1; 219 OUT_RING (chan, format); 225 OUT_RING (chan, format); 240 OUT_RING (chan, format); 251 OUT_RING (chan, format); [all...] |
| /src/tests/usr.bin/indent/ |
| indent_off_on.c | 127 int format( void ) {{{ function 135 int format( void ) {{{ function
|
| /src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| strpftime-test.c | 46 const char *format; member in struct:testcase::__anon941 242 for (j = 0; tests[i].vals[j].format != NULL; ++j) { 248 len = strftime (buf, sizeof(buf), tests[i].vals[j].format, tm); 251 tests[i].vals[j].format, (unsigned long)len, 258 tests[i].vals[j].format, buf, 265 tests[i].vals[j].format, 271 tests[i].vals[j].format); 274 strftime (buf, sizeof(buf), tests[i].vals[j].format, &tm2); 277 tests[i].vals[j].format,
|
| /src/external/apache2/llvm/dist/clang/tools/clang-rename/ |
| clang-rename.el | 36 (format "-offset=%d" 47 (format "-new-name=%s" new-name) 55 (let ((message (clang-rename--format-message 72 ;; ‘format-message’ is new in Emacs 25.1. Provide a fallback for older 74 (defalias 'clang-rename--format-message 75 (if (fboundp 'format-message) 'format-message 'format))
|