Searched refs:pointer_types (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/legacy/binutils/binutils/
H A Dwrstabs.c118 long *pointer_types; member in struct:stab_type_cache
936 return stab_modify_type (info, '*', 4, &info->type_cache.pointer_types,
/haiku-buildtools/binutils/binutils/
H A Dwrstabs.c117 long *pointer_types; member in struct:stab_type_cache
935 return stab_modify_type (info, '*', 4, &info->type_cache.pointer_types,
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dtypes.cc4419 static Hashtable pointer_types; local
4420 Hashtable::const_iterator p = pointer_types.find(to_type);
4421 if (p != pointer_types.end())
4424 pointer_types[to_type] = ret;

Completed in 169 milliseconds