Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/include/llvm/Support/
HDNativeFormatting.h26 bool isPrefixedHexStyle(HexPrintStyle S);
HDFormatProviders.h97 if (isPrefixedHexStyle(Style)) in consumeNumHexDigits()
/freebsd-head/contrib/llvm-project/llvm/lib/Support/
HDNativeFormatting.cpp251 bool llvm::isPrefixedHexStyle(HexPrintStyle S) { in isPrefixedHexStyle() function in llvm