Lines Matching full:declaring
1327 declaring certain functions or defining certain macros that the
14244 * Function Attributes:: Declaring that functions have no side effects,
14616 A nested function always has no linkage. Declaring one with `extern'
14772 with the effect of declaring T to have the type of the expression EXPR.
15496 5.25 Declaring Attributes of Functions
16393 symbol, declaring it as weak, compiling the two separate
17560 By declaring a function `inline', you can direct GCC to integrate that
24170 attribute (*note Declaring Attributes of Functions: Function
24427 for declaring symbols to be weak, and defining weak aliases.
27142 declarations for them after declaring the template, but before
27166 after declaring `Derived', so the compiler can't really know what `i'
27345 For example, it can't determine argument types for declaring a
27349 string. ISO C does not require declaring the argument types of
32006 * C++ static data, declaring and defining: Static Definitions.
32169 * declaring attributes of functions: Function Attributes.
32171 * declaring static data in C++: Static Definitions. (line 6)
32849 * static data in C++, declaring and defining: Static Definitions.