Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/WindowsDriver/
H A DMSVCPaths.cpp176 std::string &value, std::string *phValue) { in getSystemRegistryString() argument
236 if (phValue) in getSystemRegistryString()
237 *phValue = bestName; in getSystemRegistryString()
253 if (phValue) in getSystemRegistryString()
254 phValue->clear(); in getSystemRegistryString()