Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp42 if (!BOComma->isCommaOp()) in canExprResolveTo()
H A DCFG.cpp5068 if (E->isCommaOp()) { in VisitBinaryOperatorForTemporaryDtors()
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp786 Op && Op->isCommaOp()) { in getResultObjectLocation()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h3913 static bool isCommaOp(Opcode Opc) { return Opc == BO_Comma; } in isCommaOp() function
3914 bool isCommaOp() const { return isCommaOp(getOpcode()); } in isCommaOp() function
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeExprGen.cpp368 if (BO->isCommaOp()) { in VisitBinaryOperator()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp5085 if (isa<BinaryOperator>(E) && cast<BinaryOperator>(E)->isCommaOp()) { in ActOnArraySubscriptExpr()
5149 if ((isa<BinaryOperator>(idx) && cast<BinaryOperator>(idx)->isCommaOp()) || in ActOnArraySubscriptExpr()