Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGExpr.cpp929 ConstantEmissionKind CEK; in tryEmitAsConstant() local
931 CEK = CEK_None; in tryEmitAsConstant()
933 CEK = checkVarTypeForConstantEmission(var->getType()); in tryEmitAsConstant()
935 CEK = CEK_AsValueOnly; in tryEmitAsConstant()
937 CEK = CEK_None; in tryEmitAsConstant()
939 if (CEK == CEK_None) return ConstantEmission(); in tryEmitAsConstant()
946 if (CEK != CEK_AsReferenceOnly && in tryEmitAsConstant()
952 } else if (CEK != CEK_AsValueOnly && in tryEmitAsConstant()