Searched refs:yyp (Results 1 – 2 of 2) sorted by relevance
1923 char const *yyp = yystr; in yytnamerr_() local1926 switch (*++yyp) in yytnamerr_()1933 if (*++yyp != '\\') in yytnamerr_()1940 yyr += *yyp; in yytnamerr_()2206 for (char const* yyp = yyformat; *yyp; ++yyp) in yysyntax_error_() local2207 if (yyp[0] == '%' && yyp[1] == 's' && yyi < yycount) in yysyntax_error_()2210 ++yyp; in yysyntax_error_()2213 yyres += *yyp; in yysyntax_error_()
367 void *yyp = yybuffer_.yyraw; in yyas_() local368 return static_cast<T*> (yyp); in yyas_()376 const void *yyp = yybuffer_.yyraw; in yyas_() local377 return static_cast<const T*> (yyp); in yyas_()