Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DNativeFormatting.h26 bool isPrefixedHexStyle(HexPrintStyle S);
H A DFormatProviders.h95 if (isPrefixedHexStyle(Style)) in consumeNumHexDigits()
/llvm-project-15.0.7/llvm/lib/Support/
H A DNativeFormatting.cpp252 bool llvm::isPrefixedHexStyle(HexPrintStyle S) { in isPrefixedHexStyle() function in llvm