Home
last modified time | relevance | path

Searched defs:AnalysisWith2Ctors (Results 1 – 1 of 1) sorted by relevance

/llvm-project/mlir/unittests/Pass/
H A DAnalysisManagerTest.cpp245 struct AnalysisWith2Ctors { struct
248 AnalysisWith2Ctors(Operation *) { ctor1called = true; } in AnalysisWith2Ctors() argument
250 AnalysisWith2Ctors(Operation *, AnalysisManager &) { ctor2called = true; } in AnalysisWith2Ctors() argument
252 bool ctor1called = false;
253 bool ctor2called = false;