DEBSOURCES
Skip Quicknav
sources / bisonc%2B%2B / 6.09.02-1 / parser / typeindex.cc
123456789
#include "parser.ih" // static int Parser::typeIndex(string const &typeName) { return typeName.empty() ? 0 : typeName == s_stype ? 1 : 2; }