Home | History | Annotate | Download | only in info

Lines Matching full:inlined

472           -fdump-tree-inlined[-N]
1681 errors if these functions are not inlined everywhere they are
1800 just won't be inlined by default.
3369 For instance, when a function is inlined, a warning may mean that
3370 the line is unreachable in only one inlined copy of the function.
3379 Warn if a function can not be inlined and it was declared as
3385 account the size of the function being inlined and the amount of
4077 `inlined'
4078 Dump after function inlining, to `FILE.inlined'.
4566 By default, GCC limits the size of functions that can be inlined.
4570 functions that can be inlined in number of pseudo instructions
4572 Increasing this value can result in more inlined code at the cost
4574 makes the compilation faster and less code will be inlined (which
4605 object file, even if the function has been inlined into all of its
5905 reduce function size by being inlined. In effect it
9688 Do not align destination of inlined string operations. This
13973 used to determine if a function has not been inlined and why not.
15539 Generally, functions are not inlined unless optimization is
15558 function to be inlined. If any uses of the function remain, they
15566 inlined where possible.
15587 be inlined, if possible. Whether the function itself is
15671 Currently, the `dllexport' attribute is ignored for inlined
15676 non-inlined member functions and static data members as exports.
15697 Currently, the attribute is ignored for inlined functions. If the
15704 When applied to C++ classes, the attribute marks non-inlined
17622 refers to its address, because that can't be inlined.
17641 the header file will cause most calls to the function to be inlined.
20605 function. However, if you use it in an inlined function and pass
24903 usually be inlined, but sometimes an out-of-line copy is
24912 must be shared between all inlined and out-of-line instances of
25044 If all calls to the function can be inlined, you can avoid emitting the
25046 not inlined, you will get linker errors.
26399 shown depends on where the function is inlined, or if it is not inlined
26402 If the function is not inlined, the compiler must emit an out of line
26413 If the function is inlined in several places, the block structure in