Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DExpr.h3739 assert(BinaryOperatorBits.HasFPFeatures); in getTrailingFPFeatures()
3744 assert(BinaryOperatorBits.HasFPFeatures); in getTrailingFPFeatures()
3757 BinaryOperatorBits.Opc = BO_Comma; in BinaryOperator()
3768 SourceLocation getOperatorLoc() const { return BinaryOperatorBits.OpLoc; } in getOperatorLoc()
3769 void setOperatorLoc(SourceLocation L) { BinaryOperatorBits.OpLoc = L; } in setOperatorLoc()
3772 return static_cast<Opcode>(BinaryOperatorBits.Opc); in getOpcode()
3774 void setOpcode(Opcode Opc) { BinaryOperatorBits.Opc = Opc; } in setOpcode()
3909 void setHasStoredFPFeatures(bool B) { BinaryOperatorBits.HasFPFeatures = B; } in setHasStoredFPFeatures()
3910 bool hasStoredFPFeatures() const { return BinaryOperatorBits.HasFPFeatures; } in hasStoredFPFeatures()
3919 assert(BinaryOperatorBits.HasFPFeatures); in setStoredFPFeatures()
[all …]
DStmt.h1034 BinaryOperatorBitfields BinaryOperatorBits; member
/external/llvm-project/clang/lib/AST/
DExpr.cpp4334 BinaryOperatorBits.Opc = opc; in BinaryOperator()
4337 BinaryOperatorBits.OpLoc = opLoc; in BinaryOperator()
4340 BinaryOperatorBits.HasFPFeatures = FPFeatures.requiresTrailingStorage(); in BinaryOperator()
4351 BinaryOperatorBits.Opc = opc; in BinaryOperator()
4354 BinaryOperatorBits.OpLoc = opLoc; in BinaryOperator()
4357 BinaryOperatorBits.HasFPFeatures = FPFeatures.requiresTrailingStorage(); in BinaryOperator()