Lines Matching defs:ID
54 static char ID;
55 ModuleNDNM() : ModulePass(ID) { }
64 char ModuleNDNM::ID=0;
70 static char ID;
71 ModuleNDM() : ModulePass(ID) {}
77 char ModuleNDM::ID=0;
83 static char ID;
84 ModuleNDM2() : ModulePass(ID) {}
90 char ModuleNDM2::ID=0;
96 static char ID;
97 ModuleDNM() : ModulePass(ID) {
109 char ModuleDNM::ID=0;
127 static char ID;
134 PassTestBase() : P(ID), allocated(0) {
146 template<typename P> char PassTestBase<P>::ID;
270 static char ID;
271 OnTheFlyTest() : ModulePass(ID) {
288 char OnTheFlyTest::ID=0;