Home
last modified time | relevance | path

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

/tools/dexter/slicer/export/slicer/
Dcode_ir.h232 struct CodeLocation : public Operand { struct
235 explicit CodeLocation(Label* label) : label(label) {} in CodeLocation() argument
237 virtual bool Accept(Visitor* visitor) override { return visitor->Visit(this); } in Accept()