Home
last modified time | relevance | path

Searched defs:Bitset (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/libc/utils/CPP/
DBitset.h18 template <size_t NumberOfBits> struct Bitset { struct
22 constexpr void set(size_t Index) { in set()
26 constexpr bool test(size_t Index) const { in test()
32 static constexpr size_t BitsPerUnit = BitsPerByte * sizeof(uintptr_t);
33 uintptr_t Data[(NumberOfBits + BitsPerUnit - 1) / BitsPerUnit] = {0};
/external/antlr/runtime/Cpp/include/
Dantlr3bitset.hpp124 class Bitset : public ImplTraits::AllocPolicyType class
Dantlr3bitset.inl97 Bitset<ImplTraits>::Bitset( ANTLR_UINT32 numBits ) function in Bitset
114 Bitset<ImplTraits>::Bitset( const Bitset& bitset ) function in Bitset
/external/clang/docs/
DSanitizerCoverage.rst194 Bitset chapter
/external/mesa3d/src/freedreno/registers/
Dgen_header.py103 class Bitset(object): class
/external/swiftshader/third_party/subzero/src/
DIceTargetLowering.cpp130 void printRegisterSet(Ostream &Str, const SmallBitVector &Bitset, in printRegisterSet()
/external/clang/lib/CodeGen/
DCGBuiltin.cpp6850 Value *Bitset = Builder.CreateAnd( in EmitX86BuiltinExpr() local
/external/llvm-project/clang/lib/CodeGen/
DCGBuiltin.cpp11887 Value *Bitset = Builder.CreateAnd(Features, Mask); in EmitX86CpuSupports() local
11902 Value *Bitset = Builder.CreateAnd(Features, Mask); in EmitX86CpuSupports() local