Home
last modified time | relevance | path

Searched refs:Emsgqueue (Results 1 – 25 of 28) sorted by relevance

12

/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DEmsg.h36 class Emsgqueue; variable
52 friend class Emsgqueue;
80 class Emsgqueue
83 Emsgqueue (char *);
84 ~Emsgqueue ();
89 void appendqueue (Emsgqueue*);
H A DEmsg.cc435 Emsgqueue::Emsgqueue (char *_qname) in Emsgqueue() function in Emsgqueue
442 Emsgqueue::~Emsgqueue () in ~Emsgqueue()
449 Emsgqueue::find_msg (Cmsg_warn w, char *msg) in find_msg()
458 Emsgqueue::append (Cmsg_warn w, char *msg) in append()
470 Emsgqueue::append (Emsg* m) in append()
487 Emsgqueue::appendqueue (Emsgqueue* mq) in appendqueue()
503 Emsgqueue::fetch (void) in fetch()
510 Emsgqueue::clear (void) in clear()
527 Emsgqueue::mark_clear (void) in mark_clear()
H A DApplication.h41 class Emsgqueue; variable
69 Emsgqueue *get_comments_queue () { return commentq; }; in get_comments_queue()
89 Emsgqueue *commentq;
H A DExperiment.h44 class Emsgqueue; variable
337 Emsgqueue *commentq; // comments for the experiment header
338 Emsgqueue *runlogq; // used temporarily; after log file processing,
340 Emsgqueue *errorq; // error messages
341 Emsgqueue *warnq; // warning messages
342 Emsgqueue *notesq; // user-written notes messages
343 Emsgqueue *pprocq; // postprocessing messages
344 Emsgqueue *ifreqq; // Instruction frequency data, from count experiment
H A DApplication.cc45 commentq = new Emsgqueue (NTXT ("app_commentq")); in Application()
236 commentq = new Emsgqueue (NTXT ("app_commentq")); in delete_comments()
H A DLoadObject.h197 Emsgqueue *warnq;
198 Emsgqueue *commentq;
H A DSettings.h36 class Emsgqueue; variable
411 void set_rc (const char *path, bool msg, Emsgqueue *commentq,
H A DPreviewExp.h44 char *mqueue_str (Emsgqueue *msgqueue, char *null_str);
H A DPreviewExp.cc106 PreviewExp::mqueue_str (Emsgqueue *msgqueue, char *null_str) in mqueue_str()
H A DPathTree.h189 Emsgqueue *statsq;
190 Emsgqueue *warningq;
H A DSettings.cc366 Emsgqueue *commentq = new Emsgqueue (NTXT ("setting_commentq")); in read_rc()
444 Settings::set_rc (const char *path, bool msg, Emsgqueue *commentq, in set_rc()
H A DLoadObject.cc111 warnq = new Emsgqueue (NTXT ("lo_warnq")); in LoadObject()
112 commentq = new Emsgqueue (NTXT ("lo_commentq")); in LoadObject()
H A DPathTree.cc110 statsq = new Emsgqueue (NTXT ("statsq")); in init()
111 warningq = new Emsgqueue (NTXT ("warningq")); in init()
2617 statsq = new Emsgqueue (NTXT ("statsq")); in delete_stats()
2635 warningq = new Emsgqueue (NTXT ("warningq")); in delete_warnings()
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DEmsg.h36 class Emsgqueue; variable
52 friend class Emsgqueue;
80 class Emsgqueue
83 Emsgqueue (char *);
84 ~Emsgqueue ();
89 void appendqueue (Emsgqueue*);
H A DEmsg.cc435 Emsgqueue::Emsgqueue (char *_qname) in Emsgqueue() function in Emsgqueue
442 Emsgqueue::~Emsgqueue () in ~Emsgqueue()
449 Emsgqueue::find_msg (Cmsg_warn w, char *msg) in find_msg()
458 Emsgqueue::append (Cmsg_warn w, char *msg) in append()
470 Emsgqueue::append (Emsg* m) in append()
487 Emsgqueue::appendqueue (Emsgqueue* mq) in appendqueue()
503 Emsgqueue::fetch (void) in fetch()
510 Emsgqueue::clear (void) in clear()
527 Emsgqueue::mark_clear (void) in mark_clear()
H A DApplication.h41 class Emsgqueue; variable
69 Emsgqueue *get_comments_queue () { return commentq; }; in get_comments_queue()
89 Emsgqueue *commentq;
H A DExperiment.h44 class Emsgqueue; variable
337 Emsgqueue *commentq; // comments for the experiment header
338 Emsgqueue *runlogq; // used temporarily; after log file processing,
340 Emsgqueue *errorq; // error messages
341 Emsgqueue *warnq; // warning messages
342 Emsgqueue *notesq; // user-written notes messages
343 Emsgqueue *pprocq; // postprocessing messages
344 Emsgqueue *ifreqq; // Instruction frequency data, from count experiment
H A DApplication.cc45 commentq = new Emsgqueue (NTXT ("app_commentq")); in Application()
237 commentq = new Emsgqueue (NTXT ("app_commentq")); in delete_comments()
H A DLoadObject.h197 Emsgqueue *warnq;
198 Emsgqueue *commentq;
H A DSettings.h36 class Emsgqueue; variable
411 void set_rc (const char *path, bool msg, Emsgqueue *commentq,
H A DPreviewExp.h44 char *mqueue_str (Emsgqueue *msgqueue, char *null_str);
H A DPreviewExp.cc106 PreviewExp::mqueue_str (Emsgqueue *msgqueue, char *null_str) in mqueue_str()
H A DPathTree.h189 Emsgqueue *statsq;
190 Emsgqueue *warningq;
H A DSettings.cc366 Emsgqueue *commentq = new Emsgqueue (NTXT ("setting_commentq")); in read_rc()
444 Settings::set_rc (const char *path, bool msg, Emsgqueue *commentq, in set_rc()
H A DLoadObject.cc111 warnq = new Emsgqueue (NTXT ("lo_warnq")); in LoadObject()
112 commentq = new Emsgqueue (NTXT ("lo_commentq")); in LoadObject()

12