Lines Matching refs:Closure
794 * Creates a Closure which represents a function call to a ForEach Kernel
798 * @param returnValue Allocation used in output of Closure
804 * @return closure Created Closure
809 vec<int32_t> sizes, vec<Closure> depClosures,
811 generates (Closure closure);
814 * Creates a Closure which represents a function call to a invocable
822 * @return closure Created Closure
828 generates (Closure closure);
831 * Sets the argument of a Closure at specified index and size to provided
834 * @param closure Closure to be modified
840 closureSetArg(Closure closure, uint32_t index, Ptr value, int32_t size);
843 * Sets a global variable in a Closure.
845 * @param closure Closure
851 closureSetGlobal(Closure closure, ScriptFieldID fieldID, int64_t value,
920 scriptGroup2Create(string name, string cacheDir, vec<Closure> closures)