JITContext.newFunctionType
- JITType newFunctionType(JITLocation loc, JITType return_type, bool is_variadic, JITType[] param_types)
- JITType newFunctionType(JITType return_type, bool is_variadic, JITType[] param_types)
- JITType newFunctionType(JITLocation loc, JITTypeKind return_kind, bool is_variadic, JITType[] param_types)
- JITType newFunctionType(JITTypeKind return_kind, bool is_variadic, JITType[] param_types)
gccjit d JITContext
constructorsfunctionsstatic functions
Create a function type.