EntryPointsΒΆ

Entry points called from the environment

Nested Rules

EntryPoints-EntriesByAttribute

Consider routines decorated with special attributes as externally called entry points

EntryPoints-EntriesByDLLExport

Consider routines being marked as dllexport as externally called entry points

EntryPoints-EntriesByKeyword

Consider routines having special tokens/keywords in their declaration as externally called entry points

EntryPoints-EntriesByLinkname

Consider routines matching the given name pattern as externally called entry points

EntryPoints-EntriesByMacro

Consider routines where the signature comes from a macro expansion of selected macros as externally called entry points

EntryPoints-EntriesByName

Consider routines matching the given name pattern as externally called entry points

EntryPoints-EntriesByPath

Consider routines in given paths as externally called entry points

EntryPoints-EntriesByVirtualExternal

Consider virtual functions from outside of the project as called entry points

Options

  • Setting an option for this rule means setting the default for all nested rules.

  • The following places define options that affect this rule: Analysis-GlobalOptions

  • This rule has no individual options.