Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h3741 assert(BinaryOperatorBits.HasFPFeatures); in getTrailingFPFeatures()
3746 assert(BinaryOperatorBits.HasFPFeatures); in getTrailingFPFeatures()
3759 BinaryOperatorBits.Opc = BO_Comma; in BinaryOperator()
3770 SourceLocation getOperatorLoc() const { return BinaryOperatorBits.OpLoc; } in getOperatorLoc()
3771 void setOperatorLoc(SourceLocation L) { BinaryOperatorBits.OpLoc = L; } in setOperatorLoc()
3774 return static_cast<Opcode>(BinaryOperatorBits.Opc); in getOpcode()
3776 void setOpcode(Opcode Opc) { BinaryOperatorBits.Opc = Opc; } in setOpcode()
3911 void setHasStoredFPFeatures(bool B) { BinaryOperatorBits.HasFPFeatures = B; } in setHasStoredFPFeatures()
3912 bool hasStoredFPFeatures() const { return BinaryOperatorBits.HasFPFeatures; } in hasStoredFPFeatures()
3921 assert(BinaryOperatorBits.HasFPFeatures); in setStoredFPFeatures()
[all …]
H A DStmt.h1034 BinaryOperatorBitfields BinaryOperatorBits; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExpr.cpp4410 BinaryOperatorBits.Opc = opc; in BinaryOperator()
4413 BinaryOperatorBits.OpLoc = opLoc; in BinaryOperator()
4416 BinaryOperatorBits.HasFPFeatures = FPFeatures.requiresTrailingStorage(); in BinaryOperator()
4427 BinaryOperatorBits.Opc = opc; in BinaryOperator()
4430 BinaryOperatorBits.OpLoc = opLoc; in BinaryOperator()
4433 BinaryOperatorBits.HasFPFeatures = FPFeatures.requiresTrailingStorage(); in BinaryOperator()