Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/unittests/Runtime/
H A DCommandTest.cpp403 SetEnv("NAME", "VALUE"); in EnvironmentVariables()
404 SetEnv("EMPTY", ""); in EnvironmentVariables()
409 void SetEnv(const ParamType *name, const ParamType *value,
416 template <typename Unused = void> void SetEnv(const void *, const void *) {} in SetEnv() function in EnvironmentVariables
/llvm-project-15.0.7/clang/tools/scan-build/bin/
H A Dscan-build972 sub SetEnv { subroutine
1054 SetEnv($EnvVars);
1094 SetEnv($EnvVars);
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_linux_test.cpp184 SetEnv(kEnvName, "value"); in TEST()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux_libcdep.cpp160 bool SetEnv(const char *name, const char *value) { in SetEnv() function
H A Dsanitizer_common.h279 bool SetEnv(const char *name, const char *value);