Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceGlobalContext.h550 void accumulateGlobals(std::unique_ptr<VariableDeclarationList> Globls) { in accumulateGlobals() argument
552 if (Globls != nullptr) { in accumulateGlobals()
553 Globals.merge(Globls.get()); in accumulateGlobals()