Home
last modified time | relevance | path

Searched refs:BinaryOperatorKind (Results 1 – 21 of 21) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DOperationKinds.h306 enum BinaryOperatorKind { enum
H A DExprCXX.h3841 BinaryOperatorKind Opcode;
3847 BinaryOperatorKind Opcode, SourceLocation EllipsisLoc, Expr *RHS, in CXXFoldExpr()
3874 BinaryOperatorKind getOperator() const { return Opcode; } in getOperator()
H A DExpr.h2926 typedef BinaryOperatorKind Opcode;
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaPseudoObject.cpp222 BinaryOperatorKind opcode,
278 BinaryOperatorKind opcode,
318 BinaryOperatorKind opcode,
406 BinaryOperatorKind opcode, in buildAssignmentOperation()
431 BinaryOperatorKind nonCompound = in buildAssignmentOperation()
869 BinaryOperatorKind opcode, in buildAssignmentOperation()
977 BinaryOperatorKind opcode, in buildAssignmentOperation()
1545 BinaryOperatorKind opcode, in checkPseudoObjectAssignment()
H A DSemaTemplateVariadic.cpp986 BinaryOperatorKind Opc = ConvertTokenKindToBinaryOpcode(Operator); in ActOnCXXFoldExpr()
991 BinaryOperatorKind Operator, in BuildCXXFoldExpr()
999 BinaryOperatorKind Operator) { in BuildEmptyCXXFoldExpr()
H A DSemaExpr.cpp6056 static bool IsArithmeticOp(BinaryOperatorKind Opc) { in IsArithmeticOp()
6064 static bool IsArithmeticBinaryExpr(Expr *E, BinaryOperatorKind *Opcode, in IsArithmeticBinaryExpr()
6092 BinaryOperatorKind OpKind = BinaryOperator::getOverloadedOpcode(OO); in IsArithmeticBinaryExpr()
6103 static bool IsLogicOp(BinaryOperatorKind Opc) { in IsLogicOp()
6132 BinaryOperatorKind CondOpcode; in DiagnoseConditionalPrecedence()
7989 BinaryOperatorKind Opc = (BinaryOperatorKind) OpaqueOpc; in CheckCompareOperands()
9319 BinaryOperatorKind Sema::ConvertTokenKindToBinaryOpcode(tok::TokenKind Kind) { in ConvertTokenKindToBinaryOpcode()
9320 BinaryOperatorKind Opc; in ConvertTokenKindToBinaryOpcode()
9472 BinaryOperatorKind Opc, in CreateBuiltinBinOp()
9663 static void DiagnoseBitwisePrecedence(Sema &Self, BinaryOperatorKind Opc, in DiagnoseBitwisePrecedence()
[all …]
H A DTreeTransform.h1904 BinaryOperatorKind Opc, in RebuildBinaryOperator()
2799 BinaryOperatorKind Operator, in RebuildCXXFoldExpr()
2811 BinaryOperatorKind Operator) { in RebuildEmptyCXXFoldExpr()
10599 BinaryOperatorKind Opc = BinaryOperator::getOverloadedOpcode(Op); in RebuildCXXOperatorCallExpr()
10640 BinaryOperatorKind Opc = BinaryOperator::getOverloadedOpcode(Op); in RebuildCXXOperatorCallExpr()
10697 BinaryOperatorKind Opc = BinaryOperator::getOverloadedOpcode(Op); in RebuildCXXOperatorCallExpr()
H A DSemaChecking.cpp5034 BinaryOperatorKind op = B->getOpcode(); in EvalAddr()
5790 BinaryOperatorKind op = E->getOpcode(); in CheckTrivialUnsignedComparison()
5835 BinaryOperatorKind op = E->getOpcode(); in DiagnoseOutOfRangeComparison()
H A DSemaExprObjC.cpp3771 BinaryOperatorKind Opc) { in CheckObjCARCConversion()
H A DSemaOpenMP.cpp4708 BinaryOperatorKind BOK = BO_Comma; in ActOnOpenMPReductionClause()
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DMallocOverflowSecurityChecker.cpp74 BinaryOperatorKind opc = binop->getOpcode(); in CheckMallocArgument()
H A DIvarInvalidationChecker.cpp677 BinaryOperatorKind Opcode = BO->getOpcode(); in VisitBinaryOperator()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DStmtProfile.cpp739 BinaryOperatorKind &BinaryOp) { in DecodeOperatorCall()
928 BinaryOperatorKind BinaryOp = BO_Comma; in VisitCXXOperatorCallExpr()
H A DExprConstant.cpp1644 BinaryOperatorKind Opcode, APSInt RHS, in handleIntIntBinOp()
1743 APFloat &LHS, BinaryOperatorKind Opcode, in handleFloatFloatBinOp()
2770 BinaryOperatorKind Opcode;
2868 BinaryOperatorKind Opcode, const APValue &RVal) { in handleCompoundAssignment()
H A DExpr.cpp1808 BinaryOperatorKind
/minix3/external/bsd/llvm/dist/clang/lib/Analysis/
H A DCFG.cpp595 BinaryOperatorKind Bok = B->getOpcode(); in checkIncorrectRelationalOperator()
660 TryResult analyzeLogicOperatorCondition(BinaryOperatorKind Relation, in analyzeLogicOperatorCondition()
698 BinaryOperatorKind BO1 = LHS->getOpcode(); in checkIncorrectLogicOperator()
719 BinaryOperatorKind BO2 = RHS->getOpcode(); in checkIncorrectLogicOperator()
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h3766 static BinaryOperatorKind ConvertTokenKindToBinaryOpcode(tok::TokenKind Kind);
3772 BinaryOperatorKind Opc, Expr *LHSExpr, Expr *RHSExpr);
3773 ExprResult CreateBuiltinBinOp(SourceLocation OpLoc, BinaryOperatorKind Opc,
4365 BinaryOperatorKind Operator,
4369 BinaryOperatorKind Operator);
8067 BinaryOperatorKind Opcode,
8185 BinaryOperatorKind Opc = BO_PtrMemD
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp719 BinaryOperatorKind Op = cast<BinaryOperator>(S)->getOpcode(); in getNextStmt()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGExprComplex.cpp1069 static CompoundFunc getComplexOp(BinaryOperatorKind Op) { in getComplexOp()
H A DCGExprScalar.cpp898 BinaryOperatorKind Opcode = Info.Opcode; in EmitBinOpCheck()
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp1590 E->Opcode = (BinaryOperatorKind)Record[Idx++]; in VisitCXXFoldExpr()