| /minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
| H A D | OperationKinds.h | 306 enum BinaryOperatorKind { enum
|
| H A D | ExprCXX.h | 3841 BinaryOperatorKind Opcode; 3847 BinaryOperatorKind Opcode, SourceLocation EllipsisLoc, Expr *RHS, in CXXFoldExpr() 3874 BinaryOperatorKind getOperator() const { return Opcode; } in getOperator()
|
| H A D | Expr.h | 2926 typedef BinaryOperatorKind Opcode;
|
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaPseudoObject.cpp | 222 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 D | SemaTemplateVariadic.cpp | 986 BinaryOperatorKind Opc = ConvertTokenKindToBinaryOpcode(Operator); in ActOnCXXFoldExpr() 991 BinaryOperatorKind Operator, in BuildCXXFoldExpr() 999 BinaryOperatorKind Operator) { in BuildEmptyCXXFoldExpr()
|
| H A D | SemaExpr.cpp | 6056 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 D | TreeTransform.h | 1904 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 D | SemaChecking.cpp | 5034 BinaryOperatorKind op = B->getOpcode(); in EvalAddr() 5790 BinaryOperatorKind op = E->getOpcode(); in CheckTrivialUnsignedComparison() 5835 BinaryOperatorKind op = E->getOpcode(); in DiagnoseOutOfRangeComparison()
|
| H A D | SemaExprObjC.cpp | 3771 BinaryOperatorKind Opc) { in CheckObjCARCConversion()
|
| H A D | SemaOpenMP.cpp | 4708 BinaryOperatorKind BOK = BO_Comma; in ActOnOpenMPReductionClause()
|
| /minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | MallocOverflowSecurityChecker.cpp | 74 BinaryOperatorKind opc = binop->getOpcode(); in CheckMallocArgument()
|
| H A D | IvarInvalidationChecker.cpp | 677 BinaryOperatorKind Opcode = BO->getOpcode(); in VisitBinaryOperator()
|
| /minix3/external/bsd/llvm/dist/clang/lib/AST/ |
| H A D | StmtProfile.cpp | 739 BinaryOperatorKind &BinaryOp) { in DecodeOperatorCall() 928 BinaryOperatorKind BinaryOp = BO_Comma; in VisitCXXOperatorCallExpr()
|
| H A D | ExprConstant.cpp | 1644 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 D | Expr.cpp | 1808 BinaryOperatorKind
|
| /minix3/external/bsd/llvm/dist/clang/lib/Analysis/ |
| H A D | CFG.cpp | 595 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 D | Sema.h | 3766 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 D | PathDiagnostic.cpp | 719 BinaryOperatorKind Op = cast<BinaryOperator>(S)->getOpcode(); in getNextStmt()
|
| /minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGExprComplex.cpp | 1069 static CompoundFunc getComplexOp(BinaryOperatorKind Op) { in getComplexOp()
|
| H A D | CGExprScalar.cpp | 898 BinaryOperatorKind Opcode = Info.Opcode; in EmitBinOpCheck()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 1590 E->Opcode = (BinaryOperatorKind)Record[Idx++]; in VisitCXXFoldExpr()
|