Lines Matching defs:typep

796   struct type **typep;
800 typep = utypes + utypeidx;
806 else if (*typep != NULL)
808 utypep = *typep;
819 *typep = utypep;
1169 struct type *typep;
1182 typep = dwarf_fundamental_type (current_objfile, FT_INTEGER);
1191 typep = decode_fund_type (fundtype);
1194 typep = decode_mod_fund_type (scan);
1199 typep = lookup_utype (die_ref);
1200 if (typep == NULL)
1202 typep = alloc_utype (die_ref, NULL);
1206 typep = decode_mod_u_d_type (scan);
1210 typep = dwarf_fundamental_type (current_objfile, FT_INTEGER);
1214 return (typep);
1265 struct type *typep = NULL; /* Array type we are building */
1281 typep = decode_array_element_type (scan);
1304 typep = create_array_type ((struct type *) NULL, nexttype, rangetype);
1318 typep = create_array_type ((struct type *) NULL, nexttype, rangetype);
1326 typep = create_array_type ((struct type *) NULL, nexttype, rangetype);
1329 return (typep);
3052 struct type *typep = NULL;
3068 typep = decode_modified_type (typedata, modcount, AT_mod_fund_type);
3069 return (typep);
3098 struct type *typep = NULL;
3114 typep = decode_modified_type (typedata, modcount, AT_mod_u_d_type);
3115 return (typep);
3161 struct type *typep = NULL;
3175 typep = decode_fund_type (fundtype);
3181 typep = lookup_utype (die_ref);
3182 if (typep == NULL)
3184 typep = alloc_utype (die_ref, NULL);
3191 typep = dwarf_fundamental_type (current_objfile, FT_INTEGER);
3198 typep = decode_modified_type (modifiers, --modcount, mtype);
3202 typep = lookup_pointer_type (typep);
3205 typep = lookup_reference_type (typep);
3232 return (typep);
3260 struct type *typep = NULL;
3266 typep = dwarf_fundamental_type (current_objfile, FT_VOID);
3270 typep = dwarf_fundamental_type (current_objfile, FT_BOOLEAN);
3274 typep = dwarf_fundamental_type (current_objfile, FT_VOID);
3275 typep = lookup_pointer_type (typep);
3279 typep = dwarf_fundamental_type (current_objfile, FT_CHAR);
3283 typep = dwarf_fundamental_type (current_objfile, FT_SIGNED_CHAR);
3287 typep = dwarf_fundamental_type (current_objfile, FT_UNSIGNED_CHAR);
3291 typep = dwarf_fundamental_type (current_objfile, FT_SHORT);
3295 typep = dwarf_fundamental_type (current_objfile, FT_SIGNED_SHORT);
3299 typep = dwarf_fundamental_type (current_objfile, FT_UNSIGNED_SHORT);
3303 typep = dwarf_fundamental_type (current_objfile, FT_INTEGER);
3307 typep = dwarf_fundamental_type (current_objfile, FT_SIGNED_INTEGER);
3311 typep = dwarf_fundamental_type (current_objfile, FT_UNSIGNED_INTEGER);
3315 typep = dwarf_fundamental_type (current_objfile, FT_LONG);
3319 typep = dwarf_fundamental_type (current_objfile, FT_SIGNED_LONG);
3323 typep = dwarf_fundamental_type (current_objfile, FT_UNSIGNED_LONG);
3327 typep = dwarf_fundamental_type (current_objfile, FT_LONG_LONG);
3331 typep = dwarf_fundamental_type (current_objfile, FT_SIGNED_LONG_LONG);
3335 typep = dwarf_fundamental_type (current_objfile, FT_UNSIGNED_LONG_LONG);
3339 typep = dwarf_fundamental_type (current_objfile, FT_FLOAT);
3343 typep = dwarf_fundamental_type (current_objfile, FT_DBL_PREC_FLOAT);
3347 typep = dwarf_fundamental_type (current_objfile, FT_EXT_PREC_FLOAT);
3351 typep = dwarf_fundamental_type (current_objfile, FT_COMPLEX);
3355 typep = dwarf_fundamental_type (current_objfile, FT_DBL_PREC_COMPLEX);
3359 typep = dwarf_fundamental_type (current_objfile, FT_EXT_PREC_COMPLEX);
3364 if (typep == NULL)
3366 typep = dwarf_fundamental_type (current_objfile, FT_INTEGER);
3375 return (typep);