Searched refs:arg_n (Results 1 – 3 of 3) sorted by relevance
148 std::string Probe::largest_arg_type(size_t arg_n) { in largest_arg_type() argument151 Argument *candidate = &location.arguments_[arg_n]; in largest_arg_type()174 for (size_t arg_n = 0; arg_n < arg_count; ++arg_n) { in usdt_getarg() local175 std::string ctype = largest_arg_type(arg_n); in usdt_getarg()182 probe_func, arg_n + 1, ctype); in usdt_getarg()187 if (!location.arguments_[arg_n].assign_to_local(stream, cptr, location.bin_path_, in usdt_getarg()201 if (!location.arguments_[arg_n].assign_to_local(stream, cptr, location.bin_path_, in usdt_getarg()
198 std::string largest_arg_type(size_t arg_n);