Home
last modified time | relevance | path

Searched refs:tryEmitAsConstant (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/CodeGen/
DCGExprComplex.cpp119 if (CodeGenFunction::ConstantEmission result = CGF.tryEmitAsConstant(E)) { in VisitDeclRefExpr()
DCGExprAgg.cpp129 = CGF.tryEmitAsConstant(E)) { in VisitDeclRefExpr()
DCodeGenFunction.h2776 ConstantEmission tryEmitAsConstant(DeclRefExpr *refExpr);
DCGExprScalar.cpp271 if (CodeGenFunction::ConstantEmission result = CGF.tryEmitAsConstant(E)) { in VisitDeclRefExpr()
DCGExpr.cpp1135 CodeGenFunction::tryEmitAsConstant(DeclRefExpr *refExpr) { in tryEmitAsConstant() function in CodeGenFunction