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

  /src/external/gpl3/gdb.old/dist/gdb/
varobj.h 181 std::string (*name_of_variable) (const struct varobj *parent); member in class:lang_varobj_ops::std
varobj.c 176 static std::string name_of_variable (const struct varobj *);
453 return name_of_variable (var);
1893 name_of_variable (const struct varobj *var)
1895 return (*var->root->lang_ops->name_of_variable) (var);
1891 name_of_variable (const struct varobj *var) function
  /src/external/gpl3/gdb/dist/gdb/
varobj.h 181 std::string (*name_of_variable) (const struct varobj *parent); member in class:lang_varobj_ops::std
varobj.c 176 static std::string name_of_variable (const struct varobj *);
453 return name_of_variable (var);
1893 name_of_variable (const struct varobj *var)
1895 return (*var->root->lang_ops->name_of_variable) (var);
1891 name_of_variable (const struct varobj *var) function

Completed in 23 milliseconds