Searched refs:symTable (Results 1 – 3 of 3) sorted by relevance
595 void adoptLevels(TSymbolTable& symTable) in adoptLevels() argument597 for (unsigned int level = 0; level < symTable.table.size(); ++level) { in adoptLevels()598 table.push_back(symTable.table[level]); in adoptLevels()601 uniqueId = symTable.uniqueId; in adoptLevels()602 noBuiltInRedeclarations = symTable.noBuiltInRedeclarations; in adoptLevels()603 separateNameSpaces = symTable.separateNameSpaces; in adoptLevels()
608 void adoptLevels(TSymbolTable& symTable) in adoptLevels() argument610 for (unsigned int level = 0; level < symTable.table.size(); ++level) { in adoptLevels()611 table.push_back(symTable.table[level]); in adoptLevels()614 uniqueId = symTable.uniqueId; in adoptLevels()615 noBuiltInRedeclarations = symTable.noBuiltInRedeclarations; in adoptLevels()616 separateNameSpaces = symTable.separateNameSpaces; in adoptLevels()
391 auto walkFn = [&](Operation *symTable, bool allUsesVisible) { in initializeSymbolCallables() argument392 Region &symbolTableRegion = symTable->getRegion(0); in initializeSymbolCallables()