Searched refs:RepString (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DFormatVariadic.cpp59 StringRef RepString = Spec.trim("{}"); local
68 RepString = RepString.trim();
69 if (RepString.consumeInteger(0, Index)) {
73 RepString = RepString.trim();
74 if (!RepString.empty() && RepString.front() == ',') {
75 RepString = RepString
[all...]

Completed in 101 milliseconds