Home
last modified time | relevance | path

Searched refs:formatAsCLiteral (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringExtras.h332 bool formatAsCLiteral = false,
336 I.toString(S, Radix, Signed, formatAsCLiteral, UpperCase, InsertSeparators);
H A DAPInt.h1644 bool formatAsCLiteral = false, bool UpperCase = true,
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp2135 bool formatAsCLiteral, bool UpperCase, in toString() argument
2142 if (formatAsCLiteral) { in toString()