Searched defs:ForEach (Results 1 – 2 of 2) sorted by relevance
598 struct ForEach { struct599 ForEach() : mState(S_Initial) { } in ForEach() argument601 void operator=(const ForEach &) = delete;603 enum {608 } mState;610 std::string mName;614 ArrayWithCursor<llvm::StringRef> mIns;615 ArrayWithCursor<llvm::StringRef> mParams;616 llvm::StringRef mOut;617 bool mHasOut; // to distinguish between no output and void* output.[all …]
253 const RSExportForEach *ForEach = *I; in genForEachDeclarations() local