Lines Matching full:preprocessor
3 * Module Name: prscan - Preprocessor start-up and file scan module
214 * Supported preprocessor directives
267 * DESCRIPTION: Startup initialization for the Preprocessor.
290 * DESCRIPTION: Initialize globals for the Preprocessor. Used for startuup
323 * DESCRIPTION: Termination of the preprocessor. Delete lists. Keep any
360 * DESCRIPTION: Main entry point for the iASL Preprocessor. Input file must
379 /* Main preprocessor loop, handles include files */ in PrDoPreprocess()
388 /* Point compiler input to the new preprocessor output file (.pre) */ in PrDoPreprocess()
455 /* All preprocessor directives must begin with '#' */ in PrPreprocessInputFile()
534 * preprocessor file(s). in PrPreprocessInputFile()
551 * DESCRIPTION: Main processing for all preprocessor directives
587 * Emit a line directive into the preprocessor file (.pre) after in PrDoDirective()
896 /* Emit #line into the preprocessor file */ in PrDoDirective()