Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/MIRParser/
H A DMILexer.h165 std::string StringValueStorage; member
H A DMILexer.cpp80 StringValueStorage = std::move(StrVal); in setOwnedStringValue()
81 StringValue = StringValueStorage; in setOwnedStringValue()