Home
last modified time | relevance | path

Searched defs:EvalInfo (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/AST/
DExprConstant.cpp437 struct EvalInfo { struct
438 ASTContext &Ctx;
441 Expr::EvalStatus &EvalStatus;
444 CallStackFrame *CurrentCall;
447 unsigned CallStackDepth;
450 unsigned NextCallIndex;
455 unsigned StepsLeft;
459 CallStackFrame BottomFrame;
463 llvm::SmallVector<Cleanup, 16> CleanupStack;
467 APValue::LValueBase EvaluatingDecl;
[all …]
/external/llvm-project/clang/lib/AST/
DExprConstant.cpp789 class EvalInfo : public interp::State { class
965 EvalInfo(const ASTContext &C, Expr::EvalStatus &S, EvaluationMode Mode) in EvalInfo() function in __anon3f12a8aa0311::EvalInfo