Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.h159 LValue emitSharedLValue(CodeGenFunction &CGF, const Expr *E);
DCGOpenMPRuntime.cpp766 LValue ReductionCodeGen::emitSharedLValue(CodeGenFunction &CGF, const Expr *E) { in emitSharedLValue() function in ReductionCodeGen
816 LValue First = emitSharedLValue(CGF, ClausesData[N].Shared); in emitSharedOrigLValue()
822 LValue First = emitSharedLValue(CGF, ClausesData[N].Ref); in emitSharedOrigLValue()