C++ inline functions (annotation variations)

Some compilers do not record debugging information for C++ inline functions, and therefore do not annotate inline functions:

Some compilers annotate inline functions:

Some compilers that annotate inline functions do not generate any code for an unreachable inline function--one that is not used anywhere. In this case, the function does not appear in the Viewer, and no count appears next to it in the Annotated Source window.