Home
last modified time | relevance | path

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

/external/v8/tools/testrunner/local/
Dutils.py120 def IsWindows(): function
/external/v8/build/
Dlandmine_utils.py30 def IsWindows(): function
/external/v8/gypfiles/
Dlandmine_utils.py30 def IsWindows(): function
/external/pdfium/tools/drmemory/scripts/
Dcommon.py107 def IsWindows(): function
/external/v8/build/util/lib/common/
Dutil.py29 def IsWindows(): function
/external/clang/lib/Driver/
DToolChain.cpp273 bool IsWindows = Triple.isOSWindows(); in getArchNameForCompilerRTLib() local
/external/clang/lib/CodeGen/
DCGCall.cpp147 static CallingConv getCallingConventionForDecl(const Decl *D, bool IsWindows) { in getCallingConventionForDecl()
336 bool IsWindows = getContext().getTargetInfo().getTriple().isOSWindows(); in arrangeObjCMessageSendSignature() local
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp348 bool IsWindows = TargetTriple.isOSWindows(); in getShadowMapping() local