Searched refs:formatAsCLiteral (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | StringExtras.h | 332 bool formatAsCLiteral = false, 336 I.toString(S, Radix, Signed, formatAsCLiteral, UpperCase, InsertSeparators);
|
H A D | APInt.h | 1644 bool formatAsCLiteral = false, bool UpperCase = true,
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | APInt.cpp | 2135 bool formatAsCLiteral, bool UpperCase, in toString() argument 2142 if (formatAsCLiteral) { in toString()
|