Searched defs:Variable (Results 1 – 4 of 4) sorted by relevance
31 class Variable; variable184 …Variable(LabelManager *lm, StubMachineType type, uint32_t id, GateRef value) : id_(id), type_(type… in Variable() function
151 class Variable; variable342 …Variable(Environment *env, StubMachineType type, uint32_t id, GateRef value) : id_(id), type_(type… in Variable() function
21 Variable, enumerator
33 export abstract class Variable { class