Searched defs:make_const (Results 1 – 5 of 5) sorted by relevance
41 static copy_count const make_const() { return copy_count(); } in make_const() function in copy_count
409 template <class T> inline const T& make_const(const T& t) { return t; } in make_const() function
9 make_const(expr_ty node, PyObject *val, PyArena *arena) in make_const() function
575 template <class T> inline const T& make_const(const T& t) { return t; } in make_const() function
1100 T const &make_const(T const &t) in make_const() function