HomeSort by: relevance | last modified time | path
    Searched refs:get_event (Results 1 - 17 of 17) sorted by relevancy

  /src/tests/lib/libc/sys/
t_ptrace_eventmask_wait.h 38 ptrace_event_t set_event, get_event; local
64 ptrace(PT_GET_EVENT_MASK, child, &get_event, len) != -1);
65 DPRINTF("set_event=%#x get_event=%#x\n", set_event.pe_set_event,
66 get_event.pe_set_event);
67 ATF_REQUIRE(memcmp(&set_event, &get_event, len) == 0);
  /src/external/gpl3/gcc.old/dist/gcc/
diagnostic-path.h 93 virtual const diagnostic_event & get_event (int idx) const = 0;
134 const diagnostic_event & get_event (int idx) const FINAL OVERRIDE;
tree-diagnostic-path.cc 57 const diagnostic_event &event = m_path->get_event (event_idx);
173 const diagnostic_event &iter_event = m_path->get_event (i);
228 const diagnostic_event &event = path.get_event (idx);
462 const diagnostic_event &event = path->get_event (i);
498 const diagnostic_event &event = path->get_event (i);
diagnostic.cc 834 if (get_event (i).get_fndecl () != get_event (0).get_fndecl ())
836 if (get_event (i).get_stack_depth () != get_event (0).get_stack_depth ())
2090 /* Implementation of diagnostic_path::get_event vfunc for
2094 simple_diagnostic_path::get_event (int idx) const
  /src/external/gpl3/gcc/dist/gcc/
diagnostic-path.h 190 virtual const diagnostic_event & get_event (int idx) const = 0;
266 const diagnostic_event & get_event (int idx) const final override;
tree-diagnostic-path.cc 58 const diagnostic_event &event = m_path->get_event (event_idx);
223 const diagnostic_event &iter_event = m_path->get_event (i);
306 const diagnostic_event &event = path.get_event (idx);
613 const diagnostic_event &event = path->get_event (i);
668 const diagnostic_event &event = path->get_event (i);
diagnostic.cc 1044 if (!(get_event (i).get_fndecl () == NULL
1045 && get_event (i).get_stack_depth () == 0))
1065 const diagnostic_event &first_fn_event = get_event (first_fn_event_idx);
1072 if (get_event (i).get_fndecl () != first_fndecl)
1074 if (get_event (i).get_stack_depth () != first_fn_stack_depth)
2537 /* Implementation of diagnostic_path::get_event vfunc for
2541 simple_diagnostic_path::get_event (int idx) const
diagnostic-format-sarif.cc 1181 const diagnostic_event &event = path.get_event (i);
  /src/external/gpl3/gcc/dist/gcc/analyzer/
checker-path.h 46 const diagnostic_event & get_event (int idx) const final override
  /xsrc/external/mit/editres/dist/
utils.c 514 GetResourcesEvent * get_event = (GetResourcesEvent *) event; local
519 for (i = 0; i < (int)get_event->num_entries; i++) {
521 get_event->info[i].widgets.ids,
522 get_event->info[i].widgets.num_widgets);
533 if (!get_event->info[i].error) {
534 node->resources = ParseResources(get_event->info + i, &errors);
538 AddString(&errors, get_event->info[i].message);
comm.c 815 GetResourcesEvent * get_event = (GetResourcesEvent *) event;
816 GetResourcesInfo * info = get_event->info;
819 for (i = 0; i < get_event->num_entries; i++, info++) {
839 XtFree((char *)get_event->info);
804 GetResourcesEvent * get_event = (GetResourcesEvent *) event; local
  /xsrc/external/mit/libxcb/dist/src/
xcb_in.c 349 static xcb_generic_event_t *get_event(xcb_connection_t *c) function
701 /* get_event returns 0 on empty list. */
702 while(!(ret = get_event(c)))
718 ret = get_event(c);
720 ret = get_event(c);
  /xsrc/external/mit/xcb-proto/dist/xcbgen/
matcher.py 93 event = module.get_event(node.get('ref'))
state.py 209 def get_event(self, id): member in class:Module
  /xsrc/external/mit/libXmu/dist/src/
EditresCom.c 379 GenericGetEvent *get_event = (GenericGetEvent *)event; local
381 if (!_XEditResGet16(stream, &get_event->num_entries))
384 get_event->widgets = (WidgetInfo *)
385 XtCalloc(sizeof(WidgetInfo), get_event->num_entries);
387 for (i = 0; i < get_event->num_entries; i++)
388 if (!_XEditResGetWidgetInfo(stream, get_event->widgets + i))
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
checker-path.h 541 const diagnostic_event & get_event (int idx) const FINAL OVERRIDE
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
mshtml.d 430 HRESULT get_event(LPHTMLEVENTOBJ*);

Completed in 124 milliseconds