Home
last modified time | relevance | path

Searched defs:Style (Results 1 – 25 of 61) sorted by relevance

123

/freebsd/sys/contrib/zstd/
H A DCONTRIBUTING.md392 ### C90
398 ### C++ direct compatibility : symbol mangling
403 ### Minimal Frugal
428 ### Naming
453 ### Qualifiers
464 ### Debugging
471 ### Code documentation
481 ### General layout
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DNativeFormatting.cpp57 IntegerStyle Style, bool IsNegative) { in write_unsigned_impl()
80 IntegerStyle Style, bool IsNegative = false) { in write_unsigned()
91 IntegerStyle Style) { in write_signed()
106 IntegerStyle Style) { in write_integer()
111 IntegerStyle Style) { in write_integer()
116 IntegerStyle Style) { in write_integer()
121 IntegerStyle Style) { in write_integer()
126 IntegerStyle Style) { in write_integer()
131 IntegerStyle Style) { in write_integer()
135 void llvm::write_hex(raw_ostream &S, uint64_t N, HexPrintStyle Style, in write_hex()
[all …]
H A DChrono.cpp54 format(const TimePoint<> & T,raw_ostream & OS,StringRef Style) format() argument
[all...]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFormatAdapters.h39 void format(llvm::raw_ostream &Stream, StringRef Style) override { in format()
53 void format(llvm::raw_ostream &Stream, StringRef Style) override { in format()
68 void format(llvm::raw_ostream &Stream, StringRef Style) override { in format()
81 void format(llvm::raw_ostream &Stream, StringRef Style) override { in format()
H A DFormatProviders.h94 static size_t consumeNumHexDigits(StringRef &Str, HexPrintStyle Style, in consumeNumHexDigits()
H A DPath.h27 enum class Style { enum
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1861 FormatStyle Style = getLLVMStyle(); in getWebKitStyle() local
1885 FormatStyle Style = getLLVMStyle(); in getGNUStyle() local
1900 FormatStyle Style = getLLVMStyle(Language); in getMicrosoftStyle() local
1929 FormatStyle Style = getLLVMStyle(); in getClangFormatStyle() local
1950 FormatStyle *Style) { in getPredefinedStyle()
1978 ParseError validateQualifierOrder(FormatStyle *Style) { in validateQualifierOrder()
2011 FormatStyle *Style, bool AllowUnknownOptions, in parseConfiguration()
2052 for (const FormatStyle &Style : llvm::reverse(Styles)) { in parseConfiguration() local
2076 std::string configurationAsText(const FormatStyle &Style) { in configurationAsText()
2098 FormatStyle Style = It->second; in Get() local
[all …]
H A DUnwrappedLineFormatter.h30 const FormatStyle &Style, in UnwrappedLineFormatter()
66 const FormatStyle &Style; variable
H A DUnwrappedLineFormatter.cpp46 LevelIndentTracker(const FormatStyle &Style, in LevelIndentTracker()
166 const FormatStyle &Style; member in clang::format::__anond596d1440111::LevelIndentTracker
213 LineJoiner(const FormatStyle &Style, const AdditionalKeywords &Keywords, in LineJoiner()
944 const FormatStyle &Style; member in clang::format::__anond596d1440111::LineJoiner
996 const FormatStyle &Style, in LineFormatter()
1093 const FormatStyle &Style; member in clang::format::__anond596d1440111::LineFormatter
1102 const FormatStyle &Style, in NoColumnLimitLineFormatter()
1129 WhitespaceManager *Whitespaces, const FormatStyle &Style, in NoLineBreakFormatter()
1153 const FormatStyle &Style, in OptimizingLineFormatter()
1464 const FormatStyle &Style) { in computeNewlines()
H A DDefinitionBlockSeparator.h26 DefinitionBlockSeparator(const Environment &Env, const FormatStyle &Style) in DefinitionBlockSeparator()
H A DBreakableToken.cpp43 const FormatStyle &Style) { in getLineCommentIndentPrefix()
70 encoding::Encoding Encoding, const FormatStyle &Style, in getCommentSplit()
270 encoding::Encoding Encoding, const FormatStyle &Style) in BreakableStringLiteral()
298 encoding::Encoding Encoding, const FormatStyle &Style) in BreakableStringLiteralUsingOperators()
412 const FormatStyle &Style) in BreakableComment()
483 encoding::Encoding Encoding, const FormatStyle &Style, bool UseCRLF) in BreakableBlockComment()
865 encoding::Encoding Encoding, const FormatStyle &Style) in BreakableLineCommentSection()
H A DTokenAnnotator.h215 TokenAnnotator(const FormatStyle &Style, const AdditionalKeywords &Keywords) in TokenAnnotator()
265 const FormatStyle &Style; variable
H A DBreakableToken.h237 encoding::Encoding Encoding, const FormatStyle &Style) in BreakableToken()
244 const FormatStyle &Style; variable
H A DTokenAnalyzer.h94 FormatStyle Style; variable
H A DContinuationIndenter.cpp34 static bool shouldIndentWrappedSelectorName(const FormatStyle &Style, in shouldIndentWrappedSelectorName()
133 const FormatStyle &Style) { in startsNextParameter()
150 const FormatStyle &Style) { in opensProtoMessageField()
188 getCanonicalRawStringDelimiter(const FormatStyle &Style, in getCanonicalRawStringDelimiter()
235 ContinuationIndenter::ContinuationIndenter(const FormatStyle &Style, in ContinuationIndenter()
1485 const FormatStyle &Style) { in hasNestedBlockInlined()
H A DFormatTokenLexer.h121 const FormatStyle &Style; variable
H A DWhitespaceManager.h37 WhitespaceManager(const SourceManager &SourceMgr, const FormatStyle &Style, in WhitespaceManager()
365 const FormatStyle &Style; variable
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DFormatUtil.cpp132 PUSH_CHARACTERISTIC_FLAG(Enum,TheOpt,Value,Style,Descriptive) global() argument
137 PUSH_MASKED_CHARACTERISTIC_FLAG(Enum,Mask,TheOpt,Value,Style,Descriptive) global() argument
148 formatSectionCharacteristics(uint32_t IndentLevel,uint32_t C,uint32_t FlagsPerLine,StringRef Separator,CharacteristicStyle Style) formatSectionCharacteristics() argument
[all...]
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp41 StringRef FileName, StringRef Code, const IncludeStyle &Style, in getOffsetAfterTokenSequence()
84 const IncludeStyle &Style) { in getOffsetAfterHeaderGuardsAndComments()
160 const IncludeStyle &Style) { in getMaxHeaderInsertionOffset()
191 IncludeCategoryManager::IncludeCategoryManager(const IncludeStyle &Style, in IncludeCategoryManager()
282 const IncludeStyle &Style) in HeaderIncludes()
/freebsd/
H A DCONTRIBUTING.md95 ## Style section in Contribution Guidelines for GitHub
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDIERef.cpp19 format(const DIERef & ref,raw_ostream & OS,StringRef Style) format() argument
/freebsd/contrib/googletest/
H A DCONTRIBUTING.md76 ## Style section in How to become a contributor and submit your own code
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DFormatters.cpp39 void GuidAdapter::format(raw_ostream &Stream, StringRef Style) { in format()
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Inclusions/
H A DHeaderIncludes.h42 const IncludeStyle Style; variable
/freebsd/contrib/llvm-project/llvm/tools/llvm-symbolizer/
H A Dllvm-symbolizer.cpp279 bool ShouldInline, OutputStyle Style, in executeCommand()
333 OutputStyle Style, StringRef InputString, in symbolizeInput()
540 auto Style = IsAddr2Line ? OutputStyle::GNU : OutputStyle::LLVM; in llvm_symbolizer_main() local

123