Home
last modified time | relevance | path

Searched defs:ForEach (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_reflection_state.h598 struct ForEach { struct
599 ForEach() : mState(S_Initial) { } in ForEach() argument
601 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 …]
Dslang_rs_reflection_cpp.cpp253 const RSExportForEach *ForEach = *I; in genForEachDeclarations() local