clang
17.0.0git
|
EvalResult is a struct with detailed info about an evaluated expression. More...
#include "clang/AST/Expr.h"
Public Member Functions | |
bool | isGlobalLValue () const |
![]() | |
EvalStatus () | |
bool | hasSideEffects () const |
Public Attributes | |
APValue | Val |
Val - This is the value the expression can be folded to. More... | |
![]() | |
bool | HasSideEffects |
Whether the evaluated expression has side effects. More... | |
bool | HasUndefinedBehavior |
Whether the evaluation hit undefined behavior. More... | |
SmallVectorImpl< PartialDiagnosticAt > * | Diag |
Diag - If this is non-null, it will be filled in with a stack of notes indicating why evaluation failed (or why it failed to produce a constant expression). More... | |
EvalResult is a struct with detailed info about an evaluated expression.
bool Expr::EvalResult::isGlobalLValue | ( | ) | const |
Definition at line 15515 of file ExprConstant.cpp.
References clang::APValue::getLValueBase(), IsGlobalLValue(), and clang::APValue::isLValue().
Referenced by clang::Sema::FillInlineAsmIdentifierInfo().
APValue clang::Expr::EvalResult::Val |
Val - This is the value the expression can be folded to.
Definition at line 625 of file Expr.h.
Referenced by clang::Sema::ActOnGCCAsmStmt(), clang::Sema::ActOnOMPArrayShapingExpr(), clang::Sema::CheckAdditionOperands(), clang::Sema::CheckLogicalOperands(), checkOpenMPLoop(), clang::Sema::CheckSubtractionOperands(), clang::Sema::ConstantFoldAttrArgs(), EvaluateAndDiagnoseImmediateInvocation(), clang::Sema::FillInlineAsmIdentifierInfo(), clang::Expr::getAsBuiltinConstantDeclRef(), GetExprRange(), shouldAddCase(), and clang::CodeGen::CodeGenFunction::tryEmitAsConstant().