Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGExpr.cpp1113 ConstantEmissionKind CEK; in tryEmitAsConstant() local
1115 CEK = CEK_None; in tryEmitAsConstant()
1117 CEK = checkVarTypeForConstantEmission(var->getType()); in tryEmitAsConstant()
1119 CEK = CEK_AsValueOnly; in tryEmitAsConstant()
1121 CEK = CEK_None; in tryEmitAsConstant()
1123 if (CEK == CEK_None) return ConstantEmission(); in tryEmitAsConstant()
1130 if (CEK != CEK_AsReferenceOnly && in tryEmitAsConstant()
1136 } else if (CEK != CEK_AsValueOnly && in tryEmitAsConstant()