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

/external/clang/lib/CodeGen/
H A DCGExpr.cpp940 ConstantEmissionKind CEK; local
942 CEK = CEK_None;
944 CEK = checkVarTypeForConstantEmission(var->getType());
946 CEK = CEK_AsValueOnly;
948 CEK = CEK_None;
950 if (CEK == CEK_None) return ConstantEmission();
957 if (CEK != CEK_AsReferenceOnly &&
963 } else if (CEK != CEK_AsValueOnly &&

Completed in 278 milliseconds