Searched refs:BinaryOperatorBits (Results 1 – 4 of 4) sorted by relevance
3823 assert(BinaryOperatorBits.HasFPFeatures); in getTrailingFPFeatures()3828 assert(BinaryOperatorBits.HasFPFeatures); in getTrailingFPFeatures()3841 BinaryOperatorBits.Opc = BO_Comma; in BinaryOperator()3853 void setOperatorLoc(SourceLocation L) { BinaryOperatorBits.OpLoc = L; } in setOperatorLoc()3856 return static_cast<Opcode>(BinaryOperatorBits.Opc); in getOpcode()3858 void setOpcode(Opcode Opc) { BinaryOperatorBits.Opc = Opc; } in setOpcode()4004 assert(BinaryOperatorBits.HasFPFeatures); in setStoredFPFeatures()4011 if (BinaryOperatorBits.HasFPFeatures) in getFPFeaturesInEffect()4018 if (BinaryOperatorBits.HasFPFeatures) in getFPFeatures()4043 BinaryOperatorBits.Opc = BO_MulAssign; in BinaryOperator()[all …]
1228 BinaryOperatorBitfields BinaryOperatorBits; in alignas() member
3107 BitsUnpacker BinaryOperatorBits(Record[ASTStmtReader::NumExprFields]); in ReadStmtFromStream() local3108 BinaryOperatorBits.advance(/*Size of opcode*/ 6); in ReadStmtFromStream()3109 bool HasFPFeatures = BinaryOperatorBits.getNextBit(); in ReadStmtFromStream()3115 BitsUnpacker BinaryOperatorBits(Record[ASTStmtReader::NumExprFields]); in ReadStmtFromStream() local3116 BinaryOperatorBits.advance(/*Size of opcode*/ 6); in ReadStmtFromStream()3117 bool HasFPFeatures = BinaryOperatorBits.getNextBit(); in ReadStmtFromStream()
4676 BinaryOperatorBits.Opc = opc; in BinaryOperator()4679 BinaryOperatorBits.OpLoc = opLoc; in BinaryOperator()4682 BinaryOperatorBits.HasFPFeatures = FPFeatures.requiresTrailingStorage(); in BinaryOperator()4693 BinaryOperatorBits.Opc = opc; in BinaryOperator()4696 BinaryOperatorBits.OpLoc = opLoc; in BinaryOperator()4699 BinaryOperatorBits.HasFPFeatures = FPFeatures.requiresTrailingStorage(); in BinaryOperator()