Searched refs:r_is_function (Results 1 – 6 of 6) sorted by relevance
21 static inline bool r_is_function(sexp* x) { in r_is_function() function
84 if (r_is_function(nm) || r_is_formula(nm, -1, -1)) { in rlang_set_names()
280 if (!r_is_function(fn)) { in env_poke_active()
455 if (r_is_function(method)) { in s3_sym_get_method()460 if (r_is_function(method)) { in s3_sym_get_method()602 if (r_is_function(method)) { in s4_get_method()1476 bool r_is_function(SEXP x) { in r_is_function() function
345 bool r_is_function(SEXP x);
146 return r_shared_lgl(r_is_function(x)); in rlang_is_function()