MCPcopy Create free account
hub / github.com/KDE/kdevelop / cmListFileLexer_yyfree

Function cmListFileLexer_yyfree

plugins/cmake/parser/cmListFileLexer.c:2376–2381  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2374}
2375
2376void cmListFileLexer_yyfree (void * ptr , yyscan_t yyscanner)
2377{
2378 struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
2379 (void)yyg;
2380 free( (char *) ptr ); /* see cmListFileLexer_yyrealloc() for (char *) cast */
2381}
2382
2383#define YYTABLES_NAME "yytables"
2384

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected