Searched refs:tLevel (Results 1 – 7 of 7) sorted by relevance
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/ |
D | SymbolTable.cpp | 253 tLevel::const_iterator it; in dump() 282 for (tLevel::iterator it = level.begin(); it != level.end(); ++it) in ~TSymbolTableLevel() 294 tLevel::const_iterator candidate = level.lower_bound(name); in relateToOperator() 311 tLevel::const_iterator candidate = level.lower_bound(name); in setFunctionExtensions() 329 for (tLevel::iterator it = level.begin(); it != level.end(); ++it) in readOnly() 422 tLevel::const_iterator iter; in clone()
|
D | SymbolTable.h | 476 tLevel::const_iterator it = level.find(name); in find() 488 tLevel::const_iterator begin = level.lower_bound(base); in findFunctionNameList() 490 tLevel::const_iterator end = level.upper_bound(base); in findFunctionNameList() 491 for (tLevel::const_iterator it = begin; it != end; ++it) in findFunctionNameList() 498 tLevel::const_iterator candidate = level.lower_bound(name); in hasFunctionName() 514 tLevel::const_iterator candidate = level.lower_bound(name); in findFunctionVariableName() 580 …String, TSymbol*, std::less<TString>, pool_allocator<std::pair<const TString, TSymbol*> > > tLevel; typedef 581 typedef const tLevel::value_type tLevelPair; 582 typedef std::pair<tLevel::iterator, bool> tInsertResult; 584 tLevel level; // named mappings
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | SymbolTable.cpp | 252 tLevel::const_iterator it; in dump() 281 for (tLevel::iterator it = level.begin(); it != level.end(); ++it) in ~TSymbolTableLevel() 293 tLevel::const_iterator candidate = level.lower_bound(name); in relateToOperator() 310 tLevel::const_iterator candidate = level.lower_bound(name); in setFunctionExtensions() 328 for (tLevel::iterator it = level.begin(); it != level.end(); ++it) in readOnly() 418 tLevel::const_iterator iter; in clone()
|
D | SymbolTable.h | 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; typedef 568 typedef const tLevel::value_type tLevelPair; 569 typedef std::pair<tLevel::iterator, bool> tInsertResult; 571 tLevel level; // named mappings
|
/external/angle/src/compiler/translator/ |
D | SymbolTable.cpp | 74 using tLevel = TUnorderedMap<ImmutableString, typedef in sh::TSymbolTable::TSymbolTableLevel 77 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()
|
/external/swiftshader/src/OpenGL/compiler/ |
D | SymbolTable.h | 200 typedef TMap<TString, TSymbol*> tLevel; typedef 201 typedef tLevel::const_iterator const_iterator; 202 typedef const tLevel::value_type tLevelPair; 203 typedef std::pair<tLevel::iterator, bool> tInsertResult; 222 tLevel level;
|
D | SymbolTable.cpp | 197 for (tLevel::iterator it = level.begin(); it != level.end(); ++it) in ~TSymbolTableLevel() 223 tLevel::const_iterator it = level.find(name); in find()
|