Searched refs:BO_PtrMemI (Results 1 - 22 of 22) sorted by relevance

/external/clang/include/clang/AST/
H A DOperationKinds.h309 BO_PtrMemD, BO_PtrMemI, // [C++ 5.5] Pointer-to-member operators. enumerator in enum:clang::BinaryOperatorKind
H A DStmtVisitor.h47 case BO_PtrMemI: DISPATCH(BinPtrMemI, BinaryOperator);
H A DExpr.h2989 bool isPtrMemOp() const { return Opc == BO_PtrMemD || Opc == BO_PtrMemI; }
/external/clang/lib/AST/
H A DExprClassification.cpp531 if (E->getOpcode() == BO_PtrMemI)
H A DStmtProfile.cpp958 BinaryOp = BO_PtrMemI;
H A DExprCXX.cpp535 if (BO->getOpcode() == BO_PtrMemD || BO->getOpcode() == BO_PtrMemI)
H A DExpr.cpp1784 case BO_PtrMemI: return "->*";
1854 case OO_ArrowStar: return BO_PtrMemI;
H A DExprConstant.cpp3146 assert(BO->getOpcode() == BO_PtrMemD || BO->getOpcode() == BO_PtrMemI);
4029 case BO_PtrMemI: {
4388 case BO_PtrMemI:
8851 case BO_PtrMemI:
/external/clang/lib/Analysis/
H A DUninitializedValues.cpp392 case BO_PtrMemI:
H A DConsumed.cpp733 case BO_PtrMemI:
H A DThreadSafetyCommon.cpp508 case BO_PtrMemI:
/external/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp459 case BO_PtrMemI:
/external/clang/lib/CodeGen/
H A DCGExprAgg.cpp769 if (E->getOpcode() == BO_PtrMemD || E->getOpcode() == BO_PtrMemI)
H A DCGExprCXX.cpp305 if (BO->getOpcode() == BO_PtrMemI)
H A DCGStmtOpenMP.cpp1530 case BO_PtrMemI:
H A DCGExpr.cpp3183 E->getOpcode() == BO_PtrMemI)
3439 if (E->getOpcode() == BO_PtrMemI)
H A DCGExprScalar.cpp3538 case BO_PtrMemI:
/external/clang/lib/Sema/
H A DSemaOverload.cpp11548 assert(op->getOpcode() == BO_PtrMemD || op->getOpcode() == BO_PtrMemI);
11562 if (op->getOpcode() == BO_PtrMemI)
H A DSemaExpr.cpp9831 case tok::arrowstar: Opc = BO_PtrMemI; break;
10038 case BO_PtrMemI:
10040 Opc == BO_PtrMemI);
H A DSemaChecking.cpp5813 case BO_PtrMemI:
H A DSemaOpenMP.cpp5557 case BO_PtrMemI:
H A DSemaDeclCXX.cpp2474 case(BO_PtrMemI):

Completed in 860 milliseconds