Searched defs:makeFuncImpl (Results 1 – 3 of 3) sorted by relevance
19 type makeFuncImpl struct { struct20 makeFuncCtxt21 ftyp *funcType22 fn func([]Value) []Value
692 func callReflect(ctxt *makeFuncImpl, frame unsafe.Pointer, retValid *bool, regs *abi.RegArgs) {
429 def makeFuncImpl(self, vulkanApi, codegenFunc): member in CodeGen