семантический парсер для C (Semantic Parser for C)
MISC OPTIONS
--arch=
ARCH
Specify the target architecture. For architectures having
both a 32-bit and a 64-bit variant (mips, powerpc, riscv
and sparc) the architecture name can be suffixed with 32
or 64.
The default architecture and size is the one of the
machine used to build Sparse.
-gcc-base-dir
dir
Look for compiler-provided system headers in dir/include/
and dir/include-fixed/.
-multiarch-dir
dir
Look for system headers in the multiarch subdirectory dir.
The dir name would normally take the form of the target's
normalized GNU triplet. (e.g. i386-linux-gnu).
--os=
OS
Specify the target Operating System. This only makes a
few differences with the predefined types. The accepted
values are: linux, unix, freebsd, netbsd, opensd, sunos,
darwin and cygwin.
The default OS is the one of the machine used to build
Sparse if it can be detected, otherwise some generic
settings are used.