Searched refs:interestingTypesSoFar (Results 1 – 1 of 1) sorted by relevance
2395 static std::vector<TYPECONST TypeInfo*> interestingTypesSoFar; in printInterestingTypes() local2422 for(unsigned i=0;i<interestingTypesSoFar.size();i++) { in printInterestingTypes()2423 if(aTypeInfo == interestingTypesSoFar[i]) { in printInterestingTypes()2429 interestingTypesSoFar.push_back(aTypeInfo); in printInterestingTypes()