/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
H A D | Emsg.h | 36 class Emsgqueue; variable 52 friend class Emsgqueue; 80 class Emsgqueue 83 Emsgqueue (char *); 84 ~Emsgqueue (); 89 void appendqueue (Emsgqueue*);
|
H A D | Emsg.cc | 435 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 D | Application.h | 41 class Emsgqueue; variable 69 Emsgqueue *get_comments_queue () { return commentq; }; in get_comments_queue() 89 Emsgqueue *commentq;
|
H A D | Experiment.h | 44 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 D | Application.cc | 45 commentq = new Emsgqueue (NTXT ("app_commentq")); in Application() 236 commentq = new Emsgqueue (NTXT ("app_commentq")); in delete_comments()
|
H A D | LoadObject.h | 197 Emsgqueue *warnq; 198 Emsgqueue *commentq;
|
H A D | Settings.h | 36 class Emsgqueue; variable 411 void set_rc (const char *path, bool msg, Emsgqueue *commentq,
|
H A D | PreviewExp.h | 44 char *mqueue_str (Emsgqueue *msgqueue, char *null_str);
|
H A D | PreviewExp.cc | 106 PreviewExp::mqueue_str (Emsgqueue *msgqueue, char *null_str) in mqueue_str()
|
H A D | PathTree.h | 189 Emsgqueue *statsq; 190 Emsgqueue *warningq;
|
H A D | Settings.cc | 366 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 D | LoadObject.cc | 111 warnq = new Emsgqueue (NTXT ("lo_warnq")); in LoadObject() 112 commentq = new Emsgqueue (NTXT ("lo_commentq")); in LoadObject()
|
H A D | PathTree.cc | 110 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 D | Emsg.h | 36 class Emsgqueue; variable 52 friend class Emsgqueue; 80 class Emsgqueue 83 Emsgqueue (char *); 84 ~Emsgqueue (); 89 void appendqueue (Emsgqueue*);
|
H A D | Emsg.cc | 435 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 D | Application.h | 41 class Emsgqueue; variable 69 Emsgqueue *get_comments_queue () { return commentq; }; in get_comments_queue() 89 Emsgqueue *commentq;
|
H A D | Experiment.h | 44 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 D | Application.cc | 45 commentq = new Emsgqueue (NTXT ("app_commentq")); in Application() 237 commentq = new Emsgqueue (NTXT ("app_commentq")); in delete_comments()
|
H A D | LoadObject.h | 197 Emsgqueue *warnq; 198 Emsgqueue *commentq;
|
H A D | Settings.h | 36 class Emsgqueue; variable 411 void set_rc (const char *path, bool msg, Emsgqueue *commentq,
|
H A D | PreviewExp.h | 44 char *mqueue_str (Emsgqueue *msgqueue, char *null_str);
|
H A D | PreviewExp.cc | 106 PreviewExp::mqueue_str (Emsgqueue *msgqueue, char *null_str) in mqueue_str()
|
H A D | PathTree.h | 189 Emsgqueue *statsq; 190 Emsgqueue *warningq;
|
H A D | Settings.cc | 366 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 D | LoadObject.cc | 111 warnq = new Emsgqueue (NTXT ("lo_warnq")); in LoadObject() 112 commentq = new Emsgqueue (NTXT ("lo_commentq")); in LoadObject()
|