Searched refs:Indent (Results 126 - 137 of 137) sorted by relevance

123456

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DCommandLine.cpp1727 void Option::printHelpStr(StringRef HelpStr, size_t Indent, argument
1729 assert(Indent >= FirstLineIndentedBy);
1731 outs().indent(Indent - FirstLineIndentedBy)
1735 outs().indent(Indent) << Split.first << "\n";
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp453 DIE.dump(outs(), 8 /* Indent */, DumpOpts);
480 DIE.dump(outs(), 8 /* Indent */, DumpOpts);
1995 unsigned Indent, bool Quiet) {
2014 outs().indent(Indent);
2041 IsLittleEndian, Indent + 2, Quiet)) {
2052 bool IsLittleEndian, unsigned Indent, bool Quiet) {
2078 Indent, Quiet)) {
2119 outs().indent(Indent);
1989 registerModuleReference(DWARFDie CUDie, const DWARFUnit &Unit, const DWARFFile &File, OffsetsStringPool &StringPool, DeclContextTree &ODRContexts, uint64_t ModulesEndOffset, unsigned &UnitID, bool IsLittleEndian, unsigned Indent, bool Quiet) argument
2048 loadClangModule( DWARFDie CUDie, StringRef Filename, StringRef ModuleName, uint64_t DwoId, const DWARFFile &File, OffsetsStringPool &StringPool, DeclContextTree &ODRContexts, uint64_t ModulesEndOffset, unsigned &UnitID, bool IsLittleEndian, unsigned Indent, bool Quiet) argument
/netbsd-current/external/apache2/mDNSResponder/dist/Clients/
H A Ddnssdutil.c3736 #define Indent( X ) ( (X) * 4 ), "" macro
3758 if( desc ) FPrintF( stdout, "%*s" "%s (%s)\n\n", Indent( 1 ), desc, type->name );
3759 else FPrintF( stdout, "%*s" "%s\n\n", Indent( 1 ), type->name );
3767 FPrintF( stdout, "%*s" "%s via ", Indent( 2 ), instance->name );
3768 FPrintF( stdout, "%*s" "%s via ", Indent( 2 ), instance->name );
3794 FPrintF( stdout, "%*s" "%-51s %4llu ms\n", Indent( 3 ), buffer,
3799 FPrintF( stdout, "%*s" "%s:%u\n", Indent( 3 ), instance->hostname, instance->port );
3812 FPrintF( stdout, "%*s" "%-##47a %4llu ms (", Indent( 4 ),
3842 FPrintF( stdout, "%*s" "TXT record:\n", Indent( 3 ) );
3849 FPrintF( stdout, "%*s" "%#H\n", Indent(
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp2406 Indent(Out, Space, IsDot) << "\"constraints\": ";
2426 Indent(Out, Space, IsDot)
2435 Indent(Out, Space, IsDot) << "]," << NL;
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DCommandLine.h377 // This maintains the Indent for multi-line descriptions.
380 static void printHelpStr(StringRef HelpStr, size_t Indent,
385 // This maintains the Indent for multi-line descriptions.
388 static void printEnumValHelpStr(StringRef HelpStr, size_t Indent,
H A DJSON.h990 unsigned Indent = 0; member in class:llvm::json::OStream
/netbsd-current/sys/external/bsd/gnu-efi/dist/inc/
H A Defilib.h668 IN UINTN Indent,
/netbsd-current/external/apache2/llvm/dist/clang/lib/Driver/
H A DDriver.cpp1954 Twine Indent = {}, int Kind = TopLevelAction) {
1965 Twine SibIndent = Indent + getSibIndent(Kind);
2031 llvm::errs() << Indent + getSelfIndent(Kind) << Id << ": " << os.str() << ", "
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp1277 PrintPassOpts.Indent = DebugPassStructure;
/netbsd-current/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp2716 unsigned Indent = 0,
2786 StringMatcher("Mnemonic", Cases, OS).Emit(Indent);
2810 emitMnemonicAliasVariant(OS, Info, Aliases, /*Indent=*/2,
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp9361 void VPInterleaveRecipe::print(raw_ostream &O, const Twine &Indent,
9363 O << Indent << "INTERLEAVE-GROUP with factor " << IG->getFactor() << " at ";
9374 O << "\n" << Indent << " " << VPlanIngredient(I) << " " << i;
H A DSLPVectorizer.cpp1519 const unsigned Indent = 2; local
1524 OS.indent(Indent) << "{";

Completed in 414 milliseconds

123456