Searched refs:alias_type (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/texinfo/makeinfo/
H A Dmacro.c993 } alias_type;
995 static alias_type *aliases;
1002 alias_type *a = xmalloc (sizeof (alias_type));
1020 alias_type *findit = aliases;
987 } alias_type; typedef in typeref:struct:alias_struct
/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-alias-warnings.c902 tree alias_type = get_otype (alias, ptr_ptr);
912 if (struct_class_union_p (ptr_type) || struct_class_union_p (alias_type))
927 return nonstandard_alias_types_p (ptr_type, alias_type);
898 tree alias_type = get_otype (alias, ptr_ptr); local

Completed in 54 milliseconds