Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h277 DoNotPush, enumerator
282 ActionToDo Action = ActionToDo::DoNotPush;
H A DCGOpenMPRuntime.cpp12221 : ActionToDo::DoNotPush) {
12223 if (CGM.getLangOpts().OpenMP < 50 || Action == ActionToDo::DoNotPush)
12245 : CGM(CGF.CGM), Action(ActionToDo::DoNotPush) { in LastprivateConditionalRAII()