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

  /src/external/gpl3/gdb/dist/gdb/
tracepoint.h 218 struct static_tracepoint_marker struct
220 DISABLE_COPY_AND_ASSIGN (static_tracepoint_marker);
222 static_tracepoint_marker () = default;
223 static_tracepoint_marker (static_tracepoint_marker &&) = default;
224 static_tracepoint_marker &operator= (static_tracepoint_marker &&) = default;
314 static_tracepoint_marker *marker);
  /src/external/gpl3/gdb.old/dist/gdb/
tracepoint.h 219 struct static_tracepoint_marker struct
221 DISABLE_COPY_AND_ASSIGN (static_tracepoint_marker);
223 static_tracepoint_marker () = default;
224 static_tracepoint_marker (static_tracepoint_marker &&) = default;
225 static_tracepoint_marker &operator= (static_tracepoint_marker &&) = default;
315 static_tracepoint_marker *marker);

Completed in 35 milliseconds