Home
last modified time | relevance | path

Searched refs:BO_Comma (Results 1 – 25 of 31) sorted by relevance

12

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DOperationKinds.h326 BO_Comma // [C99 6.5.17] Comma operator. enumerator
H A DStmtVisitor.h79 case BO_Comma: DISPATCH(BinComma, BinaryOperator); in Visit()
H A DExpr.h2961 : Expr(BinaryOperatorClass, Empty), Opc(BO_Comma) { } in BinaryOperator()
/minix3/external/bsd/llvm/dist/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp162 if (BOE->getOpcode() == BO_Comma) in isZeroingPropIvar()
H A DTransRetainReleaseDealloc.cpp448 if (bopE->getOpcode() == BO_Comma && bopE->getLHS() == E && in tryRemoving()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DParentMap.cpp180 return BE->getOpcode()!=BO_Comma ||DirectChild==BE->getRHS(); in isConsumedExpr()
H A DExpr.cpp95 } else if (BO->getOpcode() == BO_Comma) { in skipRValueSubobjectAdjustments()
156 case BO_Comma: in isKnownToHaveBooleanValue()
1802 case BO_Comma: return ","; in getOpcodeStr()
1841 case OO_Comma: return BO_Comma; in getOverloadedOpcode()
2063 case BO_Comma: in isUnusedResultAWarning()
3283 if (BO->getOpcode() == BO_Comma) { in getObjCProperty()
3343 if (BinOp->getOpcode() == BO_Comma && BinOp->getRHS()) in getSourceBitField()
H A DStmtProfile.cpp907 BinaryOp = BO_Comma; in DecodeOperatorCall()
928 BinaryOperatorKind BinaryOp = BO_Comma; in VisitCXXOperatorCallExpr()
H A DExprClassification.cpp516 if (E->getOpcode() == BO_Comma) in ClassifyBinaryOp()
H A DExprConstant.cpp4023 case BO_Comma: in VisitBinaryOperator()
6584 return E->getOpcode() == BO_Comma || in shouldEnqueue()
6648 if (E->getOpcode() == BO_Comma) { in VisitBinOpLHSOnly()
6693 if (E->getOpcode() == BO_Comma) { in VisitBinOp()
7699 if (E->isPtrMemOp() || E->isAssignmentOp() || E->getOpcode() == BO_Comma) in VisitBinaryOperator()
7961 if (E->isPtrMemOp() || E->isAssignmentOp() || E->getOpcode() == BO_Comma) in VisitBinaryOperator()
8866 case BO_Comma: { in CheckICE()
8884 if (Exp->getOpcode() == BO_Comma) { in CheckICE()
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp113 if (BO->getOpcode() == BO_Comma) { in LookThroughTransitiveAssignmentsAndCommaOperators()
H A DCheckSecuritySyntaxOnly.cpp191 B->getOpcode() == BO_Comma)) in getIncrementedVar()
/minix3/external/bsd/llvm/dist/clang/lib/Analysis/
H A DReachableCode.cpp410 return BO->getOpcode() != BO_Comma; in isValidDeadStmt()
H A DUninitializedValues.cpp380 if (BO->getOpcode() == BO_Comma) in classify()
H A DThreadSafetyCommon.cpp553 case BO_Comma: in translateBinaryOperator()
H A DCFG.cpp1705 if (B->getOpcode() == BO_Comma) { // , in VisitBinaryOperator()
4130 if (B->getOpcode() == BO_Comma) { in print_elem()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp1030 case BO_Comma: in BuildEmptyCXXFoldExpr()
H A DSemaLambda.cpp513 if (BO->getOpcode() == BO_Comma) in findEnumForBlockReturn()
H A DSemaExprCXX.cpp5107 if (BO->getOpcode() == BO_Comma) { in ActOnDecltypeExpression()
5114 BO->getLHS(), RHS.get(), BO_Comma, BO->getType(), BO->getValueKind(), in ActOnDecltypeExpression()
5766 if (BO->getOpcode() == BO_Comma) in IsSpecialDiscardedValue()
H A DSemaOpenMP.cpp4708 BinaryOperatorKind BOK = BO_Comma; in ActOnOpenMPReductionClause()
4755 if (BOK == BO_Comma) { in ActOnOpenMPReductionClause()
H A DSemaChecking.cpp5628 case BO_Comma: in GetExprRange()
7166 if (BO->getOpcode() == BO_Comma) in getObject()
8659 if (BO->getOpcode() == BO_Comma) { in FindTypeTagExpr()
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp456 case BO_Comma: in evalBinOpNN()
H A DExprEngine.cpp1017 else if (B->getOpcode() == BO_Comma) { in Visit()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGExprAgg.cpp798 if (op->getOpcode() == BO_Comma) in isBlockVarRef()
H A DCGExprCXX.cpp1646 if (BO->getOpcode() == BO_Comma) in isGLValueFromPointerDeref()

12