Searched defs:EvalInfo (Results 1 – 3 of 3) sorted by relevance
427 struct EvalInfo { struct428 const DwarfLocations* loc_regs;429 const DwarfCie* cie;430 Memory* regular_memory;431 AddressType cfa;432 bool return_address_undefined = false;433 RegsInfo<AddressType> regs_info;
655 struct EvalInfo { struct658 RandomVariableNode var;661 std::set<int> staging;664 std::set<int> committed;667 int timestamp;670 RandomVariableType originalType;673 bool eval() { in eval()680 void stage() { staging.insert(var->value); } in stage()681 void commit() { in commit()689 void updateRange() { in updateRange()[all …]
437 struct EvalInfo { struct438 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 …]