Home
last modified time | relevance | path

Searched refs:OSWindows (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/openmp/libomptarget/include/
H A DSourceInfo.h19 constexpr bool OSWindows = true; variable
21 constexpr bool OSWindows = false; variable
79 std::size_t Pos = (OSWindows) ? Path.rfind('\\') : Path.rfind('/'); in removePath()