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

  /src/external/gpl3/gdb/dist/gdb/
varobj.c 373 struct value *type_only_value = var->root->exp->evaluate_type ();
375 var->type = type_only_value->type ();
372 struct value *type_only_value = var->root->exp->evaluate_type (); local
  /src/external/gpl3/gdb.old/dist/gdb/
varobj.c 376 struct value *type_only_value = var->root->exp->evaluate_type ();
378 var->type = type_only_value->type ();
375 struct value *type_only_value = var->root->exp->evaluate_type (); local

Completed in 33 milliseconds