Home
last modified time | relevance | path

Searched defs:HexStr (Results 1 – 8 of 8) sorted by relevance

/external/rust/crates/ring/src/
Ddebug.rs65 pub struct HexStr<'a>(pub &'a [u8]); struct
67 impl core::fmt::Debug for HexStr<'_> { implementation
/external/llvm/lib/Target/NVPTX/
DNVPTXMCExpr.cpp43 std::string HexStr(utohexstr(API.getZExtValue())); in printImpl() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLLexer.cpp953 StringRef HexStr(TokStart + 3, len); in LexIdentifier() local
/external/llvm-project/llvm/lib/AsmParser/
DLLLexer.cpp967 StringRef HexStr(TokStart + 3, len); in LexIdentifier() local
/external/llvm/lib/AsmParser/
DLLLexer.cpp819 StringRef HexStr(TokStart + 3, len); in LexIdentifier() local
/external/llvm-project/llvm/lib/Support/
DYAMLParser.cpp709 std::string HexStr = utohexstr(*i); in escape() local
734 std::string HexStr = utohexstr(UnicodeScalarValue.first); in escape() local
/external/llvm/lib/Support/
DYAMLParser.cpp724 std::string HexStr = utohexstr(*i); in escape() local
746 std::string HexStr = utohexstr(UnicodeScalarValue.first); in escape() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DYAMLParser.cpp716 std::string HexStr = utohexstr(*i); in escape() local
741 std::string HexStr = utohexstr(UnicodeScalarValue.first); in escape() local