Searched refs:tLevel (Results 1 – 4 of 4) sorted by relevance
198 tLevel::const_iterator it; in dump()225 for (tLevel::iterator it = level.begin(); it != level.end(); ++it) in ~TSymbolTableLevel()237 tLevel::const_iterator candidate = level.lower_bound(name); in relateToOperator()254 tLevel::const_iterator candidate = level.lower_bound(name); in setFunctionExtensions()272 for (tLevel::iterator it = level.begin(); it != level.end(); ++it) in readOnly()357 tLevel::const_iterator iter; in clone()
427 tLevel::const_iterator it = level.find(name); in find()439 tLevel::const_iterator begin = level.lower_bound(base); in findFunctionNameList()441 tLevel::const_iterator end = level.upper_bound(base); in findFunctionNameList()442 for (tLevel::const_iterator it = begin; it != end; ++it) in findFunctionNameList()449 tLevel::const_iterator candidate = level.lower_bound(name); in hasFunctionName()465 tLevel::const_iterator candidate = level.lower_bound(name); in findFunctionVariableName()529 …String, TSymbol*, std::less<TString>, pool_allocator<std::pair<const TString, TSymbol*> > > tLevel; typedef530 typedef const tLevel::value_type tLevelPair;531 typedef std::pair<tLevel::iterator, bool> tInsertResult;533 tLevel level; // named mappings
200 typedef TMap<TString, TSymbol*> tLevel; typedef201 typedef tLevel::const_iterator const_iterator;202 typedef const tLevel::value_type tLevelPair;203 typedef std::pair<tLevel::iterator, bool> tInsertResult;222 tLevel level;
197 for (tLevel::iterator it = level.begin(); it != level.end(); ++it) in ~TSymbolTableLevel()223 tLevel::const_iterator it = level.find(name); in find()