MCPcopy Create free account
hub / github.com/Kitware/CMake / cmListFileLexer_Delete

Function cmListFileLexer_Delete

Source/LexerParser/cmListFileLexer.c:2733–2737  ·  view source on GitHub ↗

--------------------------------------------------------------------------*/

Source from the content-addressed store, hash-verified

2731
2732/*--------------------------------------------------------------------------*/
2733void cmListFileLexer_Delete(cmListFileLexer* lexer)
2734{
2735 cmListFileLexer_SetFileName(lexer, 0, 0);
2736 free(lexer);
2737}
2738
2739/*--------------------------------------------------------------------------*/
2740static cmListFileLexer_BOM cmListFileLexer_ReadBOM(FILE* f,

Callers 1

LLVMFuzzerTestOneInputFunction · 0.85

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…