Home
last modified time | relevance | path

Searched defs:getenv (Results 1 – 2 of 2) sorted by relevance

/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingUtil.h37 static inline char *getenv(const char *name) { return NULL; } in getenv() function
/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp718 char *res = REAL(getenv)(name); in INTERCEPTOR() argument