Home
last modified time | relevance | path

Searched defs:overwrite (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/profile/
H A DInstrProfilingUtil.h38 static inline int setenv(const char *name, const char *value, int overwrite) in setenv()
/llvm-project-15.0.7/lldb/source/API/
H A DSBEnvironment.cpp75 bool SBEnvironment::Set(const char *name, const char *value, bool overwrite) { in Set()
/llvm-project-15.0.7/third-party/benchmark/test/
H A Dcommandlineflags_gtest.cc12 int setenv(const char* name, const char* value, int overwrite) { in setenv()
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_environment.cpp173 void __kmp_env_set(char const *name, char const *value, int overwrite) { in __kmp_env_set()
/llvm-project-15.0.7/lldb/examples/python/
H A Dbsd.py81 def save(self, path=None, overwrite=False): argument
/llvm-project-15.0.7/libcxx/test/support/
H A Dfilesystem_test_helper.h50 inline int setenv(const char *var, const char *val, int overwrite) { in setenv()
/llvm-project-15.0.7/lld/ELF/
H A DLinkerScript.cpp659 if (OutputDesc *overwrite = map.lookup(CachedHashStringRef(osec->name))) { in processSectionCommands() local
/llvm-project-15.0.7/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp641 INTERCEPTOR(int, setenv, const char *name, const char *value, int overwrite) { in INTERCEPTOR() argument