/external/clang/include/clang/AST/ |
D | OperationKinds.h | 306 enum BinaryOperatorKind { enum
|
D | ExprCXX.h | 4022 BinaryOperatorKind Opcode; 4028 BinaryOperatorKind Opcode, SourceLocation EllipsisLoc, Expr *RHS, in CXXFoldExpr() 4055 BinaryOperatorKind getOperator() const { return Opcode; } in getOperator()
|
D | Expr.h | 2965 typedef BinaryOperatorKind Opcode;
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | MallocOverflowSecurityChecker.cpp | 61 static inline bool EvaluatesToZero(APSInt &Val, BinaryOperatorKind op) { in EvaluatesToZero() 83 BinaryOperatorKind opc = binop->getOpcode(); in CheckMallocArgument()
|
D | IvarInvalidationChecker.cpp | 677 BinaryOperatorKind Opcode = BO->getOpcode(); in VisitBinaryOperator()
|
/external/clang/lib/Sema/ |
D | SemaPseudoObject.cpp | 215 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()
|
D | SemaTemplateVariadic.cpp | 982 BinaryOperatorKind Opc = ConvertTokenKindToBinaryOpcode(Operator); in ActOnCXXFoldExpr() 987 BinaryOperatorKind Operator, in BuildCXXFoldExpr() 995 BinaryOperatorKind Operator) { in BuildEmptyCXXFoldExpr()
|
D | SemaExpr.cpp | 6516 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 …]
|
D | TreeTransform.h | 2092 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()
|
D | SemaChecking.cpp | 5751 BinaryOperatorKind op = B->getOpcode(); in EvalAddr() 6513 BinaryOperatorKind op = E->getOpcode(); in CheckTrivialUnsignedComparison() 6558 BinaryOperatorKind op = E->getOpcode(); in DiagnoseOutOfRangeComparison()
|
D | SemaOpenMP.cpp | 4677 BinaryOperatorKind Op; 6969 BinaryOperatorKind BOK = BO_Comma; in ActOnOpenMPReductionClause()
|
D | SemaExprObjC.cpp | 3971 BinaryOperatorKind Opc) { in CheckObjCARCConversion()
|
D | SemaOverload.cpp | 11438 BinaryOperatorKind Opc, in CreateOverloadedBinOp()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2564 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/ |
D | CFG.cpp | 58 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/ |
D | StmtProfile.cpp | 886 BinaryOperatorKind &BinaryOp) { in DecodeOperatorCall() 1074 BinaryOperatorKind BinaryOp = BO_Comma; in VisitCXXOperatorCallExpr()
|
D | ExprConstant.cpp | 1727 BinaryOperatorKind Opcode, APSInt RHS, in handleIntIntBinOp() 1825 APFloat &LHS, BinaryOperatorKind Opcode, in handleFloatFloatBinOp() 2856 BinaryOperatorKind Opcode; 2954 BinaryOperatorKind Opcode, const APValue &RVal) { in handleCompoundAssignment()
|
D | Expr.cpp | 1857 BinaryOperatorKind
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | PathDiagnostic.cpp | 721 BinaryOperatorKind Op = cast<BinaryOperator>(S)->getOpcode(); in getNextStmt()
|
/external/clang/lib/CodeGen/ |
D | CGExprComplex.cpp | 1082 static CompoundFunc getComplexOp(BinaryOperatorKind Op) { in getComplexOp()
|
D | CGStmtOpenMP.cpp | 2198 BinaryOperatorKind BO, in emitOMPAtomicRMW() 2289 LValue X, RValue E, BinaryOperatorKind BO, bool IsXLHSInRHSPart, in EmitOMPAtomicSimpleUpdateExpr()
|
D | CodeGenFunction.h | 2255 LValue X, RValue E, BinaryOperatorKind BO, bool IsXLHSInRHSPart,
|
D | CGOpenMPRuntime.cpp | 3035 BinaryOperatorKind BO = BO_Comma; in emitReduction()
|
D | CGExprScalar.cpp | 933 BinaryOperatorKind Opcode = Info.Opcode; in EmitBinOpCheck()
|
/external/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 1640 E->Opcode = (BinaryOperatorKind)Record[Idx++]; in VisitCXXFoldExpr()
|