1 #ifndef STAN_LANG_AST_FUN_IS_FUN_ORIGIN_DEF_HPP 2 #define STAN_LANG_AST_FUN_IS_FUN_ORIGIN_DEF_HPP const int function_argument_origin
The variable arose as a function argument to a non-void function that does not end in _lp or _rng...
bool is_fun_origin(const var_origin &vo)
Return true if the specified variable origin is for variables declared as function arguments...
const int function_argument_origin_rng
The variable arose as an argument to a non-void function with the _rng suffix.
Probability, optimization and sampling library.
const int function_argument_origin_lp
The variable arose as an argument to a non-void function with the _lp suffix.
const int void_function_argument_origin_rng
The variable arose as an argument to a function returning void with an _rng suffix.
int var_origin
The type of a variable indicating where a variable was declared.
const int void_function_argument_origin
The variable arose as an argument to a function returning void that does not have the _lp or _rng suf...
const int void_function_argument_origin_lp
The variable arose as an argument to a function returning void with _lp suffix.