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

  /src/external/gpl3/gcc/dist/gcc/analyzer/
svalue.h 1509 : m_type (type), m_asm_string (asm_string), m_output_idx (output_idx),
1531 && 0 == (strcmp (m_asm_string, other.m_asm_string))
1541 /* Use m_asm_string to mark empty/deleted, as m_type can be NULL for
1543 void mark_deleted () { m_asm_string = reinterpret_cast<const char *> (1); }
1544 void mark_empty () { m_asm_string = NULL; }
1547 return m_asm_string == reinterpret_cast<const char *> (1);
1549 bool is_empty () const { return m_asm_string == NULL; }
1552 const char *m_asm_string; member in struct:ana::asm_output_svalue::key_t
1565 m_asm_string (asm_string)
1598 const char *m_asm_string; member in class:ana::asm_output_svalue
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
svalue.h 1453 : m_type (type), m_asm_string (asm_string), m_output_idx (output_idx),
1475 && 0 == (strcmp (m_asm_string, other.m_asm_string))
1485 /* Use m_asm_string to mark empty/deleted, as m_type can be NULL for
1487 void mark_deleted () { m_asm_string = reinterpret_cast<const char *> (1); }
1488 void mark_empty () { m_asm_string = NULL; }
1491 return m_asm_string == reinterpret_cast<const char *> (1);
1493 bool is_empty () const { return m_asm_string == NULL; }
1496 const char *m_asm_string; member in struct:ana::asm_output_svalue::key_t
1508 m_asm_string (asm_string)
1540 const char *m_asm_string; member in class:ana::asm_output_svalue
    [all...]

Completed in 27 milliseconds