Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/profile/
DInstrProfilingPort.h104 #define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR) macro
106 #define IS_DIR_SEPARATOR(ch) \ macro