Lines Matching full:scan
709 The `#include' directive works by directing the C preprocessor to scan
2509 macro calls, they are expanded during the first scan. The result
2510 therefore contains no macro calls, so the second scan does not change
2512 single remaining scan would find the same macro calls and produce the
2515 You might expect the double scan to change the results when a
2518 expanded once in the first scan, and a second time in the second scan.
2520 expand in the first scan are marked so that they will not expand in the
2521 second scan either.
2537 appear during the main scan as an indirect self-reference and
2560 This can cause a macro expanded on the second scan to be called