Home
last modified time | relevance | path

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

/dports/lang/nim/nim-1.6.2/c_code/
H A Dnimbase.h249 # define N_NIMCALL_PTR(rettype, name) rettype (__attribute((__fastcall)) *name) macro
253 # define N_NIMCALL_PTR(rettype, name) rettype (__fastcall *name) macro
258 # define N_NIMCALL_PTR(rettype, name) rettype (*name) macro
/dports/lang/nim/nim-1.6.2/lib/
H A Dnimbase.h249 # define N_NIMCALL_PTR(rettype, name) rettype (__attribute((__fastcall)) *name) macro
253 # define N_NIMCALL_PTR(rettype, name) rettype (__fastcall *name) macro
258 # define N_NIMCALL_PTR(rettype, name) rettype (*name) macro