Home
last modified time | relevance | path

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

/external/v8/build/
Dlandmine_utils.py30 def IsWindows(): function
/external/v8/tools/testrunner/local/
Dutils.py113 def IsWindows(): function
/external/clang/lib/CodeGen/
DCGCall.cpp118 static CallingConv getCallingConventionForDecl(const Decl *D, bool IsWindows) { in getCallingConventionForDecl()
306 bool IsWindows = getContext().getTargetInfo().getTriple().isOSWindows(); in arrangeObjCMessageSendSignature() local
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp334 bool IsWindows = TargetTriple.isOSWindows(); in getShadowMapping() local