Home
last modified time | relevance | path

Searched refs:BinaryOperatorBits (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h3823 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 …]
H A DStmt.h1228 BinaryOperatorBitfields BinaryOperatorBits; in alignas() member
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp3107 BitsUnpacker BinaryOperatorBits(Record[ASTStmtReader::NumExprFields]); in ReadStmtFromStream() local
3108 BinaryOperatorBits.advance(/*Size of opcode*/ 6); in ReadStmtFromStream()
3109 bool HasFPFeatures = BinaryOperatorBits.getNextBit(); in ReadStmtFromStream()
3115 BitsUnpacker BinaryOperatorBits(Record[ASTStmtReader::NumExprFields]); in ReadStmtFromStream() local
3116 BinaryOperatorBits.advance(/*Size of opcode*/ 6); in ReadStmtFromStream()
3117 bool HasFPFeatures = BinaryOperatorBits.getNextBit(); in ReadStmtFromStream()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp4676 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()