Home
last modified time | relevance | path

Searched defs:FileCloser (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_file.h71 struct FileCloser { struct
72 explicit FileCloser(fd_t fd) : fd(fd) {} in FileCloser() function
73 ~FileCloser() { CloseFile(fd); } in ~FileCloser() argument
74 fd_t fd;
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_file.h70 struct FileCloser { struct
71 explicit FileCloser(fd_t fd) : fd(fd) {} in FileCloser() argument
72 ~FileCloser() { CloseFile(fd); } in ~FileCloser() argument
73 fd_t fd;
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_file.h70 struct FileCloser { struct
71 explicit FileCloser(fd_t fd) : fd(fd) {} in FileCloser() function
72 ~FileCloser() { CloseFile(fd); } in ~FileCloser() argument
73 fd_t fd;