Home
last modified time | relevance | path

Searched refs:EmitOMPSharedLValue (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp742 return CGF.EmitOMPSharedLValue(E); in emitSharedLValue()
7056 BP = CGF.EmitOMPSharedLValue(AssocExpr).getAddress(); in generateInfoForComponentList()
7066 BP = CGF.EmitOMPSharedLValue(AssocExpr).getAddress(); in generateInfoForComponentList()
7249 BaseLV = CGF.EmitOMPSharedLValue(BaseExpr); in generateInfoForComponentList()
7270 CGF.EmitOMPSharedLValue(I->getAssociatedExpression()) in generateInfoForComponentList()
7332 CGF.EmitOMPSharedLValue(MC.getAssociatedExpression()) in generateInfoForComponentList()
H A DCodeGenFunction.h4009 LValue EmitOMPSharedLValue(const Expr *E);
H A DCGStmtOpenMP.cpp316 LValue CodeGenFunction::EmitOMPSharedLValue(const Expr *E) { in EmitOMPSharedLValue() function in CodeGenFunction