Searched refs:my_type (Results 1 – 4 of 4) sorted by relevance
342 struct my_type { struct358 struct my_type *my_info; /* adapter info */ argument359 struct my_type *my_pinfo; /* phy info */
85 struct my_type *my_info_tmp;86 static struct my_type my_devs[] = {98 static struct my_type my_phys[] = {769 struct my_type *t; in my_probe()799 struct my_type *p; in my_attach()
123 CompilerType my_type(valobj_sp->GetCompilerType()); in Update() local124 if (my_type.GetNumTemplateArguments() >= 1) { in Update()125 CompilerType pair_type = my_type.GetTypeTemplateArgument(0); in Update()
2957 CompilerType my_type = GetCompilerType(); in Cast() local