1 #ifndef STAN_LANG_AST_FUN_IS_DATA_ORIGIN_DEF_HPP 2 #define STAN_LANG_AST_FUN_IS_DATA_ORIGIN_DEF_HPP Probability, optimization and sampling library.
int var_origin
The type of a variable indicating where a variable was declared.
const int data_origin
The origin of the variable is the data block.
bool is_data_origin(const var_origin &vo)
Return true if the specified variable origin is for variables declared as data or transformed data...
const int transformed_data_origin
The origin of the variable is the transformed data block.