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

  /src/external/gpl3/gcc/dist/gcc/analyzer/
symbol.h 33 typedef unsigned id_t; typedef in class:ana::symbol
37 id_t get_id () const { return m_id; }
48 id_t m_id; // for deterministic sorting at this stage, for dumps
  /src/sys/sys/
types.h 165 typedef uint32_t id_t; /* group id, process id or user id */ typedef
  /src/external/gpl3/gcc/dist/gcc/text-art/
types.h 223 typedef unsigned char id_t; typedef in struct:text_art::style
224 static const id_t id_plain = 0;
338 we can refer to them via the compact style::id_t type, rather than
345 style::id_t get_or_create_id (const style &style);
346 const style &get_style (style::id_t id) const
351 style::id_t old_id,
352 style::id_t new_id) const;
373 explicit styled_unichar (cppchar_t ch, bool emoji, style::id_t style_id)
383 style::id_t get_style_id () const { return m_style_id; }
419 style::id_t m_style_id : 7
    [all...]
  /src/tools/compat/
compat_defs.h 43 typedef unsigned int id_t; typedef

Completed in 18 milliseconds