HomeSort by relevance Sort by last modified time
    Searched refs:IsWindows (Results 1 - 13 of 13) sorted by null

  /external/v8/gypfiles/
landmine_utils.py 30 def IsWindows():
71 elif IsWindows():
87 elif IsWindows():
116 elif IsWindows():
  /external/v8/tools/testrunner/objects/
output.py 53 if utils.IsWindows():
testcase.py 215 if utils.IsWindows():
  /external/v8/tools/testrunner/local/
utils.py 135 def IsWindows():
142 if IsWindows():
testsuite.py 225 if utils.IsWindows():
  /external/grpc-grpc/src/csharp/Grpc.Core/Internal/
NativeExtension.cs 184 if (PlatformApis.IsWindows)
216 if (PlatformApis.IsWindows)
UnmanagedLibrary.cs 69 if (PlatformApis.IsWindows)
134 if (PlatformApis.IsWindows)
PlatformApis.cs 41 static readonly bool isWindows;
55 isWindows = RuntimeInformation.IsOSPlatform(OSPlatform.Windows);
63 isWindows = (platform == PlatformID.Win32NT || platform == PlatformID.Win32S || platform == PlatformID.Win32Windows);
101 public static bool IsWindows
103 get { return isWindows; }
  /external/clang/lib/Driver/
ToolChain.cpp 274 bool IsWindows = Triple.isOSWindows();
280 return (arm::getARMFloatABI(TC, Args) == arm::FloatABI::Hard && !IsWindows)
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 376 bool IsWindows = TargetTriple.isOSWindows();
392 else if (IsWindows)
408 } else if (IsWindows && IsX86_64) {
    [all...]
  /external/v8/tools/testrunner/
base_runner.py 564 if utils.IsWindows():
  /external/clang/lib/CodeGen/
CGCall.cpp 167 static CallingConv getCallingConventionForDecl(const Decl *D, bool IsWindows) {
191 return IsWindows ? CC_C : CC_X86_64Win64;
194 return IsWindows ? CC_X86_64SysV : CC_C;
429 bool IsWindows = getContext().getTargetInfo().getTriple().isOSWindows();
430 einfo = einfo.withCallingConv(getCallingConventionForDecl(MD, IsWindows));
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 500 bool IsWindows = TargetTriple.isOSWindows();
523 else if (IsWindows)
553 } else if (IsWindows && IsX86_64) {
    [all...]

Completed in 506 milliseconds