Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_context.cpp128 mExportForEach.push_back(EFE); in processExportFunc()
192 ExportForEachList::iterator begin = mExportForEach.begin(); in cleanupForEach()
194 for (ExportForEachList::iterator I = begin, E = mExportForEach.end(); in cleanupForEach()
204 mExportForEach.erase(I); in cleanupForEach()
205 mExportForEach.push_front(EFE); in cleanupForEach()
217 mExportForEach.push_front(DummyRoot); in cleanupForEach()
Dslang_rs_context.h101 ExportForEachList mExportForEach; variable
190 return mExportForEach.begin(); in export_foreach_begin()
193 return mExportForEach.end(); in export_foreach_end()
195 inline bool hasExportForEach() const { return !mExportForEach.empty(); } in hasExportForEach()