Home
last modified time | relevance | path

Searched defs:BitVector (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d1190 private struct BitVector struct
1194 auto rep() { return _rep; } in rep()
1196 this(ulong[] data) { _rep = data; } in this()
1198 void opSliceAssign(bool b) { _rep[] = b ? ulong.max : 0; } in opSliceAssign()
1200 void opSliceAssign(bool b, ulong x, ulong y) in opSliceAssign()
1231 bool opIndex(ulong x) in opIndex()
1238 void opIndexAssign(bool b, ulong x) in opIndexAssign()
1247 ulong length() const in length()
1255 ulong find1(ulong i) in find1()
1282 ulong find1Backward(ulong i) in find1Backward()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DPrettyClassDefinitionDumper.h23 class BitVector; variable
H A DDumpOutputStyle.h24 class BitVector; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
H A DLanaiFrameLowering.h20 class BitVector; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DReachableCode.h23 class BitVector; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.h23 class BitVector; variable
H A DBitTracker.h26 class BitVector; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DSpillPlacement.h37 class BitVector; variable
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DProgrammersManual.rst2375 .. _dss_bitvector:
2377 BitVector argument
2389 SmallBitVector
2392 The SmallBitVector container provides the same interface as BitVector, but it is argument
2403 SparseBitVector
2419 CoalescingBitVector
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DSparseBitVector.h322 const SparseBitVector<ElementSize> *BitVector = nullptr; variable
397 bool end = false):BitVector(RHS) { in BitVector() function
H A DBitVector.h137 BitVector() : Size(0) {} in BitVector() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h43 class BitVector; variable
H A DTargetFrameLowering.h21 class BitVector; variable
H A DMachineFrameInfo.h27 class BitVector; variable
H A DTargetRegisterInfo.h36 class BitVector; variable
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector.h140 typedef BV BitVector; typedef
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_deadlock_detector.h137 typedef BV BitVector; typedef
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_deadlock_detector.h138 typedef BV BitVector; typedef
/netbsd-src/sys/dev/ic/
H A Dmpt_mpilib.h1883 U32 BitVector[8]; /* 04h */ member