Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp753 return CGF.EmitOMPSharedLValue(E); in emitSharedLValue()
7585 BP = CGF.EmitOMPSharedLValue(AssocExpr).getAddress(CGF); in generateInfoForComponentList()
7594 BP = CGF.EmitOMPSharedLValue(AssocExpr).getAddress(CGF); in generateInfoForComponentList()
7737 LB = CGF.EmitOMPSharedLValue(I->getAssociatedExpression()) in generateInfoForComponentList()
7785 CGF.EmitOMPSharedLValue(MC.getAssociatedExpression()) in generateInfoForComponentList()
DCodeGenFunction.h3543 LValue EmitOMPSharedLValue(const Expr *E);
DCGStmtOpenMP.cpp271 LValue CodeGenFunction::EmitOMPSharedLValue(const Expr *E) { in EmitOMPSharedLValue() function in CodeGenFunction