Home
last modified time | relevance | path

Searched defs:NumSpaces (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DDebugCounter.cpp38 size_t NumSpaces = GlobalWidth - Info.first.size() - 8; in printOptionInfo() local
DCommandLine.cpp1648 size_t NumSpaces = GlobalWidth - getOption(i).size() - 8; in printOptionInfo() local
1681 size_t NumSpaces = MaxOptWidth > L ? MaxOptWidth - L : 0; in printGenericOptionDiff() local
1731 size_t NumSpaces = MaxOptWidth > V.size() ? MaxOptWidth - V.size() : 0; in PRINT_OPT_DIFF() local
Draw_ostream.cpp477 raw_ostream &raw_ostream::indent(unsigned NumSpaces) { in indent()
/external/swiftshader/third_party/LLVM/lib/Support/
DCommandLine.cpp1091 size_t NumSpaces = GlobalWidth-strlen(getOption(i))-8; in printOptionInfo() local
1125 size_t NumSpaces = MaxOptWidth > L ? MaxOptWidth - L : 0; in printGenericOptionDiff() local
1175 size_t NumSpaces = MaxOptWidth > V.size() ? MaxOptWidth - V.size() : 0; in PRINT_OPT_DIFF() local
Draw_ostream.cpp384 raw_ostream &raw_ostream::indent(unsigned NumSpaces) { in indent()
/external/clang/lib/Rewrite/
DHTMLRewrite.cpp139 unsigned NumSpaces = 8-(ColNo&7); in EscapeText() local
/external/llvm/lib/Support/
Draw_ostream.cpp460 raw_ostream &raw_ostream::indent(unsigned NumSpaces) { in indent()
DCommandLine.cpp1567 size_t NumSpaces = GlobalWidth - strlen(getOption(i)) - 8; in printOptionInfo() local
1600 size_t NumSpaces = MaxOptWidth > L ? MaxOptWidth - L : 0; in printGenericOptionDiff() local
1650 size_t NumSpaces = MaxOptWidth > V.size() ? MaxOptWidth - V.size() : 0; in PRINT_OPT_DIFF() local
/external/swiftshader/third_party/llvm-subzero/lib/Support/
Draw_ostream.cpp435 raw_ostream &raw_ostream::indent(unsigned NumSpaces) { in indent()
DCommandLine.cpp1592 size_t NumSpaces = GlobalWidth - getOption(i).size() - 8; in printOptionInfo() local
1625 size_t NumSpaces = MaxOptWidth > L ? MaxOptWidth - L : 0; in printGenericOptionDiff() local
1675 size_t NumSpaces = MaxOptWidth > V.size() ? MaxOptWidth - V.size() : 0; in PRINT_OPT_DIFF() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/
DSourceCoverageViewHTML.cpp33 unsigned NumSpaces = Opts.TabSize - (ColNum % Opts.TabSize); in escape() local
/external/clang/lib/Frontend/
DTextDiagnostic.cpp108 unsigned NumSpaces = TabStop - col%TabStop; in printableTextForNextCharacter() local
/external/clang/lib/Basic/
DVirtualFileSystem.cpp946 LLVM_DUMP_METHOD void dumpEntry(Entry *E, int NumSpaces = 0) const { in dumpEntry()