Searched refs:globalLevel (Results 1 – 3 of 3) sorted by relevance
615 static const int globalLevel = 3;618 static bool isGlobalLevel(int level) { return level <= globalLevel; } // include user globals in isGlobalLevel()729 table[globalLevel]->insert(*copy, separateNameSpaces); in copyUp()734 return table[globalLevel]->find(shared->getName()); in copyUp()811 } while (list.empty() && level >= globalLevel); in findFunctionNameList()
629 static const int globalLevel = 3; variable632 static bool isGlobalLevel(int level) { return level <= globalLevel; } // include user globals in isGlobalLevel()755 table[globalLevel]->insert(*copy, separateNameSpaces); in copyUp()760 return table[globalLevel]->find(shared->getName()); in copyUp()837 } while (list.empty() && level >= globalLevel); in findFunctionNameList()
411 TScopedSymbolTableLevel globalLevel(&mSymbolTable); in compileTreeImpl() local