Where does Dynare store parameters with the pound operator?

Dear all,
I am estimating a linearized model using the pound operator (#) for some parameters. Where does Dynare store those parameters (updated once the estimation is done)? If for example #gamma = 1 + ctrend/100, where can I read the updated value of gamma?
Thanks in advance for your help.
Lara

Dynare does not store it at all. Given the estimated parameters, you would have to compute it using the specified formula. The reason for not storing it is that this would be redundant as the defined expression is not an independent parameter.