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

/haiku-buildtools/gcc/gcc/config/mep/
H A Dmep.c4014 static const char * given_type = NULL;
4016 given_type = get_tree_code_name (TREE_CODE (*node));
4018 given_type = "pointers";
4020 given_type = "arrays";
4022 if (given_type)
4024 name, given_type);
4005 static const char * given_type = NULL; local
/haiku-buildtools/binutils/gas/config/
H A Dtc-arm.c14076 unsigned given_type = type_chk_of_el_type (g_type, g_size);
14078 if ((given_type & types_allowed) == 0)
14069 unsigned given_type = type_chk_of_el_type (g_type, g_size); local

Completed in 195 milliseconds