File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,7 +40,6 @@ using psr::EdgeIdentity;
4040using psr::IdeAnalysisDomain;
4141using psr::IfdsAnalysisDomain;
4242using psr::IsEdgeFunction;
43- using psr::operator ==;
4443using psr::operator <<;
4544using psr::addSeedsForStartingPoints;
4645using psr::AllTopFnProvider;
Original file line number Diff line number Diff line change @@ -9,8 +9,6 @@ using psr::AnalysisDomain;
99using psr::BinaryDomain;
1010using psr::to_string;
1111using psr::operator <<;
12- using psr::operator ==;
13- using psr::operator <;
1412using psr::Bottom;
1513using psr::IRDomain;
1614using psr::JoinLatticeTraits;
Original file line number Diff line number Diff line change @@ -96,7 +96,6 @@ using psr::SecureHeapFact;
9696using psr::SecureHeapValue;
9797using psr::strongUpdateStore;
9898using psr::operator <<;
99- using psr::operator ==;
10099using psr::CSTDFILEIOState;
101100using psr::EdgeFunctionBase;
102101using psr::IDEGeneralizedLCA;
Original file line number Diff line number Diff line change @@ -11,5 +11,4 @@ using psr::ExampleModulePass;
1111using psr::GeneralStatistics;
1212using psr::GeneralStatisticsAnalysis;
1313using psr::ValueAnnotationPass;
14- using psr::operator <<;
1514} // namespace psr
Original file line number Diff line number Diff line change @@ -7,6 +7,5 @@ export module phasar.typehierarchy;
77
88export namespace psr {
99using psr::TypeHierarchy;
10- using psr::operator <<;
1110using psr::VFTable;
1211} // namespace psr
Original file line number Diff line number Diff line change @@ -74,18 +74,16 @@ using psr::createEquivalentGraphFrom;
7474using psr::DefaultAnalysisPrinter;
7575using psr::DOTConfig;
7676using psr::DOTEdge;
77- using psr::DOTNode;
78- using psr::getDefaultValue;
79- using psr::minimizeGraph;
80- using psr::Warning;
81- using psr::operator <;
82- using psr::operator ==;
8377using psr::DOTFactSubGraph;
8478using psr::DOTFunctionSubGraph;
8579using psr::DOTGraph;
80+ using psr::DOTNode;
8681using psr::DummyPair;
8782using psr::EmptyType;
8883using psr::EnumFlagAutoBool;
84+ using psr::getDefaultValue;
85+ using psr::minimizeGraph;
86+ using psr::Warning;
8987using psr::operator &=;
9088using psr::operator |;
9189using psr::operator |=;
You can’t perform that action at this time.
0 commit comments