clang 22.0.0git
StmtOpenACC.cpp File Reference

Go to the source code of this file.

Functions

static std::pair< const Expr *, const Expr * > getBinaryOpArgs (const Expr *Op)
static std::pair< bool, const Expr * > getUnaryOpArgs (const Expr *Op)

Function Documentation

◆ getBinaryOpArgs()

std::pair< const Expr *, const Expr * > getBinaryOpArgs ( const Expr * Op)
static

Definition at line 327 of file StmtOpenACC.cpp.

References clang::cast().

Referenced by OpenACCAtomicConstruct::getAssociatedStmtInfo().

◆ getUnaryOpArgs()

std::pair< bool, const Expr * > getUnaryOpArgs ( const Expr * Op)
static

Definition at line 338 of file StmtOpenACC.cpp.

Referenced by OpenACCAtomicConstruct::getAssociatedStmtInfo().