Home
last modified time | relevance | path

Searched refs:Indent (Results 1 – 25 of 265) sorted by relevance

1234567891011

/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DStringMatcher.cpp52 std::string Indent(IndentCount * 2 + 4, ' '); in EmitStringMatcherForChar() local
64 OS << Indent << Split.first << "\t // \"" << Matches[0]->first << "\"\n"; in EmitStringMatcherForChar()
69 OS << Indent << Split.first << "\n"; in EmitStringMatcherForChar()
92 OS << Indent << "if (" << StrVariableName << "[" << CharNo << "] != '" in EmitStringMatcherForChar()
94 OS << Indent << " break;\n"; in EmitStringMatcherForChar()
98 OS << Indent << "if (memcmp(" << StrVariableName << ".data()+" << CharNo in EmitStringMatcherForChar()
101 OS << Indent << " break;\n"; in EmitStringMatcherForChar()
110 OS << Indent << "switch (" << StrVariableName << "[" << CharNo << "]) {\n"; in EmitStringMatcherForChar()
111 OS << Indent << "default: break;\n"; in EmitStringMatcherForChar()
115 OS << Indent << "case '" << LI.first << "':\t // " << LI.second.size() in EmitStringMatcherForChar()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeUDT.cpp37 void NativeTypeUDT::dump(raw_ostream &OS, int Indent, in dump() argument
41 NativeRawSymbol::dump(OS, Indent, ShowIdFields, RecurseIdFields); in dump()
43 dumpSymbolField(OS, "name", getName(), Indent); in dump()
44 dumpSymbolIdField(OS, "lexicalParentId", 0, Indent, Session, in dump()
48 dumpSymbolIdField(OS, "unmodifiedTypeId", getUnmodifiedTypeId(), Indent, in dump()
53 Indent); in dump()
54 dumpSymbolField(OS, "length", getLength(), Indent); in dump()
55 dumpSymbolField(OS, "udtKind", getUdtKind(), Indent); in dump()
56 dumpSymbolField(OS, "constructor", hasConstructor(), Indent); in dump()
57 dumpSymbolField(OS, "constType", isConstType(), Indent); in dump()
[all …]
H A DNativeTypePointer.cpp34 void NativeTypePointer::dump(raw_ostream &OS, int Indent, in dump() argument
37 NativeRawSymbol::dump(OS, Indent, ShowIdFields, RecurseIdFields); in dump()
40 dumpSymbolIdField(OS, "classParentId", getClassParentId(), Indent, Session, in dump()
44 dumpSymbolIdField(OS, "lexicalParentId", 0, Indent, Session, in dump()
47 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session, in dump()
49 dumpSymbolField(OS, "length", getLength(), Indent); in dump()
50 dumpSymbolField(OS, "constType", isConstType(), Indent); in dump()
51 dumpSymbolField(OS, "isPointerToDataMember", isPointerToDataMember(), Indent); in dump()
53 Indent); in dump()
54 dumpSymbolField(OS, "RValueReference", isRValueReference(), Indent); in dump()
[all …]
H A DNativeTypeEnum.cpp128 void NativeTypeEnum::dump(raw_ostream &OS, int Indent, in dump() argument
131 NativeRawSymbol::dump(OS, Indent, ShowIdFields, RecurseIdFields); in dump()
134 Indent); in dump()
135 dumpSymbolIdField(OS, "lexicalParentId", 0, Indent, Session, in dump()
138 dumpSymbolField(OS, "name", getName(), Indent); in dump()
139 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session, in dump()
142 dumpSymbolIdField(OS, "unmodifiedTypeId", getUnmodifiedTypeId(), Indent, in dump()
145 dumpSymbolField(OS, "length", getLength(), Indent); in dump()
146 dumpSymbolField(OS, "constructor", hasConstructor(), Indent); in dump()
147 dumpSymbolField(OS, "constType", isConstType(), Indent); in dump()
[all …]
H A DNativeTypeFunctionSig.cpp33 void dump(raw_ostream &OS, int Indent, PdbSymbolIdField ShowIdFields, in dump() argument
35 NativeRawSymbol::dump(OS, Indent, ShowIdFields, RecurseIdFields); in dump()
37 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session, in dump()
108 void NativeTypeFunctionSig::dump(raw_ostream &OS, int Indent, in dump() argument
112 NativeRawSymbol::dump(OS, Indent, ShowIdFields, RecurseIdFields); in dump()
114 dumpSymbolIdField(OS, "lexicalParentId", 0, Indent, Session, in dump()
118 dumpSymbolField(OS, "callingConvention", getCallingConvention(), Indent); in dump()
119 dumpSymbolField(OS, "count", getCount(), Indent); in dump()
120 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session, in dump()
123 dumpSymbolField(OS, "thisAdjust", getThisAdjust(), Indent); in dump()
[all …]
H A DNativeTypeArray.cpp26 void NativeTypeArray::dump(raw_ostream &OS, int Indent, in dump() argument
29 NativeRawSymbol::dump(OS, Indent, ShowIdFields, RecurseIdFields); in dump()
31 dumpSymbolField(OS, "arrayIndexTypeId", getArrayIndexTypeId(), Indent); in dump()
32 dumpSymbolIdField(OS, "elementTypeId", getTypeId(), Indent, Session, in dump()
35 dumpSymbolIdField(OS, "lexicalParentId", 0, Indent, Session, in dump()
38 dumpSymbolField(OS, "length", getLength(), Indent); in dump()
39 dumpSymbolField(OS, "count", getCount(), Indent); in dump()
40 dumpSymbolField(OS, "constType", isConstType(), Indent); in dump()
41 dumpSymbolField(OS, "unalignedType", isUnalignedType(), Indent); in dump()
42 dumpSymbolField(OS, "volatileType", isVolatileType(), Indent); in dump()
H A DNativeSymbolEnumerator.cpp27 void NativeSymbolEnumerator::dump(raw_ostream &OS, int Indent, in dump() argument
30 NativeRawSymbol::dump(OS, Indent, ShowIdFields, RecurseIdFields); in dump()
31 dumpSymbolIdField(OS, "classParentId", getClassParentId(), Indent, Session, in dump()
34 dumpSymbolIdField(OS, "lexicalParentId", getLexicalParentId(), Indent, in dump()
37 dumpSymbolField(OS, "name", getName(), Indent); in dump()
38 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session, in dump()
40 dumpSymbolField(OS, "dataKind", getDataKind(), Indent); in dump()
41 dumpSymbolField(OS, "locationType", getLocationType(), Indent); in dump()
42 dumpSymbolField(OS, "constType", isConstType(), Indent); in dump()
43 dumpSymbolField(OS, "unalignedType", isUnalignedType(), Indent); in dump()
[all …]
H A DNativeTypeVTShape.cpp15 void NativeTypeVTShape::dump(raw_ostream &OS, int Indent, in dump() argument
18 NativeRawSymbol::dump(OS, Indent, ShowIdFields, RecurseIdFields); in dump()
20 dumpSymbolIdField(OS, "lexicalParentId", 0, Indent, Session, in dump()
23 dumpSymbolField(OS, "count", getCount(), Indent); in dump()
24 dumpSymbolField(OS, "constType", isConstType(), Indent); in dump()
25 dumpSymbolField(OS, "unalignedType", isUnalignedType(), Indent); in dump()
26 dumpSymbolField(OS, "volatileType", isVolatileType(), Indent); in dump()
H A DNativeCompilandSymbol.cpp26 void NativeCompilandSymbol::dump(raw_ostream &OS, int Indent, in dump() argument
29 NativeRawSymbol::dump(OS, Indent, ShowIdFields, RecurseIdFields); in dump()
31 dumpSymbolIdField(OS, "lexicalParentId", 0, Indent, Session, in dump()
34 dumpSymbolField(OS, "libraryName", getLibraryName(), Indent); in dump()
35 dumpSymbolField(OS, "name", getName(), Indent); in dump()
37 Indent); in dump()
H A DNativePublicSymbol.cpp25 void NativePublicSymbol::dump(raw_ostream &OS, int Indent, in dump() argument
28 NativeRawSymbol::dump(OS, Indent, ShowIdFields, RecurseIdFields); in dump()
29 dumpSymbolField(OS, "name", getName(), Indent); in dump()
30 dumpSymbolField(OS, "offset", getAddressOffset(), Indent); in dump()
31 dumpSymbolField(OS, "section", getAddressSection(), Indent); in dump()
H A DNativeFunctionSymbol.cpp30 void NativeFunctionSymbol::dump(raw_ostream &OS, int Indent, in dump() argument
33 NativeRawSymbol::dump(OS, Indent, ShowIdFields, RecurseIdFields); in dump()
34 dumpSymbolField(OS, "name", getName(), Indent); in dump()
35 dumpSymbolField(OS, "length", getLength(), Indent); in dump()
36 dumpSymbolField(OS, "offset", getAddressOffset(), Indent); in dump()
37 dumpSymbolField(OS, "section", getAddressSection(), Indent); in dump()
H A DNativeTypeTypedef.cpp14 void NativeTypeTypedef::dump(raw_ostream &OS, int Indent, in dump() argument
17 NativeRawSymbol::dump(OS, Indent, ShowIdFields, RecurseIdFields); in dump()
18 dumpSymbolField(OS, "name", getName(), Indent); in dump()
19 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session, in dump()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp183 Indent(o, indent) << "<key>ranges</key>\n"; in EmitRanges()
184 Indent(o, indent) << "<array>\n"; in EmitRanges()
195 Indent(o, indent) << "</array>\n"; in EmitRanges()
202 Indent(o, indent) << "<key>extended_message</key>\n"; in EmitMessage()
203 Indent(o, indent); in EmitMessage()
208 Indent(o, indent) << "<key>message</key>\n"; in EmitMessage()
209 Indent(o, indent); in EmitMessage()
221 Indent(o, indent) << "<key>fixits</key>\n"; in EmitFixits()
222 Indent(o, indent) << "<array>\n"; in EmitFixits()
228 Indent(o, indent) << " <dict>\n"; in EmitFixits()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtPrinter.cpp87 Indent(); in PrintStmt()
93 Indent() << "<<<NULL STATEMENT>>>" << NL; in PrintStmt()
138 raw_ostream &Indent(int Delta = 0) { in Indent() function in __anonb8d8be080111::StmtPrinter
151 Indent() << "<<unknown stmt type>>" << NL; in VisitStmt()
179 Indent() << "}"; in PrintRawCompoundStmt()
192 Indent() << ";" << NL; in VisitNullStmt()
196 Indent(); in VisitDeclStmt()
202 Indent(); in VisitCompoundStmt()
208 Indent(-1) << "case "; in VisitCaseStmt()
220 Indent(-1) << "default:" << NL; in VisitDefaultStmt()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.cpp69 OS << Indent << "{\n" in print()
70 << Indent << " Triple = \"" << JTMB.TT.str() << "\"\n" in print()
71 << Indent << " CPU = \"" << JTMB.CPU << "\"\n" in print()
72 << Indent << " Features = \"" << JTMB.Features.getString() << "\"\n" in print()
73 << Indent << " Options = <not-printable>\n" in print()
74 << Indent << " Relocation Model = "; in print()
101 << Indent << " Code Model = "; in print()
125 << Indent << " Optimization Level = "; in print()
141 OS << "\n" << Indent << "}\n"; in print()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp400 void VPBasicBlock::print(raw_ostream &O, const Twine &Indent, in print() argument
402 O << Indent << getName() << ":\n"; in print()
404 O << Indent << "BlockPredicate:"; in print()
411 auto RecipeIndent = Indent + " "; in print()
418 O << Indent << "No successors\n"; in print()
420 O << Indent << "Successor(s): "; in print()
428 O << Indent << "CondBit: "; in print()
494 void VPRegionBlock::print(raw_ostream &O, const Twine &Indent, in print() argument
496 O << Indent << (isReplicator() ? "<xVFxUF> " : "<x1> ") << getName() << ": {"; in print()
497 auto NewIndent = Indent + " "; in print()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/yaml-bench/
H A DYAMLBench.cpp85 , unsigned Indent = 0 in dumpNode() argument
90 outs() << indent(Indent); in dumpNode()
102 ++Indent; in dumpNode()
105 dumpNode(i, Indent); in dumpNode()
108 --Indent; in dumpNode()
109 outs() << indent(Indent) << "]"; in dumpNode()
112 ++Indent; in dumpNode()
115 outs() << indent(Indent) << "? "; in dumpNode()
116 dumpNode(i->getKey(), Indent, true); in dumpNode()
118 outs() << indent(Indent) << ": "; in dumpNode()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp364 P.Indent(); in visitSymbolBegin()
370 AutoIndent Indent(P, 7); in visitSymbolEnd() local
400 AutoIndent Indent(P, 7); in visitKnownRecord() local
409 AutoIndent Indent(P, 7); in visitKnownRecord() local
421 AutoIndent Indent(P, 7); in visitKnownRecord() local
433 AutoIndent Indent(P, 7); in visitKnownRecord() local
447 AutoIndent Indent(P, 7); in visitKnownRecord() local
461 AutoIndent Indent(P, 7); in visitKnownRecord() local
474 AutoIndent Indent(P, 7); in visitKnownRecord() local
482 AutoIndent Indent(P, 7); in visitKnownRecord() local
[all …]
H A DBytesOutputStyle.cpp199 AutoIndent Indent(P); in dumpNameMap() local
210 AutoIndent Indent(P); in dumpBlockRanges() local
229 AutoIndent Indent(P); in dumpSectionContributions() local
240 AutoIndent Indent(P); in dumpSectionMap() local
251 AutoIndent Indent(P); in dumpModuleInfos() local
262 AutoIndent Indent(P); in dumpFileInfo() local
273 AutoIndent Indent(P); in dumpTypeServerMap() local
284 AutoIndent Indent(P); in dumpECData() local
303 AutoIndent Indent(P); in dumpTypeIndex() local
356 AutoIndent Indent(P); in iterateModules() local
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DModule.cpp433 void Module::print(raw_ostream &OS, unsigned Indent, bool Dump) const { in print() argument
434 OS.indent(Indent); in print()
443 OS.indent(Indent + 2); in print()
453 OS.indent(Indent + 2); in print()
466 OS.indent(Indent + 2); in print()
471 OS.indent(Indent + 2); in print()
478 OS.indent(Indent + 2); in print()
502 OS.indent(Indent + 2); in print()
511 OS.indent(Indent + 2); in print()
528 OS.indent(Indent + 2); in print()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DPlistSupport.h56 inline raw_ostream &Indent(raw_ostream &o, const unsigned indent) { in Indent() function
113 Indent(o, indent) << "<dict>\n"; in EmitLocation()
114 Indent(o, indent) << " <key>line</key>"; in EmitLocation()
116 Indent(o, indent) << " <key>col</key>"; in EmitLocation()
118 Indent(o, indent) << " <key>file</key>"; in EmitLocation()
120 Indent(o, indent) << "</dict>\n"; in EmitLocation()
128 Indent(o, indent) << "<array>\n"; in EmitRange()
135 Indent(o, indent) << "</array>\n"; in EmitRange()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp60 unsigned AddressSize, unsigned Indent, in dumpRanges() argument
67 OS.indent(Indent); in dumpRanges()
73 DWARFUnit *U, unsigned Indent, in dumpLocation() argument
100 Indent); in dumpLocation()
233 const DWARFAttribute &AttrValue, unsigned Indent, in dumpAttribute() argument
239 OS.indent(Indent + 2); in dumpAttribute()
294 dumpLocation(OS, FormValue, U, sizeof(BaseIndent) + Indent + 4, DumpOpts); in dumpAttribute()
328 sizeof(BaseIndent) + Indent + 4, DumpOpts); in dumpAttribute()
593 static unsigned dumpParentChain(DWARFDie Die, raw_ostream &OS, unsigned Indent, in dumpParentChain() argument
596 return Indent; in dumpParentChain()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DGICombinerEmitter.cpp619 StringRef Indent) const;
722 StringRef Indent) const { in generateCodeForTree()
724 Tree.getPartitioner()->generatePartitionSelectorCode(OS, Indent); in generateCodeForTree()
726 OS << Indent << "if (Partition == " << EnumChildren.index() << " /* " in generateCodeForTree()
728 generateCodeForTree(OS, EnumChildren.value(), (Indent + " ").str()); in generateCodeForTree()
729 OS << Indent << "}\n"; in generateCodeForTree()
736 OS << Indent << "// Leaf name: " << Leaf.getName() << "\n"; in generateCodeForTree()
741 OS << Indent << "// Rule: " << RuleDef.getName() << "\n" in generateCodeForTree()
742 << Indent << "if (!RuleConfig->isRuleDisabled(" << Rule->getID() in generateCodeForTree()
765 OS << Indent << " if (1\n"; in generateCodeForTree()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DContinuationIndenter.h202 ParenState(const FormatToken *Tok, unsigned Indent, unsigned LastSpace, in ParenState()
204 : Tok(Tok), Indent(Indent), LastSpace(LastSpace), in ParenState()
205 NestedBlockIndent(Indent), IsAligned(false), in ParenState()
225 unsigned Indent; member
353 if (Indent != Other.Indent)
354 return Indent < Other.Indent;
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/
H A DCodeExpander.h37 StringRef Indent; variable
42 StringRef Indent = " ")
44 ShowExpansions(ShowExpansions), Indent(Indent) {} in Code()

1234567891011