Searched defs:AANoFreeImpl (Results 1 – 1 of 1) sorted by relevance
1411 struct AANoFreeImpl : public AANoFree { struct1412 AANoFreeImpl(const IRPosition &IRP, Attributor &A) : AANoFree(IRP, A) {} in AANoFreeImpl() argument1415 ChangeStatus updateImpl(Attributor &A) override { in updateImpl()1432 const std::string getAsStr() const override { in getAsStr()