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

  /src/external/gpl3/gcc/dist/gcc/text-art/
style.cc 91 static const char * const fg_normal[] = {"", // reset, for DEFAULT local
127 STATIC_ASSERT (ARRAY_SIZE (fg_normal) == ARRAY_SIZE (fg_bright));
128 STATIC_ASSERT (ARRAY_SIZE (fg_normal) == ARRAY_SIZE (bg_normal));
129 STATIC_ASSERT (ARRAY_SIZE (fg_normal) == ARRAY_SIZE (bg_bright));
130 gcc_assert ((size_t)u.m_named.m_name < ARRAY_SIZE (fg_normal));
133 arr = u.m_named.m_bright ? fg_bright : fg_normal;
style.cc 91 static const char * const fg_normal[] = {"", // reset, for DEFAULT local
127 STATIC_ASSERT (ARRAY_SIZE (fg_normal) == ARRAY_SIZE (fg_bright));
128 STATIC_ASSERT (ARRAY_SIZE (fg_normal) == ARRAY_SIZE (bg_normal));
129 STATIC_ASSERT (ARRAY_SIZE (fg_normal) == ARRAY_SIZE (bg_bright));
130 gcc_assert ((size_t)u.m_named.m_name < ARRAY_SIZE (fg_normal));
133 arr = u.m_named.m_bright ? fg_bright : fg_normal;

Completed in 60 milliseconds