SLAU132V October 2004 – February 2020
The FORCEINLINE_RECURSIVE can be placed before a statement to force any function calls made in that statement to be inlined along with any calls made from those functions. That is, calls that are not visible in the statement but are called as a result of the statement will be inlined.
The syntax of the pragma in C/C++ is:
#pragma FORCEINLINE_RECURSIVE |
For information about interactions between command-line options, pragmas, and keywords that affect inlining, see Section 2.11.