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

12

/external/clang/include/clang/AST/
H A DOperationKinds.h323 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.h2919 : Expr(BinaryOperatorClass, Empty), Opc(BO_Comma) { }
/external/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp164 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.cpp94 } else if (BO->getOpcode() == BO_Comma) {
184 case BO_Comma:
1716 case BO_Comma: return ",";
1755 case OO_Comma: return BO_Comma;
1973 case BO_Comma:
3116 if (BO->getOpcode() == BO_Comma) {
3176 if (BinOp->getOpcode() == BO_Comma && BinOp->getRHS())
H A DExprClassification.cpp515 if (E->getOpcode() == BO_Comma)
H A DStmtProfile.cpp707 BinaryOp = BO_Comma;
728 BinaryOperatorKind BinaryOp = BO_Comma;
H A DExprConstant.cpp3757 case BO_Comma:
6144 return E->getOpcode() == BO_Comma ||
6208 if (E->getOpcode() == BO_Comma) {
6250 if (E->getOpcode() == BO_Comma) {
7254 if (E->isPtrMemOp() || E->isAssignmentOp() || E->getOpcode() == BO_Comma)
7515 if (E->isPtrMemOp() || E->isAssignmentOp() || E->getOpcode() == BO_Comma)
8284 case BO_Comma: {
8302 if (Exp->getOpcode() == BO_Comma) {
/external/clang/lib/Analysis/
H A DReachableCode.cpp92 return BO->getOpcode() != BO_Comma;
H A DCFG.cpp1367 if (B->getOpcode() == BO_Comma) { // ,
3680 if (B->getOpcode() == BO_Comma) {
/external/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp114 if (BO->getOpcode() == BO_Comma) {
H A DCheckSecuritySyntaxOnly.cpp181 B->getOpcode() == BO_Comma))
/external/clang/lib/Sema/
H A DSemaLambda.cpp256 if (BO->getOpcode() == BO_Comma)
H A DSemaExprCXX.cpp4975 if (BO->getOpcode() == BO_Comma) {
4982 BO_Comma, BO->getType(),
5581 if (BO->getOpcode() == BO_Comma)
H A DSemaChecking.cpp4559 case BO_Comma:
5722 if (BO->getOpcode() == BO_Comma)
7108 if (BO->getOpcode() == BO_Comma) {
H A DSemaExpr.cpp8770 case tok::comma: Opc = BO_Comma; break;
8997 case BO_Comma:
/external/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp430 case BO_Comma:
H A DExprEngine.cpp852 else if (B->getOpcode() == BO_Comma) {
/external/chromium_org/v8/tools/gcmole/
H A Dgcmole.cc674 case clang::BO_Comma:
/external/clang/lib/CodeGen/
H A DCGExprAgg.cpp780 if (op->getOpcode() == BO_Comma)
H A DCGExpr.cpp2920 if (E->getOpcode() == BO_Comma) {
H A DCGExprScalar.cpp3277 case BO_Comma:
/external/v8/tools/gcmole/
H A Dgcmole.cc676 case clang::BO_Comma:

Completed in 412 milliseconds

12