Searched defs:localDecls (Results 1 – 4 of 4) sorted by relevance
257 std::map<const Function *, std::vector<const GlobalVariable *>> localDecls; variable
256 std::map<const Function *, std::vector<const GlobalVariable *>> localDecls; variable
270 std::map<const Function *, std::vector<const GlobalVariable *> > localDecls; variable
364 std::stringstream decls, checks, localDecls; in initPrograms() local