# (Export) = Exported function that is not used internally # (FP) = False positive # (Test) = Test of failure cases # (Unimpl) = Unimplemented code leading to warning # (Unsupp) = Unsupported / Edge cases that we don't care about # (FP) Does not take individual struct fields into account ctuuninitvar:codegen/codegen_common.c # (FP) Does not take individual struct fields into account ctuuninitvar:outformat/elf.c # (FP) Does not take individual struct fields into account ctuuninitvar:outformat/outformat_common.c # (FP) Otherwise cppcheck gives warnings about libc headers missingIncludeSystem:* # (Export) CSBE is a static library, so it's expected to have internally unused functions unusedFunction:* # (Unimpl) is_unop / is_trap are not used currently unusedStructMember:codegen/aarch64.c