HomeSort by relevance Sort by last modified time
    Searched defs:MSVC (Results 1 - 5 of 5) sorted by null

  /external/clang/include/clang/Basic/
DiagnosticOptions.h 63 enum TextDiagnosticFormat { Clang, MSVC, Vi };
  /external/llvm/include/llvm/ADT/
Triple.h 188 MSVC,
483 /// Checks if the environment could be MSVC.
487 getEnvironment() == Triple::MSVC);
490 /// Checks if the environment is MSVC.
492 return getOS() == Triple::Win32 && getEnvironment() == Triple::MSVC;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
Triple.h 204 MSVC,
522 /// Checks if the environment could be MSVC.
526 getEnvironment() == Triple::MSVC);
529 /// Checks if the environment is MSVC.
531 return getOS() == Triple::Win32 && getEnvironment() == Triple::MSVC;
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Triple.h 195 MSVC,
500 /// Checks if the environment could be MSVC.
504 getEnvironment() == Triple::MSVC);
507 /// Checks if the environment is MSVC.
509 return getOS() == Triple::Win32 && getEnvironment() == Triple::MSVC;
  /external/clang/lib/Driver/
Tools.cpp     [all...]

Completed in 393 milliseconds