Home
last modified time | relevance | path

Searched refs:RightJustify (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/Support/
DFormat.h119 bool RightJustify; variable
124 : Str(S), Width(W), RightJustify(R) { } in FormattedString()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DFormat.h132 bool RightJustify;
137 : Str(S), Width(W), RightJustify(R) { }
/external/llvm/lib/Support/
Draw_ostream.cpp404 if (FS.RightJustify && (PadAmount > 0)) in operator <<()
407 if (!FS.RightJustify && (PadAmount > 0)) in operator <<()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
Draw_ostream.cpp331 if (FS.RightJustify && (PadAmount > 0)) in operator <<()
334 if (!FS.RightJustify && (PadAmount > 0)) in operator <<()