HomeSort by relevance Sort by last modified time
    Searched refs:isOSVersionLT (Results 1 - 25 of 30) sorted by null

1 2

  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
Triple.h 240 /// isOSVersionLT - Helper function for doing comparisons against version
242 bool isOSVersionLT(unsigned Major, unsigned Minor = 0,
283 return isOSVersionLT(Major, Minor, Micro);
287 return isOSVersionLT(Minor + 4, Micro, 0);
  /external/swiftshader/third_party/LLVM/lib/Target/
TargetLibraryInfo.cpp 35 if (T.isOSVersionLT(3, 0))
  /external/llvm/include/llvm/ADT/
Triple.h 378 /// isOSVersionLT - Helper function for doing comparisons against version
380 bool isOSVersionLT(unsigned Major, unsigned Minor = 0,
395 bool isOSVersionLT(const Triple &Other) const {
398 return isOSVersionLT(RHS[0], RHS[1], RHS[2]);
410 return isOSVersionLT(Major, Minor, Micro);
414 return isOSVersionLT(Minor + 4, Micro, 0);
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Triple.h 386 /// isOSVersionLT - Helper function for doing comparisons against version
388 bool isOSVersionLT(unsigned Major, unsigned Minor = 0,
403 bool isOSVersionLT(const Triple &Other) const {
406 return isOSVersionLT(RHS[0], RHS[1], RHS[2]);
418 return isOSVersionLT(Major, Minor, Micro);
422 return isOSVersionLT(Minor + 4, Micro, 0);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
Triple.h 388 /// isOSVersionLT - Helper function for doing comparisons against version
390 bool isOSVersionLT(unsigned Major, unsigned Minor = 0,
405 bool isOSVersionLT(const Triple &Other) const {
408 return isOSVersionLT(RHS[0], RHS[1], RHS[2]);
420 return isOSVersionLT(Major, Minor, Micro);
424 return isOSVersionLT(Minor + 4, Micro, 0);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
Triple.h 388 /// isOSVersionLT - Helper function for doing comparisons against version
390 bool isOSVersionLT(unsigned Major, unsigned Minor = 0,
405 bool isOSVersionLT(const Triple &Other) const {
408 return isOSVersionLT(RHS[0], RHS[1], RHS[2]);
420 return isOSVersionLT(Major, Minor, Micro);
424 return isOSVersionLT(Minor + 4, Micro, 0);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
Triple.h 397 /// isOSVersionLT - Helper function for doing comparisons against version
399 bool isOSVersionLT(unsigned Major, unsigned Minor = 0,
414 bool isOSVersionLT(const Triple &Other) const {
417 return isOSVersionLT(RHS[0], RHS[1], RHS[2]);
429 return isOSVersionLT(Major, Minor, Micro);
433 return isOSVersionLT(Minor + 4, Micro, 0);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
Triple.h 397 /// isOSVersionLT - Helper function for doing comparisons against version
399 bool isOSVersionLT(unsigned Major, unsigned Minor = 0,
414 bool isOSVersionLT(const Triple &Other) const {
417 return isOSVersionLT(RHS[0], RHS[1], RHS[2]);
429 return isOSVersionLT(Major, Minor, Micro);
433 return isOSVersionLT(Minor + 4, Micro, 0);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
Triple.h 400 /// isOSVersionLT - Helper function for doing comparisons against version
402 bool isOSVersionLT(unsigned Major, unsigned Minor = 0,
417 bool isOSVersionLT(const Triple &Other) const {
420 return isOSVersionLT(RHS[0], RHS[1], RHS[2]);
432 return isOSVersionLT(Major, Minor, Micro);
436 return isOSVersionLT(Minor + 4, Micro, 0);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
Triple.h 400 /// isOSVersionLT - Helper function for doing comparisons against version
402 bool isOSVersionLT(unsigned Major, unsigned Minor = 0,
417 bool isOSVersionLT(const Triple &Other) const {
420 return isOSVersionLT(RHS[0], RHS[1], RHS[2]);
432 return isOSVersionLT(Major, Minor, Micro);
436 return isOSVersionLT(Minor + 4, Micro, 0);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
Triple.h 400 /// isOSVersionLT - Helper function for doing comparisons against version
402 bool isOSVersionLT(unsigned Major, unsigned Minor = 0,
417 bool isOSVersionLT(const Triple &Other) const {
420 return isOSVersionLT(RHS[0], RHS[1], RHS[2]);
432 return isOSVersionLT(Major, Minor, Micro);
436 return isOSVersionLT(Minor + 4, Micro, 0);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
Triple.h 400 /// isOSVersionLT - Helper function for doing comparisons against version
402 bool isOSVersionLT(unsigned Major, unsigned Minor = 0,
417 bool isOSVersionLT(const Triple &Other) const {
420 return isOSVersionLT(RHS[0], RHS[1], RHS[2]);
432 return isOSVersionLT(Major, Minor, Micro);
436 return isOSVersionLT(Minor + 4, Micro, 0);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
Triple.h 397 /// isOSVersionLT - Helper function for doing comparisons against version
399 bool isOSVersionLT(unsigned Major, unsigned Minor = 0,
414 bool isOSVersionLT(const Triple &Other) const {
417 return isOSVersionLT(RHS[0], RHS[1], RHS[2]);
429 return isOSVersionLT(Major, Minor, Micro);
433 return isOSVersionLT(Minor + 4, Micro, 0);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
Triple.h 397 /// isOSVersionLT - Helper function for doing comparisons against version
399 bool isOSVersionLT(unsigned Major, unsigned Minor = 0,
414 bool isOSVersionLT(const Triple &Other) const {
417 return isOSVersionLT(RHS[0], RHS[1], RHS[2]);
429 return isOSVersionLT(Major, Minor, Micro);
433 return isOSVersionLT(Minor + 4, Micro, 0);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
Triple.h 400 /// isOSVersionLT - Helper function for doing comparisons against version
402 bool isOSVersionLT(unsigned Major, unsigned Minor = 0,
417 bool isOSVersionLT(const Triple &Other) const {
420 return isOSVersionLT(RHS[0], RHS[1], RHS[2]);
432 return isOSVersionLT(Major, Minor, Micro);
436 return isOSVersionLT(Minor + 4, Micro, 0);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
Triple.h 400 /// isOSVersionLT - Helper function for doing comparisons against version
402 bool isOSVersionLT(unsigned Major, unsigned Minor = 0,
417 bool isOSVersionLT(const Triple &Other) const {
420 return isOSVersionLT(RHS[0], RHS[1], RHS[2]);
432 return isOSVersionLT(Major, Minor, Micro);
436 return isOSVersionLT(Minor + 4, Micro, 0);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
Triple.h 400 /// isOSVersionLT - Helper function for doing comparisons against version
402 bool isOSVersionLT(unsigned Major, unsigned Minor = 0,
417 bool isOSVersionLT(const Triple &Other) const {
420 return isOSVersionLT(RHS[0], RHS[1], RHS[2]);
432 return isOSVersionLT(Major, Minor, Micro);
436 return isOSVersionLT(Minor + 4, Micro, 0);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
Triple.h 400 /// isOSVersionLT - Helper function for doing comparisons against version
402 bool isOSVersionLT(unsigned Major, unsigned Minor = 0,
417 bool isOSVersionLT(const Triple &Other) const {
420 return isOSVersionLT(RHS[0], RHS[1], RHS[2]);
432 return isOSVersionLT(Major, Minor, Micro);
436 return isOSVersionLT(Minor + 4, Micro, 0);
  /external/llvm/lib/Target/ARM/
ARMSubtarget.cpp 181 if (isTargetMachO() && isTargetIOS() && getTargetTriple().isOSVersionLT(5, 0))
284 (isTargetIOS() && !getTargetTriple().isOSVersionLT(7, 0));
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMSubtarget.cpp 118 SupportsTailCall = T.getOS() == Triple::IOS && !T.isOSVersionLT(5, 0);
  /external/llvm/lib/Analysis/
TargetLibraryInfo.cpp 45 if (T.isiOS() && T.isOSVersionLT(7, 0))
92 if (T.isOSVersionLT(3, 0))
307 if (!T.isWatchOS() && (T.isOSVersionLT(7, 0) ||
308 (T.isOSVersionLT(9, 0) &&
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp     [all...]
  /external/llvm/lib/Linker/
IRMover.cpp     [all...]
  /external/clang/lib/Basic/
Targets.cpp 244 this->TLSSupported = !Triple.isOSVersionLT(8);
248 this->TLSSupported = !Triple.isOSVersionLT(9);
250 this->TLSSupported = !Triple.isOSVersionLT(2);
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 409 milliseconds

1 2