Home
last modified time | relevance | path

Searched refs:isCommaOp (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp42 if (!BOComma->isCommaOp()) in canExprResolveTo()
H A DCFG.cpp5065 if (E->isCommaOp()) { in VisitBinaryOperatorForTemporaryDtors()
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp451 if (auto *Op = dyn_cast<BinaryOperator>(E); Op && Op->isCommaOp()) { in PropagateResultObject()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h3962 static bool isCommaOp(Opcode Opc) { return Opc == BO_Comma; } in isCommaOp() function
3963 bool isCommaOp() const { return isCommaOp(getOpcode()); } in isCommaOp() function
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.cpp697 if (BO->isCommaOp()) { in VisitBinaryOperator()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp4832 if (isa<BinaryOperator>(E) && cast<BinaryOperator>(E)->isCommaOp()) { in ActOnArraySubscriptExpr()
4896 if ((isa<BinaryOperator>(idx) && cast<BinaryOperator>(idx)->isCommaOp()) || in ActOnArraySubscriptExpr()