Home
last modified time | relevance | path

Searched refs:getSmallBits (Results 1 – 18 of 18) sorted by relevance

/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/ADT/
H A DSmallBitVector.h135 uintptr_t getSmallBits() const { in getSmallBits() function
211 return getSmallBits() != 0; in any()
225 return getSmallBits() == 0; in none()
432 setSmallBits(~getSmallBits()); in flip()
471 return (getSmallBits() & RHS.getSmallBits()) != 0; in anyCommon()
486 return getSmallBits() == RHS.getSmallBits();
499 setSmallBits(getSmallBits() & RHS.getSmallBits());
513 setSmallBits(getSmallBits() & ~RHS.getSmallBits()); in reset()
527 return (getSmallBits() & ~RHS.getSmallBits()) != 0; in test()
546 setSmallBits(getSmallBits() | RHS.getSmallBits());
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/ADT/
H A DSmallBitVector.h130 uintptr_t getSmallBits() const { in getSmallBits() function
208 return getSmallBits() != 0; in any()
222 return getSmallBits() == 0; in none()
475 return (getSmallBits() & RHS.getSmallBits()) != 0; in anyCommon()
490 return getSmallBits() == RHS.getSmallBits();
511 setSmallBits(getSmallBits() & RHS.getSmallBits());
527 setSmallBits(getSmallBits() & ~RHS.getSmallBits()); in reset()
541 return (getSmallBits() & ~RHS.getSmallBits()) != 0; in test()
560 setSmallBits(getSmallBits() | RHS.getSmallBits());
573 setSmallBits(getSmallBits() ^ RHS.getSmallBits());
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/ADT/
H A DSmallBitVector.h130 uintptr_t getSmallBits() const { in getSmallBits() function
208 return getSmallBits() != 0; in any()
222 return getSmallBits() == 0; in none()
475 return (getSmallBits() & RHS.getSmallBits()) != 0; in anyCommon()
490 return getSmallBits() == RHS.getSmallBits();
511 setSmallBits(getSmallBits() & RHS.getSmallBits());
527 setSmallBits(getSmallBits() & ~RHS.getSmallBits()); in reset()
541 return (getSmallBits() & ~RHS.getSmallBits()) != 0; in test()
560 setSmallBits(getSmallBits() | RHS.getSmallBits());
573 setSmallBits(getSmallBits() ^ RHS.getSmallBits());
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/ADT/
H A DSmallBitVector.h130 uintptr_t getSmallBits() const { in getSmallBits() function
208 return getSmallBits() != 0; in any()
222 return getSmallBits() == 0; in none()
475 return (getSmallBits() & RHS.getSmallBits()) != 0; in anyCommon()
490 return getSmallBits() == RHS.getSmallBits();
511 setSmallBits(getSmallBits() & RHS.getSmallBits());
527 setSmallBits(getSmallBits() & ~RHS.getSmallBits()); in reset()
541 return (getSmallBits() & ~RHS.getSmallBits()) != 0; in test()
560 setSmallBits(getSmallBits() | RHS.getSmallBits());
573 setSmallBits(getSmallBits() ^ RHS.getSmallBits());
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/ADT/
H A DSmallBitVector.h130 uintptr_t getSmallBits() const { in getSmallBits() function
208 return getSmallBits() != 0; in any()
222 return getSmallBits() == 0; in none()
475 return (getSmallBits() & RHS.getSmallBits()) != 0; in anyCommon()
490 return getSmallBits() == RHS.getSmallBits();
511 setSmallBits(getSmallBits() & RHS.getSmallBits());
527 setSmallBits(getSmallBits() & ~RHS.getSmallBits()); in reset()
541 return (getSmallBits() & ~RHS.getSmallBits()) != 0; in test()
560 setSmallBits(getSmallBits() | RHS.getSmallBits());
573 setSmallBits(getSmallBits() ^ RHS.getSmallBits());
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/ADT/
H A DSmallBitVector.h130 uintptr_t getSmallBits() const { in getSmallBits() function
208 return getSmallBits() != 0; in any()
222 return getSmallBits() == 0; in none()
475 return (getSmallBits() & RHS.getSmallBits()) != 0; in anyCommon()
490 return getSmallBits() == RHS.getSmallBits();
511 setSmallBits(getSmallBits() & RHS.getSmallBits());
527 setSmallBits(getSmallBits() & ~RHS.getSmallBits()); in reset()
541 return (getSmallBits() & ~RHS.getSmallBits()) != 0; in test()
560 setSmallBits(getSmallBits() | RHS.getSmallBits());
573 setSmallBits(getSmallBits() ^ RHS.getSmallBits());
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/ADT/
H A DSmallBitVector.h130 uintptr_t getSmallBits() const { in getSmallBits() function
208 return getSmallBits() != 0; in any()
222 return getSmallBits() == 0; in none()
475 return (getSmallBits() & RHS.getSmallBits()) != 0; in anyCommon()
490 return getSmallBits() == RHS.getSmallBits();
511 setSmallBits(getSmallBits() & RHS.getSmallBits());
527 setSmallBits(getSmallBits() & ~RHS.getSmallBits()); in reset()
541 return (getSmallBits() & ~RHS.getSmallBits()) != 0; in test()
560 setSmallBits(getSmallBits() | RHS.getSmallBits());
573 setSmallBits(getSmallBits() ^ RHS.getSmallBits());
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/ADT/
H A DSmallBitVector.h130 uintptr_t getSmallBits() const { in getSmallBits() function
208 return getSmallBits() != 0; in any()
222 return getSmallBits() == 0; in none()
475 return (getSmallBits() & RHS.getSmallBits()) != 0; in anyCommon()
490 return getSmallBits() == RHS.getSmallBits();
511 setSmallBits(getSmallBits() & RHS.getSmallBits());
527 setSmallBits(getSmallBits() & ~RHS.getSmallBits()); in reset()
541 return (getSmallBits() & ~RHS.getSmallBits()) != 0; in test()
560 setSmallBits(getSmallBits() | RHS.getSmallBits());
573 setSmallBits(getSmallBits() ^ RHS.getSmallBits());
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/ADT/
H A DSmallBitVector.h132 uintptr_t getSmallBits() const { in getSmallBits() function
210 return getSmallBits() != 0; in any()
224 return getSmallBits() == 0; in none()
477 return (getSmallBits() & RHS.getSmallBits()) != 0; in anyCommon()
492 return getSmallBits() == RHS.getSmallBits();
513 setSmallBits(getSmallBits() & RHS.getSmallBits());
529 setSmallBits(getSmallBits() & ~RHS.getSmallBits()); in reset()
543 return (getSmallBits() & ~RHS.getSmallBits()) != 0; in test()
562 setSmallBits(getSmallBits() | RHS.getSmallBits());
575 setSmallBits(getSmallBits() ^ RHS.getSmallBits());
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/ADT/
H A DSmallBitVector.h130 uintptr_t getSmallBits() const { in getSmallBits() function
208 return getSmallBits() != 0; in any()
222 return getSmallBits() == 0; in none()
475 return (getSmallBits() & RHS.getSmallBits()) != 0; in anyCommon()
490 return getSmallBits() == RHS.getSmallBits();
511 setSmallBits(getSmallBits() & RHS.getSmallBits());
527 setSmallBits(getSmallBits() & ~RHS.getSmallBits()); in reset()
541 return (getSmallBits() & ~RHS.getSmallBits()) != 0; in test()
560 setSmallBits(getSmallBits() | RHS.getSmallBits());
573 setSmallBits(getSmallBits() ^ RHS.getSmallBits());
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/ADT/
H A DSmallBitVector.h130 uintptr_t getSmallBits() const { in getSmallBits() function
208 return getSmallBits() != 0; in any()
222 return getSmallBits() == 0; in none()
475 return (getSmallBits() & RHS.getSmallBits()) != 0; in anyCommon()
490 return getSmallBits() == RHS.getSmallBits();
511 setSmallBits(getSmallBits() & RHS.getSmallBits());
527 setSmallBits(getSmallBits() & ~RHS.getSmallBits()); in reset()
541 return (getSmallBits() & ~RHS.getSmallBits()) != 0; in test()
560 setSmallBits(getSmallBits() | RHS.getSmallBits());
573 setSmallBits(getSmallBits() ^ RHS.getSmallBits());
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/ADT/
H A DSmallBitVector.h130 uintptr_t getSmallBits() const {
208 return getSmallBits() != 0;
222 return getSmallBits() == 0;
475 return (getSmallBits() & RHS.getSmallBits()) != 0;
490 return getSmallBits() == RHS.getSmallBits();
511 setSmallBits(getSmallBits() & RHS.getSmallBits());
527 setSmallBits(getSmallBits() & ~RHS.getSmallBits());
541 return (getSmallBits() & ~RHS.getSmallBits()) != 0;
560 setSmallBits(getSmallBits() | RHS.getSmallBits());
573 setSmallBits(getSmallBits() ^ RHS.getSmallBits());
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/ADT/
H A DSmallBitVector.h130 uintptr_t getSmallBits() const { in getSmallBits() function
208 return getSmallBits() != 0; in any()
222 return getSmallBits() == 0; in none()
431 setSmallBits(~getSmallBits()); in flip()
475 return (getSmallBits() & RHS.getSmallBits()) != 0; in anyCommon()
490 return getSmallBits() == RHS.getSmallBits();
511 setSmallBits(getSmallBits() & RHS.getSmallBits());
527 setSmallBits(getSmallBits() & ~RHS.getSmallBits()); in reset()
541 return (getSmallBits() & ~RHS.getSmallBits()) != 0; in test()
560 setSmallBits(getSmallBits() | RHS.getSmallBits());
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DSmallBitVector.h130 uintptr_t getSmallBits() const { in getSmallBits() function
208 return getSmallBits() != 0; in any()
222 return getSmallBits() == 0; in none()
431 setSmallBits(~getSmallBits()); in flip()
475 return (getSmallBits() & RHS.getSmallBits()) != 0; in anyCommon()
490 return getSmallBits() == RHS.getSmallBits();
511 setSmallBits(getSmallBits() & RHS.getSmallBits());
527 setSmallBits(getSmallBits() & ~RHS.getSmallBits()); in reset()
541 return (getSmallBits() & ~RHS.getSmallBits()) != 0; in test()
560 setSmallBits(getSmallBits() | RHS.getSmallBits());
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/ADT/
H A DSmallBitVector.h130 uintptr_t getSmallBits() const { in getSmallBits() function
208 return getSmallBits() != 0; in any()
222 return getSmallBits() == 0; in none()
431 setSmallBits(~getSmallBits()); in flip()
475 return (getSmallBits() & RHS.getSmallBits()) != 0; in anyCommon()
490 return getSmallBits() == RHS.getSmallBits();
511 setSmallBits(getSmallBits() & RHS.getSmallBits());
527 setSmallBits(getSmallBits() & ~RHS.getSmallBits()); in reset()
541 return (getSmallBits() & ~RHS.getSmallBits()) != 0; in test()
560 setSmallBits(getSmallBits() | RHS.getSmallBits());
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/ADT/
H A DSmallBitVector.h130 uintptr_t getSmallBits() const { in getSmallBits() function
208 return getSmallBits() != 0; in any()
222 return getSmallBits() == 0; in none()
431 setSmallBits(~getSmallBits()); in flip()
475 return (getSmallBits() & RHS.getSmallBits()) != 0; in anyCommon()
490 return getSmallBits() == RHS.getSmallBits();
511 setSmallBits(getSmallBits() & RHS.getSmallBits());
527 setSmallBits(getSmallBits() & ~RHS.getSmallBits()); in reset()
541 return (getSmallBits() & ~RHS.getSmallBits()) != 0; in test()
560 setSmallBits(getSmallBits() | RHS.getSmallBits());
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/ADT/
H A DSmallBitVector.h131 uintptr_t getSmallBits() const { in getSmallBits() function
209 return getSmallBits() != 0; in any()
223 return getSmallBits() == 0; in none()
432 setSmallBits(~getSmallBits()); in flip()
476 return (getSmallBits() & RHS.getSmallBits()) != 0; in anyCommon()
491 return getSmallBits() == RHS.getSmallBits();
512 setSmallBits(getSmallBits() & RHS.getSmallBits());
528 setSmallBits(getSmallBits() & ~RHS.getSmallBits()); in reset()
542 return (getSmallBits() & ~RHS.getSmallBits()) != 0; in test()
561 setSmallBits(getSmallBits() | RHS.getSmallBits());
[all …]
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/include/llvm/ADT/
H A DSmallBitVector.h125 uintptr_t getSmallBits() const { in getSmallBits() function
173 uintptr_t Bits = getSmallBits(); in count()
186 return getSmallBits() != 0; in any()
193 return getSmallBits() == 0; in none()
201 uintptr_t Bits = getSmallBits(); in find_first()
217 uintptr_t Bits = getSmallBits(); in find_next()
307 setSmallBits(~getSmallBits()); in flip()
348 return getSmallBits() == RHS.getSmallBits();
361 setSmallBits(getSmallBits() & RHS.getSmallBits());
375 setSmallBits(getSmallBits() | RHS.getSmallBits());
[all …]