Lines Matching full:hidden
218 \&\-fno\-default\-inline \-fvisibility\-inlines\-hidden
1841 .IP "\fB\-fvisibility\-inlines\-hidden\fR" 4
1842 .IX Item "-fvisibility-inlines-hidden"
1848 \&\f(CW\*(C`_\|_attribute_\|_ ((visibility ("hidden")))\*(C'\fR so that they do not
1855 methods as hidden directly, because it does not affect static variables
1875 It sets the default visibility to \f(CW\*(C`hidden\*(C'\fR, like
1876 \&\fB\-fvisibility=hidden\fR.
1878 Types, but not their members, are not hidden by default.
1887 In new code it is better to use \fB\-fvisibility=hidden\fR and
2138 the \f(CW\*(C`A\*(C'\fR class version of \f(CW\*(C`f\*(C'\fR is hidden in \f(CW\*(C`B\*(C'\fR, and code
15252 .IP "\fB\-fvisibility=\fR\fIdefault|internal|hidden|protected\fR" 4
15253 .IX Item "-fvisibility=default|internal|hidden|protected"
15265 usage so the only other commonly used option will be \f(CW\*(C`hidden\*(C'\fR.
15275 solution made possible by this option to marking things hidden when
15276 the default is public is to make the default hidden and mark things
15277 public. This is the norm with \s-1DLL\s0's on Windows and with \fB\-fvisibility=hidden\fR
15286 \&\fB#pragma \s-1GCC\s0 visibility push(hidden)\fR and
15292 as hidden as so to avoid \s-1PLT\s0 indirection overheads\-\-\-making this
15304 a lot of code can be recompiled with \fB\-fvisibility=hidden\fR with
15309 declarations should be treated as hidden.