Searched refs:BO_Comma (Results 1 - 25 of 28) sorted by relevance

12

/external/clang/include/clang/AST/
H A DOperationKinds.h326 BO_Comma // [C99 6.5.17] Comma operator. enumerator in enum:clang::BinaryOperatorKind
H A DStmtVisitor.h79 case BO_Comma: DISPATCH(BinComma, BinaryOperator);
H A DExpr.h2949 : Expr(BinaryOperatorClass, Empty), Opc(BO_Comma) { }
/external/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp162 if (BOE->getOpcode() == BO_Comma)
H A DTransRetainReleaseDealloc.cpp448 if (bopE->getOpcode() == BO_Comma && bopE->getLHS() == E &&
/external/clang/lib/AST/
H A DParentMap.cpp180 return BE->getOpcode()!=BO_Comma ||DirectChild==BE->getRHS();
H A DExpr.cpp95 } else if (BO->getOpcode() == BO_Comma) {
156 case BO_Comma:
1764 case BO_Comma: return ",";
1803 case OO_Comma: return BO_Comma;
2025 case BO_Comma:
3215 if (BO->getOpcode() == BO_Comma) {
3275 if (BinOp->getOpcode() == BO_Comma && BinOp->getRHS())
H A DExprClassification.cpp514 if (E->getOpcode() == BO_Comma)
H A DStmtProfile.cpp815 BinaryOp = BO_Comma;
836 BinaryOperatorKind BinaryOp = BO_Comma;
H A DExprConstant.cpp3911 case BO_Comma:
6341 return E->getOpcode() == BO_Comma ||
6405 if (E->getOpcode() == BO_Comma) {
6450 if (E->getOpcode() == BO_Comma) {
7465 if (E->isPtrMemOp() || E->isAssignmentOp() || E->getOpcode() == BO_Comma)
7727 if (E->isPtrMemOp() || E->isAssignmentOp() || E->getOpcode() == BO_Comma)
8515 case BO_Comma: {
8533 if (Exp->getOpcode() == BO_Comma) {
/external/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp113 if (BO->getOpcode() == BO_Comma) {
H A DCheckSecuritySyntaxOnly.cpp191 B->getOpcode() == BO_Comma))
/external/clang/lib/Analysis/
H A DReachableCode.cpp410 return BO->getOpcode() != BO_Comma;
H A DThreadSafetyCommon.cpp344 case BO_Comma:
H A DCFG.cpp1637 if (B->getOpcode() == BO_Comma) { // ,
4049 if (B->getOpcode() == BO_Comma) {
/external/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp456 case BO_Comma:
H A DExprEngine.cpp925 else if (B->getOpcode() == BO_Comma) {
/external/chromium_org/v8/tools/gcmole/
H A Dgcmole.cc665 case clang::BO_Comma:
/external/clang/lib/Sema/
H A DSemaLambda.cpp513 if (BO->getOpcode() == BO_Comma)
H A DSemaExprCXX.cpp5064 if (BO->getOpcode() == BO_Comma) {
5071 BO->getLHS(), RHS.get(), BO_Comma, BO->getType(), BO->getValueKind(),
5705 if (BO->getOpcode() == BO_Comma)
H A DSemaOpenMP.cpp2960 BinaryOperatorKind BOK = BO_Comma;
3007 if (BOK == BO_Comma) {
H A DSemaChecking.cpp5157 case BO_Comma:
6583 if (BO->getOpcode() == BO_Comma)
7986 if (BO->getOpcode() == BO_Comma) {
/external/clang/lib/CodeGen/
H A DCGExprAgg.cpp798 if (op->getOpcode() == BO_Comma)
H A DCGExpr.cpp3035 if (E->getOpcode() == BO_Comma) {
H A DCGExprScalar.cpp3392 case BO_Comma:

Completed in 370 milliseconds

12