Home
last modified time | relevance | path

Searched refs:StringValueStorage (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMILexer.h173 std::string StringValueStorage; member
H A DMILexer.cpp76 StringValueStorage = std::move(StrVal); in setOwnedStringValue()
77 StringValue = StringValueStorage; in setOwnedStringValue()