Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/Platform/Android/
H A DAdbClientTest.cpp13 static void set_env(const char *var, const char *value) { in set_env() function
29 void SetUp() override { set_env("ANDROID_SERIAL", ""); } in SetUp()
31 void TearDown() override { set_env("ANDROID_SERIAL", ""); } in TearDown()
42 set_env("ANDROID_SERIAL", "device2"); in TEST()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp130 std::vector<std::string> set_env; in ComputeLaunchEnvironment() local
136 set_env.push_back(Environment::compose(KV)); in ComputeLaunchEnvironment()
138 llvm::sort(set_env); in ComputeLaunchEnvironment()
151 if (!set_env.empty()) { in ComputeLaunchEnvironment()
152 host["QEMU_SET_ENV"] = llvm::join(set_env, ","); in ComputeLaunchEnvironment()
/llvm-project-15.0.7/libc/src/fenv/
H A Dfesetenv.cpp16 return fputil::set_env(envp);
H A Dfeupdateenv.cpp19 if (fputil::set_env(envp) != 0)
/llvm-project-15.0.7/libc/src/__support/FPUtil/
H A DFEnvImpl.h44 static inline int set_env(const fenv_t *) { return 0; } in set_env() function
/llvm-project-15.0.7/libc/test/src/fenv/
H A Dfeholdexcept_test.cpp54 __llvm_libc::fputil::set_env(&env); in TEST()
/llvm-project-15.0.7/libc/src/__support/FPUtil/x86_64/
H A DFEnvImpl.h509 static inline int set_env(const fenv_t *envp) { in set_env() function
565 static inline int set_env(const fenv_t *envp) { in set_env() function
/llvm-project-15.0.7/libc/src/__support/FPUtil/aarch64/
H A DFEnvImpl.h239 static inline int set_env(const fenv_t *envp) { in set_env() function
H A Dfenv_darwin_impl.h266 static inline int set_env(const fenv_t *envp) { in set_env() function