Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGExprComplex.cpp114 if (CodeGenFunction::ConstantEmission result = CGF.tryEmitAsConstant(E)) { in VisitDeclRefExpr()
DCGExprAgg.cpp123 = CGF.tryEmitAsConstant(E)) { in VisitDeclRefExpr()
DCodeGenFunction.h2023 ConstantEmission tryEmitAsConstant(DeclRefExpr *refExpr);
DCGExpr.cpp925 CodeGenFunction::tryEmitAsConstant(DeclRefExpr *refExpr) { in tryEmitAsConstant() function in CodeGenFunction
DCGExprScalar.cpp228 if (CodeGenFunction::ConstantEmission result = CGF.tryEmitAsConstant(E)) { in VisitDeclRefExpr()