Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_context.cpp109 mExportForEach.push_back(EFE); in processExportFunc()
173 ExportForEachList::iterator begin = mExportForEach.begin(); in cleanupForEach()
175 for (ExportForEachList::iterator I = begin, E = mExportForEach.end(); in cleanupForEach()
185 mExportForEach.erase(I); in cleanupForEach()
186 mExportForEach.push_front(EFE); in cleanupForEach()
198 mExportForEach.push_front(DummyRoot); in cleanupForEach()
Dslang_rs_context.h102 ExportForEachList mExportForEach; variable
194 return mExportForEach.begin(); in export_foreach_begin()
197 return mExportForEach.end(); in export_foreach_end()
199 inline bool hasExportForEach() const { return !mExportForEach.empty(); } in hasExportForEach()