HomeSort by: relevance | last modified time | path
    Searched defs:type_bias (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 13251 tree type_bias = NULL_TREE;
13307 type_bias = lang_hooks.types.get_type_bias (type);
13410 if (type_bias)
13411 add_scalar_info (base_type_result, DW_AT_GNU_bias, type_bias,
13238 tree type_bias = NULL_TREE; local
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 13209 tree type_bias = NULL_TREE;
13260 type_bias = lang_hooks.types.get_type_bias (type);
13353 if (type_bias)
13354 add_scalar_info (base_type_result, DW_AT_GNU_bias, type_bias,
13196 tree type_bias = NULL_TREE; local

Completed in 61 milliseconds