Lines Matching defs:Environment
116 explicit Label(Environment *env);
187 LabelImpl(Environment *env, GateRef control)
244 Environment *env_;
258 friend class Environment;
266 class Environment {
269 Environment(GateRef hir, Circuit *circuit, CircuitBuilder *builder);
270 Environment(GateRef stateEntry, GateRef dependEntry, const std::initializer_list<GateRef>& args,
272 Environment(size_t arguments, CircuitBuilder *builder);
273 ~Environment();
343 inline LabelImpl *NewLabel(Environment *env, GateRef control = -1)
394 Variable(Environment *env, VariableType type, uint32_t id, GateRef value) : id_(id), type_(type), env_(env)
460 Environment *env_;