Searched defs:scanast_free (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DPCCTSAST.cpp429 scanast_free(ScanAST *t) function in class:PCCTS_AST
432 scanast_free( t->down() );
433 scanast_free( t->right() );
494 scanast_free(tmpl);

Completed in 264 milliseconds