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

/external/clang/lib/CodeGen/
H A DCGExprComplex.cpp115 if (CodeGenFunction::ConstantEmission result = CGF.tryEmitAsConstant(E)) {
H A DCGExprAgg.cpp124 = CGF.tryEmitAsConstant(E)) {
H A DCodeGenFunction.h2176 ConstantEmission tryEmitAsConstant(DeclRefExpr *refExpr);
H A DCGExpr.cpp857 CodeGenFunction::tryEmitAsConstant(DeclRefExpr *refExpr) { function in class:CodeGenFunction
H A DCGExprScalar.cpp219 if (CodeGenFunction::ConstantEmission result = CGF.tryEmitAsConstant(E)) {

Completed in 59 milliseconds