gcc_pure TagType tag_table_lookup_i(const tag_table *table, const char *name) noexcept
Looks up a string in a tag translation table (case insensitive).
gcc_pure TagType tag_table_lookup(const tag_table *table, const char *name) noexcept
Looks up a string in a tag translation table (case sensitive).