Does NVCC inline device functions during preprocessing ?

Hi,

I need to know how NVCC handles device functions during preprocessing. Are they inlined ? I could not find the answer in the NVCC document.

Thanks,
itsgt

Inline function expansion of device functions ihappens well after pre-processing by nvcc.