Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DNativeFormatting.h26 bool isPrefixedHexStyle(HexPrintStyle S);
H A DFormatProviders.h97 if (isPrefixedHexStyle(Style)) in consumeNumHexDigits()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DNativeFormatting.cpp251 bool llvm::isPrefixedHexStyle(HexPrintStyle S) { in isPrefixedHexStyle() function in llvm