Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
HDExprMutationAnalyzer.cpp42 if (!BOComma->isCommaOp()) in canExprResolveTo()
HDCFG.cpp5065 if (E->isCommaOp()) { in VisitBinaryOperatorForTemporaryDtors()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
HDDataflowEnvironment.cpp451 if (auto *Op = dyn_cast<BinaryOperator>(E); Op && Op->isCommaOp()) { in PropagateResultObject()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDExpr.h3962 static bool isCommaOp(Opcode Opc) { return Opc == BO_Comma; } in isCommaOp() function
3963 bool isCommaOp() const { return isCommaOp(getOpcode()); } in isCommaOp() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
HDCompiler.cpp697 if (BO->isCommaOp()) { in VisitBinaryOperator()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaExpr.cpp4832 if (isa<BinaryOperator>(E) && cast<BinaryOperator>(E)->isCommaOp()) { in ActOnArraySubscriptExpr()
4896 if ((isa<BinaryOperator>(idx) && cast<BinaryOperator>(idx)->isCommaOp()) || in ActOnArraySubscriptExpr()