Home | History | Annotate | Download | only in info

Lines Matching full:inlined

1901      errors if these functions are not inlined everywhere they are
2049 just won't be inlined by default.
3722 For instance, when a function is inlined, a warning may mean that
3723 the line is unreachable in only one inlined copy of the function.
3732 Warn if a function can not be inlined and it was declared as
3738 account the size of the function being inlined and the amount of
4950 By default, GCC limits the size of functions that can be inlined.
4952 functions that can be inlined in number of pseudo instructions.
4977 object file, even if the function has been inlined into all of its
6443 reduce function size by being inlined. In effect it
10596 Do not align destination of inlined string operations. This
13201 instruction, and -musermode is not in effect, the inlined code will
13224 -mno-inline-ic_invalidate if the inlined code would not work in
15207 used to determine if a function has not been inlined and why not.
15752 if the containing function is inlined or cloned. If a program relies on
15933 will be always inlined, never compiled as a separate function,
15956 will be always inlined, never compiled as a separate function, such
16958 Generally, functions are not inlined unless optimization is
16977 function to be inlined. If any uses of the function remain, they
16985 inlined where possible.
17005 within the inlined body.
17010 be inlined, if possible. Whether the function itself is
17130 Currently, the `dllexport' attribute is ignored for inlined
17135 non-inlined member functions and static data members as exports.
17160 Currently, the attribute is ignored for inlined functions. If the
17167 When applied to C++ classes, the attribute marks non-inlined
17422 function as the callee or caller will use inlined PLT.
19232 refers to its address, because that can't be inlined.
19273 the header file will cause most calls to the function to be inlined.
22394 function. However, if you use it in an inlined function and pass
33045 usually be inlined, but sometimes an out-of-line copy is
33054 must be shared between all inlined and out-of-line instances of
33186 If all calls to the function can be inlined, you can avoid emitting the
33188 not inlined, you will get linker errors.
34659 shown depends on where the function is inlined, or if it is not inlined
34662 If the function is not inlined, the compiler must emit an out of line
34673 If the function is inlined in several places, the block structure in