Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenModule.h796 ConstantAddress GetAddrOfConstantCompoundLiteral(const CompoundLiteralExpr*E);
DCGExprConstant.cpp1458 CodeGenModule::GetAddrOfConstantCompoundLiteral(const CompoundLiteralExpr *E) { in GetAddrOfConstantCompoundLiteral() function in CodeGenModule
DCGExpr.cpp3233 ConstantAddress GlobalPtr = CGM.GetAddrOfConstantCompoundLiteral(E); in EmitCompoundLiteralLValue()