Home
last modified time | relevance | path

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

/aosp_15_r20/system/unwinding/libunwindstack/
H A DDwarfSection.cpp427 struct EvalInfo { struct
428 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;
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/fuzzing/
DRandomVariable.cpp655 struct EvalInfo { struct
658 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 …]
/aosp_15_r20/external/clang/lib/AST/
H A 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 …]