Lines Matching refs:tstr
11713 const char *tstr; in type_to_str() local
11726 tstr = "void"; in type_to_str()
11729 tstr = "_Bool"; in type_to_str()
11732 tstr = "char"; in type_to_str()
11735 tstr = "short"; in type_to_str()
11738 tstr = "int"; in type_to_str()
11741 tstr = "long"; in type_to_str()
11744 tstr = "long long"; in type_to_str()
11747 tstr = "float"; in type_to_str()
11750 tstr = "double"; in type_to_str()
11753 tstr = "long double"; in type_to_str()
11755 pstrcat(buf, buf_size, tstr); in type_to_str()
11760 tstr = "struct "; in type_to_str()
11762 tstr = "enum "; in type_to_str()
11763 pstrcat(buf, buf_size, tstr); in type_to_str()