Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h281 DoNotPush, enumerator
286 ActionToDo Action = ActionToDo::DoNotPush;
H A DCGOpenMPRuntime.cpp11576 : ActionToDo::DoNotPush) {
11578 if (CGM.getLangOpts().OpenMP < 50 || Action == ActionToDo::DoNotPush)
11600 : CGM(CGF.CGM), Action(ActionToDo::DoNotPush) { in LastprivateConditionalRAII()