Home
last modified time | relevance | path

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

/llvm-project/libc/include/llvm-libc-macros/linux/
H A Dsys-stat-macros.h26 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
/llvm-project/libcxx/src/filesystem/
H A Dposix_compat.h118 # define S_ISREG( global() macro