Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPort.h106 #define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR) macro
108 #define IS_DIR_SEPARATOR(ch) \ macro