Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac.cpp1007 static void LeakyResetEnv(const char *name, const char *name_value) { in LeakyResetEnv() argument
1016 if (name_value) { in LeakyResetEnv()
1018 *env = const_cast<char*>(name_value); in LeakyResetEnv()