Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGExprAgg.cpp128 = CGF.tryEmitAsConstant(E)) { in VisitDeclRefExpr()
DCGExprComplex.cpp119 if (CodeGenFunction::ConstantEmission result = CGF.tryEmitAsConstant(E)) { in VisitDeclRefExpr()
DCodeGenFunction.h2365 ConstantEmission tryEmitAsConstant(DeclRefExpr *refExpr);
DCGExpr.cpp993 CodeGenFunction::tryEmitAsConstant(DeclRefExpr *refExpr) { in tryEmitAsConstant() function in CodeGenFunction
DCGExprScalar.cpp266 if (CodeGenFunction::ConstantEmission result = CGF.tryEmitAsConstant(E)) { in VisitDeclRefExpr()