Home
last modified time | relevance | path

Searched refs:isOSVersionLT (Results 1 – 25 of 233) sorted by relevance

12345678910

/dports/devel/py-keystone-engine/keystone-engine-0.9.1-3/src/llvm/include/llvm/ADT/
H A DTriple.h371 bool isOSVersionLT(unsigned Major, unsigned Minor = 0,
386 bool isOSVersionLT(const Triple &Other) const { in isOSVersionLT() function
389 return isOSVersionLT(RHS[0], RHS[1], RHS[2]); in isOSVersionLT()
401 return isOSVersionLT(Major, Minor, Micro);
405 return isOSVersionLT(Minor + 4, Micro, 0);
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/ADT/
H A DTriple.h414 bool isOSVersionLT(unsigned Major, unsigned Minor = 0,
429 bool isOSVersionLT(const Triple &Other) const { in isOSVersionLT() function
432 return isOSVersionLT(RHS[0], RHS[1], RHS[2]); in isOSVersionLT()
444 return isOSVersionLT(Major, Minor, Micro);
448 return isOSVersionLT(Minor + 4, Micro, 0);
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/ADT/
H A DTriple.h408 bool isOSVersionLT(unsigned Major, unsigned Minor = 0,
423 bool isOSVersionLT(const Triple &Other) const { in isOSVersionLT() function
426 return isOSVersionLT(RHS[0], RHS[1], RHS[2]); in isOSVersionLT()
438 return isOSVersionLT(Major, Minor, Micro);
442 return isOSVersionLT(Minor + 4, Micro, 0);
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/ADT/
H A DTriple.h403 bool isOSVersionLT(unsigned Major, unsigned Minor = 0,
418 bool isOSVersionLT(const Triple &Other) const { in isOSVersionLT() function
421 return isOSVersionLT(RHS[0], RHS[1], RHS[2]); in isOSVersionLT()
433 return isOSVersionLT(Major, Minor, Micro);
437 return isOSVersionLT(Minor + 4, Micro, 0);
/dports/devel/binaryen/binaryen-version_98/third_party/llvm-project/include/llvm/ADT/
H A DTriple.h414 bool isOSVersionLT(unsigned Major, unsigned Minor = 0,
429 bool isOSVersionLT(const Triple &Other) const { in isOSVersionLT() function
432 return isOSVersionLT(RHS[0], RHS[1], RHS[2]); in isOSVersionLT()
444 return isOSVersionLT(Major, Minor, Micro);
448 return isOSVersionLT(Minor + 4, Micro, 0);
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/ADT/
H A DTriple.h415 bool isOSVersionLT(unsigned Major, unsigned Minor = 0,
430 bool isOSVersionLT(const Triple &Other) const { in isOSVersionLT() function
433 return isOSVersionLT(RHS[0], RHS[1], RHS[2]); in isOSVersionLT()
445 return isOSVersionLT(Major, Minor, Micro);
449 return isOSVersionLT(Minor + 4, Micro, 0);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DTriple.h415 bool isOSVersionLT(unsigned Major, unsigned Minor = 0,
430 bool isOSVersionLT(const Triple &Other) const { in isOSVersionLT() function
433 return isOSVersionLT(RHS[0], RHS[1], RHS[2]); in isOSVersionLT()
445 return isOSVersionLT(Major, Minor, Micro);
449 return isOSVersionLT(Minor + 4, Micro, 0);
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/ADT/
H A DTriple.h415 bool isOSVersionLT(unsigned Major, unsigned Minor = 0,
430 bool isOSVersionLT(const Triple &Other) const { in isOSVersionLT() function
433 return isOSVersionLT(RHS[0], RHS[1], RHS[2]); in isOSVersionLT()
445 return isOSVersionLT(Major, Minor, Micro);
449 return isOSVersionLT(Minor + 4, Micro, 0);
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Basic/Targets/
H A DOSTargets.h101 this->TLSSupported = !Triple.isOSVersionLT(8); in DarwinTargetInfo()
104 this->TLSSupported = !Triple.isOSVersionLT(9); in DarwinTargetInfo()
106 this->TLSSupported = !Triple.isOSVersionLT(10); in DarwinTargetInfo()
110 this->TLSSupported = !Triple.isOSVersionLT(2); in DarwinTargetInfo()
112 this->TLSSupported = !Triple.isOSVersionLT(3); in DarwinTargetInfo()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Basic/Targets/
H A DOSTargets.h101 this->TLSSupported = !Triple.isOSVersionLT(8); in DarwinTargetInfo()
104 this->TLSSupported = !Triple.isOSVersionLT(9); in DarwinTargetInfo()
106 this->TLSSupported = !Triple.isOSVersionLT(10); in DarwinTargetInfo()
110 this->TLSSupported = !Triple.isOSVersionLT(2); in DarwinTargetInfo()
112 this->TLSSupported = !Triple.isOSVersionLT(3); in DarwinTargetInfo()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/ADT/
H A DTriple.h418 bool isOSVersionLT(unsigned Major, unsigned Minor = 0,
433 bool isOSVersionLT(const Triple &Other) const { in isOSVersionLT() function
436 return isOSVersionLT(RHS[0], RHS[1], RHS[2]); in isOSVersionLT()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/ADT/
H A DTriple.h423 bool isOSVersionLT(unsigned Major, unsigned Minor = 0,
438 bool isOSVersionLT(const Triple &Other) const { in isOSVersionLT() function
441 return isOSVersionLT(RHS[0], RHS[1], RHS[2]); in isOSVersionLT()
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/ADT/
H A DTriple.h418 bool isOSVersionLT(unsigned Major, unsigned Minor = 0,
433 bool isOSVersionLT(const Triple &Other) const { in isOSVersionLT() function
436 return isOSVersionLT(RHS[0], RHS[1], RHS[2]); in isOSVersionLT()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/ADT/
H A DTriple.h425 bool isOSVersionLT(unsigned Major, unsigned Minor = 0,
440 bool isOSVersionLT(const Triple &Other) const { in isOSVersionLT() function
443 return isOSVersionLT(RHS[0], RHS[1], RHS[2]); in isOSVersionLT()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/ADT/
H A DTriple.h425 bool isOSVersionLT(unsigned Major, unsigned Minor = 0,
440 bool isOSVersionLT(const Triple &Other) const { in isOSVersionLT() function
443 return isOSVersionLT(RHS[0], RHS[1], RHS[2]); in isOSVersionLT()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/ADT/
H A DTriple.h423 bool isOSVersionLT(unsigned Major, unsigned Minor = 0,
438 bool isOSVersionLT(const Triple &Other) const { in isOSVersionLT() function
441 return isOSVersionLT(RHS[0], RHS[1], RHS[2]); in isOSVersionLT()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/ADT/
H A DTriple.h425 bool isOSVersionLT(unsigned Major, unsigned Minor = 0,
440 bool isOSVersionLT(const Triple &Other) const { in isOSVersionLT() function
443 return isOSVersionLT(RHS[0], RHS[1], RHS[2]); in isOSVersionLT()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/ADT/
H A DTriple.h428 bool isOSVersionLT(unsigned Major, unsigned Minor = 0,
443 bool isOSVersionLT(const Triple &Other) const { in isOSVersionLT() function
446 return isOSVersionLT(RHS[0], RHS[1], RHS[2]); in isOSVersionLT()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/ADT/
H A DTriple.h425 bool isOSVersionLT(unsigned Major, unsigned Minor = 0,
440 bool isOSVersionLT(const Triple &Other) const { in isOSVersionLT() function
443 return isOSVersionLT(RHS[0], RHS[1], RHS[2]); in isOSVersionLT()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/ADT/
H A DTriple.h423 bool isOSVersionLT(unsigned Major, unsigned Minor = 0,
438 bool isOSVersionLT(const Triple &Other) const { in isOSVersionLT() function
441 return isOSVersionLT(RHS[0], RHS[1], RHS[2]); in isOSVersionLT()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/ADT/
H A DTriple.h425 bool isOSVersionLT(unsigned Major, unsigned Minor = 0,
440 bool isOSVersionLT(const Triple &Other) const { in isOSVersionLT() function
443 return isOSVersionLT(RHS[0], RHS[1], RHS[2]); in isOSVersionLT()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Basic/Targets/
H A DOSTargets.h100 this->TLSSupported = !Triple.isOSVersionLT(8); in DarwinTargetInfo()
103 this->TLSSupported = !Triple.isOSVersionLT(9); in DarwinTargetInfo()
105 this->TLSSupported = !Triple.isOSVersionLT(10); in DarwinTargetInfo()
109 this->TLSSupported = !Triple.isOSVersionLT(2); in DarwinTargetInfo()
111 this->TLSSupported = !Triple.isOSVersionLT(3); in DarwinTargetInfo()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Basic/Targets/
H A DOSTargets.h100 this->TLSSupported = !Triple.isOSVersionLT(8); in DarwinTargetInfo()
103 this->TLSSupported = !Triple.isOSVersionLT(9); in DarwinTargetInfo()
105 this->TLSSupported = !Triple.isOSVersionLT(10); in DarwinTargetInfo()
109 this->TLSSupported = !Triple.isOSVersionLT(2); in DarwinTargetInfo()
111 this->TLSSupported = !Triple.isOSVersionLT(3); in DarwinTargetInfo()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Basic/Targets/
H A DOSTargets.h100 this->TLSSupported = !Triple.isOSVersionLT(8); in DarwinTargetInfo()
103 this->TLSSupported = !Triple.isOSVersionLT(9); in DarwinTargetInfo()
105 this->TLSSupported = !Triple.isOSVersionLT(10); in DarwinTargetInfo()
109 this->TLSSupported = !Triple.isOSVersionLT(2); in DarwinTargetInfo()
111 this->TLSSupported = !Triple.isOSVersionLT(3); in DarwinTargetInfo()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Basic/Targets/
H A DOSTargets.h100 this->TLSSupported = !Triple.isOSVersionLT(8); in DarwinTargetInfo()
103 this->TLSSupported = !Triple.isOSVersionLT(9); in DarwinTargetInfo()
105 this->TLSSupported = !Triple.isOSVersionLT(10); in DarwinTargetInfo()
109 this->TLSSupported = !Triple.isOSVersionLT(2); in DarwinTargetInfo()
111 this->TLSSupported = !Triple.isOSVersionLT(3); in DarwinTargetInfo()

12345678910