reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/ExprConstant.cpp
13386     switch (InterpCtx.evaluateAsRValue(Info, E, Result)) {
13396   if (E->getType().isNull())
13399   if (!CheckLiteralType(Info, E))
13402   if (!::Evaluate(Result, Info, E))
13405   if (E->isGLValue()) {
13408     if (!handleLValueToRValueConversion(Info, E, E->getType(), LV, Result))
13408     if (!handleLValueToRValueConversion(Info, E, E->getType(), LV, Result))
13413   return CheckConstantExpression(Info, E->getExprLoc(), E->getType(), Result) &&
13413   return CheckConstantExpression(Info, E->getExprLoc(), E->getType(), Result) &&