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

References

tools/clang/lib/AST/ExprConstant.cpp
13384    if (Info.EnableNewConstInterp) {
13385     auto &InterpCtx = Info.Ctx.getInterpContext();
13386     switch (InterpCtx.evaluateAsRValue(Info, E, Result)) {
13399   if (!CheckLiteralType(Info, E))
13402   if (!::Evaluate(Result, Info, E))
13407     LV.setFrom(Info.Ctx, Result);
13408     if (!handleLValueToRValueConversion(Info, E, E->getType(), LV, Result))
13413   return CheckConstantExpression(Info, E->getExprLoc(), E->getType(), Result) &&
13414          CheckMemoryLeaks(Info);