Home
last modified time | relevance | path

Searched refs:yyp (Results 1 – 2 of 2) sorted by relevance

/hal_rpi_pico-latest/tools/pioasm/gen/
Dparser.cpp1923 char const *yyp = yystr; in yytnamerr_() local
1926 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_() local
2207 if (yyp[0] == '%' && yyp[1] == 's' && yyi < yycount) in yysyntax_error_()
2210 ++yyp; in yysyntax_error_()
2213 yyres += *yyp; in yysyntax_error_()
Dparser.hpp367 void *yyp = yybuffer_.yyraw; in yyas_() local
368 return static_cast<T*> (yyp); in yyas_()
376 const void *yyp = yybuffer_.yyraw; in yyas_() local
377 return static_cast<const T*> (yyp); in yyas_()