Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h3587 void processInReduction(const OMPExecutableDirective &S,
H A DCGStmtOpenMP.cpp5122 CGF.processInReduction(S, Data, CGF, CS, Scope); in EmitOMPTargetTaskBasedDirective()
5160 void CodeGenFunction::processInReduction(const OMPExecutableDirective &S, in processInReduction() function in CodeGenFunction