Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGExpr.cpp1139 ConstantEmissionKind CEK; in tryEmitAsConstant() local
1141 CEK = CEK_None; in tryEmitAsConstant()
1143 CEK = checkVarTypeForConstantEmission(var->getType()); in tryEmitAsConstant()
1145 CEK = CEK_AsValueOnly; in tryEmitAsConstant()
1147 CEK = CEK_None; in tryEmitAsConstant()
1149 if (CEK == CEK_None) return ConstantEmission(); in tryEmitAsConstant()
1156 if (CEK != CEK_AsReferenceOnly && in tryEmitAsConstant()
1162 } else if (CEK != CEK_AsValueOnly && in tryEmitAsConstant()