Home
last modified time | relevance | path

Searched defs:tmpfile (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_libc_test.cpp117 char tmpfile[128]; in TEST() local
316 char tmpfile[128]; in TEST() local
347 char tmpfile[128]; in TEST() local
359 char tmpfile[128]; in TEST() local
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_interceptors_posix.cpp1825 TSAN_INTERCEPTOR(void*, tmpfile, int fake) { in TSAN_INTERCEPTOR() argument
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1825 TSAN_INTERCEPTOR(void*, tmpfile, int fake) { in TSAN_INTERCEPTOR() argument
/llvm-project-15.0.7/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp2324 char tmpfile[128]; member in TempFstabFile