Lines Matching refs:Cfg
29 class Cfg {
30 Cfg() = delete;
31 Cfg(const Cfg &) = delete;
32 Cfg &operator=(const Cfg &) = delete;
37 ~Cfg();
39 static std::unique_ptr<Cfg> create(GlobalContext *Ctx, in create()
41 return std::unique_ptr<Cfg>(new Cfg(Ctx, SequenceNumber)); in create()
280 Cfg(GlobalContext *Ctx, uint32_t SequenceNumber);
352 template <> Variable *Cfg::makeVariable<Variable>(Type Ty);
355 using OwnerType = Cfg;
363 using OwnerType = Cfg;