[LLVMdev] help

Nick Lewycky nicholas at mxc.ca
Sun Jul 18 10:38:04 PDT 2010


RAJWINDER SINGH wrote:
> Can anyone tell me, In the following instruction
> %"struct.std::locale::facet" = type { i32 (...)**, i32 }
> what does i32 (...)** means?

Pointer to pointer to function that returns i32 and takes 'variadic' 
(ie., arbitrary arguments of arbitrary type).

See http://llvm.org/docs/LangRef.html#t_function

Nick



More information about the llvm-dev mailing list