Home
last modified time | relevance | path

Searched refs:Indentation (Results 1 – 25 of 62) sorted by relevance

123

/external/capstone/contrib/sysz_update/
D0004-capstone-generate-GenDisassemblerTables.inc.patch49 - OS.indent(Indentation) << "MCD::OPC_ExtractField, " << Start << ", "
50 + OS.indent(Indentation)
64 - OS.indent(Indentation) << "MCD::OPC_FilterValue, ";
65 + OS.indent(Indentation)
79 - OS.indent(Indentation) << "MCD::OPC_CheckField, " << Start << ", "
80 + OS.indent(Indentation)
94 - OS.indent(Indentation) << "MCD::OPC_CheckPredicate, ";
95 + OS.indent(Indentation)
109 - OS.indent(Indentation) << "MCD::OPC_" << (IsTry ? "Try" : "")
110 + OS.indent(Indentation)
[all …]
/external/clang/lib/AST/
DDeclPrinter.cpp31 unsigned Indentation; member in __anon27fbddf60111::DeclPrinter
34 raw_ostream& Indent() { return Indent(Indentation); } in Indent()
35 raw_ostream& Indent(unsigned Indentation);
51 unsigned Indentation = 0, bool PrintInstantiation = false) in DeclPrinter() argument
52 : Out(Out), Policy(Policy), Indentation(Indentation), in DeclPrinter()
106 void Decl::print(raw_ostream &Out, unsigned Indentation, in print() argument
108 print(Out, getASTContext().getPrintingPolicy(), Indentation, PrintInstantiation); in print()
112 unsigned Indentation, bool PrintInstantiation) const { in print() argument
113 DeclPrinter Printer(Out, Policy, Indentation, PrintInstantiation); in print()
153 unsigned Indentation) { in printGroup() argument
[all …]
DTypePrinter.cpp84 unsigned Indentation; member in __anonaea328800111::TypePrinter
89 explicit TypePrinter(const PrintingPolicy &Policy, unsigned Indentation = 0) in TypePrinter() argument
90 : Policy(Policy), Indentation(Indentation), in TypePrinter()
943 D->print(OS, SubPolicy, Indentation); in printTag()
1658 const Twine &PlaceHolder, unsigned Indentation) { in print() argument
1662 TypePrinter(policy, Indentation).print(ty, qs, OS, PH); in print()
/external/llvm-project/clang/lib/AST/
DDeclPrinter.cpp32 unsigned Indentation; member in __anonbe4a21640111::DeclPrinter
35 raw_ostream& Indent() { return Indent(Indentation); } in Indent()
36 raw_ostream& Indent(unsigned Indentation);
54 const ASTContext &Context, unsigned Indentation = 0, in DeclPrinter() argument
56 : Out(Out), Policy(Policy), Context(Context), Indentation(Indentation), in DeclPrinter()
121 void Decl::print(raw_ostream &Out, unsigned Indentation, in print() argument
123 print(Out, getASTContext().getPrintingPolicy(), Indentation, PrintInstantiation); in print()
127 unsigned Indentation, bool PrintInstantiation) const { in print() argument
128 DeclPrinter Printer(Out, Policy, getASTContext(), Indentation, in print()
182 unsigned Indentation) { in printGroup() argument
[all …]
DTypePrinter.cpp103 unsigned Indentation; member in __anon44f16bee0111::TypePrinter
108 explicit TypePrinter(const PrintingPolicy &Policy, unsigned Indentation = 0) in TypePrinter() argument
109 : Policy(Policy), Indentation(Indentation) {} in TypePrinter()
1267 D->print(OS, SubPolicy, Indentation); in printTag()
1449 OwnedTagDecl->print(OS, SubPolicy, Indentation); in printElaboratedBefore()
2190 const Twine &PlaceHolder, unsigned Indentation) const { in print()
2192 Indentation); in print()
2197 const Twine &PlaceHolder, unsigned Indentation) { in print() argument
2201 TypePrinter(policy, Indentation).print(ty, qs, OS, PH); in print()
/external/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp100 unsigned Indentation, unsigned BitWidth,
104 unsigned Indentation) const;
107 unsigned Indentation) const;
428 bool emitPredicateMatch(raw_ostream &o, unsigned &Indentation,
447 void emitBinaryParser(raw_ostream &o, unsigned &Indentation,
451 void emitDecoder(raw_ostream &OS, unsigned Indentation, unsigned Opc,
693 unsigned Indentation, in emitTable() argument
696 OS.indent(Indentation) << "static const uint8_t DecoderTable" << Namespace in emitTable()
699 Indentation += 2; in emitTable()
719 OS.indent(Indentation) << "MCD::OPC_ExtractField, " << Start << ", " in emitTable()
[all …]
/external/clang/lib/StaticAnalyzer/Checkers/
DTraversalChecker.cpp79 unsigned Indentation = 0; in checkPreCall() local
82 ++Indentation; in checkPreCall()
87 llvm::outs().indent(Indentation); in checkPreCall()
96 unsigned Indentation = 0; in checkPostCall() local
99 ++Indentation; in checkPostCall()
104 llvm::outs().indent(Indentation); in checkPostCall()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DTraversalChecker.cpp83 unsigned Indentation = 0; in checkPreCall() local
86 ++Indentation; in checkPreCall()
91 llvm::outs().indent(Indentation); in checkPreCall()
100 unsigned Indentation = 0; in checkPostCall() local
103 ++Indentation; in checkPostCall()
108 llvm::outs().indent(Indentation); in checkPostCall()
/external/llvm-project/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp144 unsigned Indentation, unsigned BitWidth,
148 unsigned Indentation) const;
151 unsigned Indentation) const;
485 bool emitPredicateMatch(raw_ostream &o, unsigned &Indentation,
504 void emitBinaryParser(raw_ostream &o, unsigned &Indentation,
508 void emitDecoder(raw_ostream &OS, unsigned Indentation, unsigned Opc,
751 unsigned Indentation, in emitTable() argument
754 OS.indent(Indentation) << "static const uint8_t DecoderTable" << Namespace in emitTable()
757 Indentation += 2; in emitTable()
777 OS.indent(Indentation) << "MCD::OPC_ExtractField, " << Start << ", " in emitTable()
[all …]
/external/nist-sip/java/gov/nist/javax/sip/header/
DIndentation.java37 class Indentation { class
44 protected Indentation() { in Indentation() method in Indentation
54 protected Indentation(int initval) { in Indentation() method in Indentation
/external/arm-trusted-firmware/
D.editorconfig29 # [LCS] Chapter 1: Indentation
33 # [LCS] Chapter 1: Indentation
46 # [LCS] Chapter 1: Indentation
50 # [LCS] Chapter 1: Indentation
65 # [PEP8] Indentation
/external/llvm-project/clang-tools-extra/clangd/
DFormat.cpp134 StringRef Indentation = lastLine(Code.take_front(Cursor)); in getIncrementalChangesAfterNewline() local
135 if (Indentation.data() == Code.data()) { in getIncrementalChangesAfterNewline()
140 lastLine(Code.take_front(Indentation.data() - Code.data() - 1)); in getIncrementalChangesAfterNewline()
152 bool NewLineIsComment = !commentMarker(Indentation).empty(); in getIncrementalChangesAfterNewline()
164 Result.Changes.add(replacement(Code, Indentation, IndentAndComment))); in getIncrementalChangesAfterNewline()
168 cantFail(Result.Changes.add(replacement(Code, Indentation, ""))); in getIncrementalChangesAfterNewline()
/external/clang/include/clang/AST/
DPrettyPrinter.h41 : Indentation(2), SuppressSpecifiers(false), in PrintingPolicy()
66 unsigned Indentation : 8; member
/external/llvm-project/clang/include/clang/AST/
DPrettyPrinter.h52 : Indentation(2), SuppressSpecifiers(false), in PrintingPolicy()
80 unsigned Indentation : 8; member
/external/clang/lib/Frontend/
DASTConsumers.cpp193 void PrintDeclContext(const DeclContext* DC, unsigned Indentation);
198 unsigned Indentation) { in PrintDeclContext() argument
379 for (unsigned i = 0; i < Indentation; ++i) in PrintDeclContext()
403 PrintDeclContext(DC, Indentation+2); in PrintDeclContext()
DTextDiagnostic.cpp617 unsigned Indentation = WordWrapIndentation) { in printWordWrapped() argument
623 IndentStr.assign(Indentation, ' '); in printWordWrapped()
652 OS.write(&IndentStr[0], Indentation); in printWordWrapped()
655 Column = Indentation + WordLength; in printWordWrapped()
/external/llvm-project/clang/lib/Format/
DWhitespaceManager.cpp948 unsigned Indentation = IndentLevel * Style.IndentWidth; in appendIndentText() local
949 Spaces = appendTabIndent(Text, Spaces, Indentation); in appendIndentText()
960 unsigned Indentation = in appendIndentText() local
962 Spaces = appendTabIndent(Text, Spaces, Indentation); in appendIndentText()
970 unsigned Indentation) { in appendTabIndent() argument
973 if (Indentation > Spaces) in appendTabIndent()
974 Indentation = Spaces; in appendTabIndent()
976 unsigned Tabs = Indentation / Style.TabWidth; in appendTabIndent()
DWhitespaceManager.h223 unsigned Indentation);
/external/snakeyaml/src/test/resources/pyyaml/
Dspec-09-18.data3 - >1 # Indentation indicator
/external/llvm-project/llvm/test/YAMLParser/
Dspec-09-18.test9 - >1 # Indentation indicator
/external/llvm/test/YAMLParser/
Dspec-09-18.test9 - >1 # Indentation indicator
/external/clang/lib/Format/
DWhitespaceManager.cpp550 unsigned Indentation = IndentLevel * Style.IndentWidth; in appendIndentText() local
553 if (Indentation > Spaces) in appendIndentText()
554 Indentation = Spaces; in appendIndentText()
555 unsigned Tabs = Indentation / Style.TabWidth; in appendIndentText()
/external/llvm-project/clang-tools-extra/clangd/unittests/
DFormatTests.cpp145 TEST(FormatIncremental, Indentation) { in TEST() argument
/external/llvm-project/clang/lib/Sema/
DSemaAvailability.cpp828 StringRef Indentation = Lexer::getIndentationForLine(IfInsertionLoc, SM); in DiagnoseDeclAvailability() local
838 << Indentation << ExtraIndentation; in DiagnoseDeclAvailability()
848 << Indentation << "} else {\n" in DiagnoseDeclAvailability()
849 << Indentation << ExtraIndentation in DiagnoseDeclAvailability()
851 << Indentation << "}"; in DiagnoseDeclAvailability()
/external/python/cpython2/Lib/test/
Dtokenize_tests.txt128 # Indentation

123