Searched refs:VariableDeclarations (Results 1 – 4 of 4) sorted by relevance
64 std::unique_ptr<VariableDeclarationList> VariableDeclarations) { in lowerGlobals() argument66 getNextSequenceNumber(), std::move(VariableDeclarations))); in lowerGlobals()
235 VariableDeclarations(new Ice::VariableDeclarationList()) {} in TopLevelParser()256 return VariableDeclarations.get(); in getGlobalVariablesPool()335 assert(VariableDeclarations); in installGlobalNames()343 assert(VariableDeclarations); in createValueIDs()344 ValueIDConstants.reserve(VariableDeclarations->size() + in createValueIDs()356 if (VariableDeclarations) { in getNumGlobalIDs()357 return FunctionDeclarations.size() + VariableDeclarations->size(); in getNumGlobalIDs()366 assert(VariableDeclarations); in addGlobalDeclaration()367 VariableDeclarations->push_back(Decl); in addGlobalDeclaration()372 assert(VariableDeclarations); in getGlobalVariableByID()[all …]
57 lowerGlobals(std::unique_ptr<VariableDeclarationList> VariableDeclarations);
25 Given a List of VariableDeclarations26 When the List of VariableDeclarations are set as the resources on TryStmt27 Then all the VariableDeclarations parent is the TryStmt