Searched defs:AnalysisWith2Ctors (Results 1 – 1 of 1) sorted by relevance
245 struct AnalysisWith2Ctors { struct248 AnalysisWith2Ctors(Operation *) { ctor1called = true; } in AnalysisWith2Ctors() argument250 AnalysisWith2Ctors(Operation *, AnalysisManager &) { ctor2called = true; } in AnalysisWith2Ctors() argument252 bool ctor1called = false;253 bool ctor2called = false;