Searched refs:IVLVal (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h257 LValue IVLVal; member in struct:clang::CodeGen::CGOpenMPRuntime::LastprivateConditionalData
283 LValue IVLVal);
858 void emitLastprivateConditionalUpdate(CodeGenFunction &CGF, LValue IVLVal,
H A DCGOpenMPRuntime.cpp11301 CodeGenFunction &CGF, const OMPExecutableDirective &S, LValue IVLVal)
11328 Data.IVLVal = IVLVal;
11416 LValue IVLVal;
11432 IVLVal = D.IVLVal;
11451 IVLVal = D.IVLVal;
11474 return std::make_tuple(FoundE, FoundD, UniqueDeclName, IVLVal, FoundFn);
11480 LValue IVLVal,
[all...]

Completed in 96 milliseconds