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

/external/clang/lib/CodeGen/
H A DCGExpr.cpp861 ConstantEmissionKind CEK; local
863 CEK = CEK_None;
865 CEK = checkVarTypeForConstantEmission(var->getType());
867 CEK = CEK_AsValueOnly;
869 CEK = CEK_None;
871 if (CEK == CEK_None) return ConstantEmission();
878 if (CEK != CEK_AsReferenceOnly &&
884 } else if (CEK != CEK_AsValueOnly &&

Completed in 47 milliseconds