Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DOperationKinds.h306 enum BinaryOperatorKind { enum
DExprCXX.h4022 BinaryOperatorKind Opcode;
4028 BinaryOperatorKind Opcode, SourceLocation EllipsisLoc, Expr *RHS, in CXXFoldExpr()
4055 BinaryOperatorKind getOperator() const { return Opcode; } in getOperator()
DExpr.h2965 typedef BinaryOperatorKind Opcode;
/external/clang/lib/StaticAnalyzer/Checkers/
DMallocOverflowSecurityChecker.cpp61 static inline bool EvaluatesToZero(APSInt &Val, BinaryOperatorKind op) { in EvaluatesToZero()
83 BinaryOperatorKind opc = binop->getOpcode(); in CheckMallocArgument()
DIvarInvalidationChecker.cpp677 BinaryOperatorKind Opcode = BO->getOpcode(); in VisitBinaryOperator()
/external/clang/lib/Sema/
DSemaPseudoObject.cpp215 BinaryOperatorKind opcode,
285 BinaryOperatorKind opcode,
325 BinaryOperatorKind opcode,
423 BinaryOperatorKind opcode, in buildAssignmentOperation()
456 BinaryOperatorKind nonCompound = in buildAssignmentOperation()
881 BinaryOperatorKind opcode, in buildAssignmentOperation()
989 BinaryOperatorKind opcode, in buildAssignmentOperation()
1582 BinaryOperatorKind opcode, in checkPseudoObjectAssignment()
DSemaTemplateVariadic.cpp982 BinaryOperatorKind Opc = ConvertTokenKindToBinaryOpcode(Operator); in ActOnCXXFoldExpr()
987 BinaryOperatorKind Operator, in BuildCXXFoldExpr()
995 BinaryOperatorKind Operator) { in BuildEmptyCXXFoldExpr()
DSemaExpr.cpp6516 static bool IsArithmeticOp(BinaryOperatorKind Opc) { in IsArithmeticOp()
6526 static bool IsArithmeticBinaryExpr(Expr *E, BinaryOperatorKind *Opcode, in IsArithmeticBinaryExpr()
6554 BinaryOperatorKind OpKind = BinaryOperator::getOverloadedOpcode(OO); in IsArithmeticBinaryExpr()
6592 BinaryOperatorKind CondOpcode; in DiagnoseConditionalPrecedence()
7915 SourceLocation Loc, BinaryOperatorKind Opc, in CheckAdditionOperands()
8092 SourceLocation Loc, BinaryOperatorKind Opc, in DiagnoseBadShiftValues()
8235 SourceLocation Loc, BinaryOperatorKind Opc, in CheckShiftOperands()
8554 BinaryOperatorKind Opc) { in diagnoseLogicalNotOnLHSofComparison()
8609 SourceLocation Loc, BinaryOperatorKind Opc, in CheckCompareOperands()
9117 BinaryOperatorKind Opc) { in CheckLogicalOperands()
[all …]
DTreeTransform.h2092 BinaryOperatorKind Opc, in RebuildBinaryOperator()
3010 BinaryOperatorKind Operator, in RebuildCXXFoldExpr()
3022 BinaryOperatorKind Operator) { in RebuildEmptyCXXFoldExpr()
11406 BinaryOperatorKind Opc = BinaryOperator::getOverloadedOpcode(Op); in RebuildCXXOperatorCallExpr()
11447 BinaryOperatorKind Opc = BinaryOperator::getOverloadedOpcode(Op); in RebuildCXXOperatorCallExpr()
11504 BinaryOperatorKind Opc = BinaryOperator::getOverloadedOpcode(Op); in RebuildCXXOperatorCallExpr()
DSemaChecking.cpp5751 BinaryOperatorKind op = B->getOpcode(); in EvalAddr()
6513 BinaryOperatorKind op = E->getOpcode(); in CheckTrivialUnsignedComparison()
6558 BinaryOperatorKind op = E->getOpcode(); in DiagnoseOutOfRangeComparison()
DSemaOpenMP.cpp4677 BinaryOperatorKind Op;
6969 BinaryOperatorKind BOK = BO_Comma; in ActOnOpenMPReductionClause()
DSemaExprObjC.cpp3971 BinaryOperatorKind Opc) { in CheckObjCARCConversion()
DSemaOverload.cpp11438 BinaryOperatorKind Opc, in CreateOverloadedBinOp()
/external/clang/include/clang/Sema/
DSema.h2564 BinaryOperatorKind Opc,
3960 static BinaryOperatorKind ConvertTokenKindToBinaryOpcode(tok::TokenKind Kind);
3966 BinaryOperatorKind Opc, Expr *LHSExpr, Expr *RHSExpr);
3967 ExprResult CreateBuiltinBinOp(SourceLocation OpLoc, BinaryOperatorKind Opc,
4559 BinaryOperatorKind Operator,
4563 BinaryOperatorKind Operator);
8465 BinaryOperatorKind Opc, QualType* CompLHSTy = nullptr);
8471 BinaryOperatorKind Opc, bool IsCompAssign = false);
8474 BinaryOperatorKind Opc, bool isRelational);
8480 BinaryOperatorKind Opc);
[all …]
/external/clang/lib/Analysis/
DCFG.cpp58 static std::tuple<const DeclRefExpr *, BinaryOperatorKind, const Expr *>
60 BinaryOperatorKind Op = B->getOpcode(); in tryNormalizeBinaryOperator()
667 BinaryOperatorKind Bok = B->getOpcode(); in checkIncorrectRelationalOperator()
732 TryResult analyzeLogicOperatorCondition(BinaryOperatorKind Relation, in analyzeLogicOperatorCondition()
772 BinaryOperatorKind BO1; in checkIncorrectLogicOperator()
780 BinaryOperatorKind BO2; in checkIncorrectLogicOperator()
/external/clang/lib/AST/
DStmtProfile.cpp886 BinaryOperatorKind &BinaryOp) { in DecodeOperatorCall()
1074 BinaryOperatorKind BinaryOp = BO_Comma; in VisitCXXOperatorCallExpr()
DExprConstant.cpp1727 BinaryOperatorKind Opcode, APSInt RHS, in handleIntIntBinOp()
1825 APFloat &LHS, BinaryOperatorKind Opcode, in handleFloatFloatBinOp()
2856 BinaryOperatorKind Opcode;
2954 BinaryOperatorKind Opcode, const APValue &RVal) { in handleCompoundAssignment()
DExpr.cpp1857 BinaryOperatorKind
/external/clang/lib/StaticAnalyzer/Core/
DPathDiagnostic.cpp721 BinaryOperatorKind Op = cast<BinaryOperator>(S)->getOpcode(); in getNextStmt()
/external/clang/lib/CodeGen/
DCGExprComplex.cpp1082 static CompoundFunc getComplexOp(BinaryOperatorKind Op) { in getComplexOp()
DCGStmtOpenMP.cpp2198 BinaryOperatorKind BO, in emitOMPAtomicRMW()
2289 LValue X, RValue E, BinaryOperatorKind BO, bool IsXLHSInRHSPart, in EmitOMPAtomicSimpleUpdateExpr()
DCodeGenFunction.h2255 LValue X, RValue E, BinaryOperatorKind BO, bool IsXLHSInRHSPart,
DCGOpenMPRuntime.cpp3035 BinaryOperatorKind BO = BO_Comma; in emitReduction()
DCGExprScalar.cpp933 BinaryOperatorKind Opcode = Info.Opcode; in EmitBinOpCheck()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp1640 E->Opcode = (BinaryOperatorKind)Record[Idx++]; in VisitCXXFoldExpr()