Searched refs:Bitset (Results 1 – 10 of 10) sorted by relevance
27 switch (avt->Bitset()) { in Name()49 return avt->Bitset() == tavt->Bitset(); in IsExactly()62 return (avt->Bitset() & tavt->Bitset()) == tavt->Bitset(); in IsA()80 switch (value->Bitset()) { in ElementSizeInBytes()103 switch (value->Bitset()) { in LoadType()125 switch (value->Bitset()) { in StoreType()
89 bitset_t Bitset() const { in Bitset() function
68 STAssertTrue(actual == expected, @"Bitset was not of size 1");72 STAssertTrue(actual == 0, @"Bitset was not empty");
73 /// \defgroup ANTLR3_BITSET ANTLR3_BITSET - Bitset Class Definition173 /// \defgroup pANTLR3_BITSET pANTLR3_BITSET - Bitset Implementation
230 bitset Bitset() { in Bitset() function639 return reinterpret_cast<BitsetType*>(this)->Bitset(); in AsBitset()
130 void printRegisterSet(Ostream &Str, const SmallBitVector &Bitset, in printRegisterSet() argument135 for (RegNumT RegNum : RegNumBVIter(Bitset)) { in printRegisterSet()
296 bitset Bitset() { in Bitset() function919 return reinterpret_cast<AstBitsetType*>(this)->Bitset(); in AsBitset()
194 Bitset chapter
6850 Value *Bitset = Builder.CreateAnd( in EmitX86BuiltinExpr() local6852 return Builder.CreateICmpNE(Bitset, llvm::ConstantInt::get(Int32Ty, 0)); in EmitX86BuiltinExpr()
3244 /** Bitset defining follow set for error recovery in rule state: <name> */