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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp1440 ConstantEmissionKind CEK; local
1442 CEK = CEK_None;
1444 CEK = checkVarTypeForConstantEmission(var->getType());
1446 CEK = CEK_AsValueOnly;
1448 CEK = CEK_None;
1450 if (CEK == CEK_None) return ConstantEmission();
1457 if (CEK != CEK_AsReferenceOnly &&
1463 } else if (CEK != CEK_AsValueOnly &&

Completed in 106 milliseconds