Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DDebugCounter.cpp116 size_t NumSpaces = GlobalWidth - Info.first.size() - 8; in printOptionInfo() local
H A Draw_ostream.cpp497 raw_ostream &raw_ostream::indent(unsigned NumSpaces) { in indent()
H A DCommandLine.cpp2188 size_t NumSpaces = MaxOptWidth > L ? MaxOptWidth - L : 0; in printGenericOptionDiff() local
2241 size_t NumSpaces = MaxOptWidth > V.size() ? MaxOptWidth - V.size() : 0; in PRINT_OPT_DIFF() local
/freebsd/contrib/llvm-project/clang/lib/Rewrite/
H A DHTMLRewrite.cpp168 unsigned NumSpaces = 8-(ColNo&7); in EscapeText() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewHTML.cpp33 unsigned NumSpaces = Opts.TabSize - (ColNum % Opts.TabSize); in escape() local
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnostic.cpp116 unsigned NumSpaces = TabStop - (Col % TabStop); in printableTextForNextCharacter() local