Searched refs:tLevel (Results 1 – 5 of 5) sorted by relevance
248 tLevel::const_iterator it; in dump()277 for (tLevel::iterator it = level.begin(); it != level.end(); ++it) in ~TSymbolTableLevel()289 tLevel::const_iterator candidate = level.lower_bound(name); in relateToOperator()306 tLevel::const_iterator candidate = level.lower_bound(name); in setFunctionExtensions()324 for (tLevel::iterator it = level.begin(); it != level.end(); ++it) in readOnly()414 tLevel::const_iterator iter; in clone()
463 tLevel::const_iterator it = level.find(name); in find()475 tLevel::const_iterator begin = level.lower_bound(base); in findFunctionNameList()477 tLevel::const_iterator end = level.upper_bound(base); in findFunctionNameList()478 for (tLevel::const_iterator it = begin; it != end; ++it) in findFunctionNameList()485 tLevel::const_iterator candidate = level.lower_bound(name); in hasFunctionName()501 tLevel::const_iterator candidate = level.lower_bound(name); in findFunctionVariableName()567 …String, TSymbol*, std::less<TString>, pool_allocator<std::pair<const TString, TSymbol*> > > tLevel; typedef568 typedef const tLevel::value_type tLevelPair;569 typedef std::pair<tLevel::iterator, bool> tInsertResult;571 tLevel level; // named mappings
74 using tLevel = TUnorderedMap<ImmutableString, typedef in sh::TSymbolTable::TSymbolTableLevel77 using tLevelPair = const tLevel::value_type;78 using tInsertResult = std::pair<tLevel::iterator, bool>;80 tLevel level;97 tLevel::const_iterator it = level.find(name); in find()
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()