Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGExpr.cpp933 ConstantEmissionKind CEK; in tryEmitAsConstant() local
935 CEK = CEK_None; in tryEmitAsConstant()
937 CEK = checkVarTypeForConstantEmission(var->getType()); in tryEmitAsConstant()
939 CEK = CEK_AsValueOnly; in tryEmitAsConstant()
941 CEK = CEK_None; in tryEmitAsConstant()
943 if (CEK == CEK_None) return ConstantEmission(); in tryEmitAsConstant()
950 if (CEK != CEK_AsReferenceOnly && in tryEmitAsConstant()
956 } else if (CEK != CEK_AsValueOnly && in tryEmitAsConstant()