Searched defs:isOSWindows (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DTriple.h321 /// isOSWindows - Is this a "Windows" OS.
322 bool isOSWindows() const { function in class:llvm::Triple
333 return !isOSDarwin() && !isOSWindows();
338 return isOSWindows();

Completed in 68 milliseconds