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

  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 426 type_decl = TYPE_STUB_DECL (TYPE_MAIN_VARIANT (type));
3737 static tree type_main_variant (tree);
4329 type_main_variant (tree type)
4331 type = TYPE_MAIN_VARIANT (type);
4339 while (type != TYPE_MAIN_VARIANT (type))
4340 type = TYPE_MAIN_VARIANT (type);
4485 context = TYPE_MAIN_VARIANT
13578 for (t = TYPE_MAIN_VARIANT (type); t && best_rank < max_rank;
14015 /* We have to get the type_main_variant here (and pass that to the
14023 /* For function/method types, can't just use type_main_variant here
4323 type_main_variant (tree type) function
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 428 type_decl = TYPE_STUB_DECL (TYPE_MAIN_VARIANT (type));
3739 static tree type_main_variant (tree);
4329 type_main_variant (tree type)
4331 type = TYPE_MAIN_VARIANT (type);
4339 while (type != TYPE_MAIN_VARIANT (type))
4340 type = TYPE_MAIN_VARIANT (type);
4485 context = TYPE_MAIN_VARIANT
13520 for (t = TYPE_MAIN_VARIANT (type); t && best_rank < max_rank;
13944 /* We have to get the type_main_variant here (and pass that to the
13952 /* For function/method types, can't just use type_main_variant here
4323 type_main_variant (tree type) function
    [all...]

Completed in 44 milliseconds