MCPcopy Create free account
hub / github.com/boostorg/build / yystrlen

Function yystrlen

v2/engine/jamgram.c:1079–1088  ·  view source on GitHub ↗
(yystr)

Source from the content-addressed store, hash-verified

1077static YYSIZE_T
1078yystrlen (const char *yystr)
1079#else
1080static YYSIZE_T
1081yystrlen (yystr)
1082 const char *yystr;
1083#endif
1084{
1085 YYSIZE_T yylen;
1086 for (yylen = 0; yystr[yylen]; yylen++)
1087 continue;
1088 return yylen;
1089}
1090# endif
1091# endif

Callers 2

yytnamerrFunction · 0.85
yysyntax_errorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected