Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaOpenMP.cpp7616 SmallVector<Expr *, 8> AllAdjustArgs; in ActOnOpenMPDeclareVariantDirective() local
7617 llvm::append_range(AllAdjustArgs, AdjustArgsNothing); in ActOnOpenMPDeclareVariantDirective()
7618 llvm::append_range(AllAdjustArgs, AdjustArgsNeedDevicePtr); in ActOnOpenMPDeclareVariantDirective()
7620 if (!AllAdjustArgs.empty() || !AppendArgs.empty()) { in ActOnOpenMPDeclareVariantDirective()
7626 if (!AllAdjustArgs.empty()) in ActOnOpenMPDeclareVariantDirective()
7641 for (Expr *E : AllAdjustArgs) { in ActOnOpenMPDeclareVariantDirective()