Home
last modified time | relevance | path

Searched refs:VariableDeclarations (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceTranslator.cpp64 std::unique_ptr<VariableDeclarationList> VariableDeclarations) { in lowerGlobals() argument
66 getNextSequenceNumber(), std::move(VariableDeclarations))); in lowerGlobals()
DPNaClTranslator.cpp235 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 …]
DIceTranslator.h57 lowerGlobals(std::unique_ptr<VariableDeclarationList> VariableDeclarations);
/external/javaparser/javaparser-testing/src/test/resources/com/github/javaparser/bdd/
Dmanipulation_scenarios.story25 Given a List of VariableDeclarations
26 When the List of VariableDeclarations are set as the resources on TryStmt
27 Then all the VariableDeclarations parent is the TryStmt