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

  /src/external/gpl3/gdb/dist/gdb/
gdbtypes.h 1227 bool is_prototyped () const function in struct:type
1232 void set_is_prototyped (bool is_prototyped)
1234 this->main_type->m_flag_prototyped = is_prototyped;
  /src/external/gpl3/gdb.old/dist/gdb/
gdbtypes.h 1233 bool is_prototyped () const function in struct:type
1238 void set_is_prototyped (bool is_prototyped)
1240 this->main_type->m_flag_prototyped = is_prototyped;

Completed in 27 milliseconds