Searched refs:BinaryOperatorKind (Results 1 - 18 of 18) sorted by relevance

/external/clang/include/clang/AST/
H A DOperationKinds.h306 enum BinaryOperatorKind { enum in namespace:clang
H A DExpr.h2914 typedef BinaryOperatorKind Opcode;
/external/clang/lib/Sema/
H A DSemaPseudoObject.cpp222 BinaryOperatorKind opcode,
278 BinaryOperatorKind opcode,
318 BinaryOperatorKind opcode,
406 BinaryOperatorKind opcode,
427 BinaryOperatorKind nonCompound =
862 BinaryOperatorKind opcode,
970 BinaryOperatorKind opcode,
1537 BinaryOperatorKind opcode,
H A DSemaExpr.cpp5964 static bool IsArithmeticOp(BinaryOperatorKind Opc) {
5972 static bool IsArithmeticBinaryExpr(Expr *E, BinaryOperatorKind *Opcode,
6000 BinaryOperatorKind OpKind = BinaryOperator::getOverloadedOpcode(OO);
6011 static bool IsLogicOp(BinaryOperatorKind Opc) {
6040 BinaryOperatorKind CondOpcode;
7864 BinaryOperatorKind Opc = (BinaryOperatorKind) OpaqueOpc;
9167 static inline BinaryOperatorKind ConvertTokenKindToBinaryOpcode(
9169 BinaryOperatorKind Opc;
9309 BinaryOperatorKind Op
[all...]
H A DSemaChecking.cpp4567 BinaryOperatorKind op = B->getOpcode();
5319 BinaryOperatorKind op = E->getOpcode();
5362 BinaryOperatorKind op = E->getOpcode();
H A DTreeTransform.h1845 BinaryOperatorKind Opc,
10046 BinaryOperatorKind Opc = BinaryOperator::getOverloadedOpcode(Op);
10087 BinaryOperatorKind Opc = BinaryOperator::getOverloadedOpcode(Op);
10144 BinaryOperatorKind Opc = BinaryOperator::getOverloadedOpcode(Op);
H A DSemaExprObjC.cpp3659 BinaryOperatorKind Opc) {
H A DSemaOpenMP.cpp2960 BinaryOperatorKind BOK = BO_Comma;
/external/clang/lib/StaticAnalyzer/Checkers/
H A DMallocOverflowSecurityChecker.cpp74 BinaryOperatorKind opc = binop->getOpcode();
H A DIvarInvalidationChecker.cpp677 BinaryOperatorKind Opcode = BO->getOpcode();
/external/clang/lib/AST/
H A DStmtProfile.cpp647 BinaryOperatorKind &BinaryOp) {
836 BinaryOperatorKind BinaryOp = BO_Comma;
H A DExprConstant.cpp1627 BinaryOperatorKind Opcode, APSInt RHS,
1726 APFloat &LHS, BinaryOperatorKind Opcode,
2685 BinaryOperatorKind Opcode;
2783 BinaryOperatorKind Opcode, const APValue &RVal) {
H A DExpr.cpp1770 BinaryOperatorKind
/external/clang/lib/Analysis/
H A DCFG.cpp525 BinaryOperatorKind Bok = B->getOpcode();
590 TryResult analyzeLogicOperatorCondition(BinaryOperatorKind Relation,
628 BinaryOperatorKind BO1 = LHS->getOpcode();
649 BinaryOperatorKind BO2 = RHS->getOpcode();
/external/clang/lib/CodeGen/
H A DCGExprComplex.cpp876 static CompoundFunc getComplexOp(BinaryOperatorKind Op) {
H A DCGExprScalar.cpp845 BinaryOperatorKind Opcode = Info.Opcode;
/external/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp720 BinaryOperatorKind Op = cast<BinaryOperator>(S)->getOpcode();
/external/clang/include/clang/Sema/
H A DSema.h3631 BinaryOperatorKind Opc, Expr *LHSExpr, Expr *RHSExpr);
3632 ExprResult CreateBuiltinBinOp(SourceLocation OpLoc, BinaryOperatorKind Opc,
7774 BinaryOperatorKind Opcode,
7892 BinaryOperatorKind Opc = BO_PtrMemD

Completed in 5748 milliseconds