Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/
H A DLitConfig.py25 noExecute, debug, isWindows, argument
40 self.isWindows = bool(isWindows)
135 if self.isWindows and self.bashPath:
H A DLitTestCase.py54 isWindows=windows,
H A DTestRunner.py901 cmds.append(ShUtil.ShParser(ln, litConfig.isWindows,
958 if litConfig.isWindows and result.exitCode < 0:
972 isWin32CMDEXE = (litConfig.isWindows and not bashPath)
980 if litConfig.isWindows and not isWin32CMDEXE:
H A Dmain.py38 isWindows=is_windows,
/netbsd-src/external/apache2/llvm/dist/llvm/utils/vscode/llvm/src/
H A DlitTaskProvider.ts18 const isWindows = process.platform === 'win32'; constant
19 if (isWindows) {
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dglobals.h101 bool isWindows; // generate code for Windows member
H A Ddscope.c697 tok = global.params.isWindows ? TOKwchar : TOKdchar; in search_correct_C()
H A Ddclass.c280 if (global.params.isWindows) in newScope()
1088 if (isCPPclass() && global.params.isWindows) in finalizeSize()
H A Dfunc.c2216 global.params.isWindows && in semantic3()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/tests/unit/
H A DTestRunner.py35 isWindows=(
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/libcxx/test/
H A Ddsl.py59 isWindows=platform.system() == 'Windows',
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-builtins.cc412 global.params.isWindows = true; in d_add_builtin_version()