Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Expression/
DUserExpression.cpp231 std::string full_prefix_storage; in Evaluate() local
233 full_prefix_storage = std::string(prefix); in Evaluate()
234 full_prefix_storage.append(std::string(option_prefix)); in Evaluate()
235 full_prefix = full_prefix_storage; in Evaluate()