Home
last modified time | relevance | path

Searched refs:hidden (Results 1 – 25 of 405) sorted by relevance

12345678910>>...17

/openbsd-src/gnu/usr.bin/perl/ext/Hash-Util/t/
H A DUtil.t420 my @hidden=sort(hidden_keys(%hash));
424 is("@hidden","b e",'lock_keys @hidden DDS/t');
439 my @hidden=sort numbers_first hidden_keys(%hash);
442 is("@hidden","a b c d e f",'lock_keys() @hidden DDS/t 3');
452 my @hidden=sort(hidden_keys(%hash));
456 is("@hidden","b e",'lock_ref_keys @hidden DDS/t 1');
464 my @hidden=sort numbers_first hidden_keys(%hash);
467 is("@hidden","a b c d e f",'lock_ref_keys() @hidden DDS/t 2');
475 my @hidden=sort numbers_first hidden_keys(%hash);
478 is("@hidden","a b c d e f",'lock_ref_keys_plus() @hidden DDS/t');
[all …]
/openbsd-src/gnu/llvm/clang/docs/
H A DLTOVisibility.rst20 violation to define a class with hidden LTO visibility in multiple linkage
23 control flow integrity features can only be applied to classes with hidden LTO
31 targeting non-Windows platforms, classes with a visibility other than hidden
34 other classes receive hidden LTO visibility. Classes with internal linkage
35 (e.g. classes declared in unnamed namespaces) also receive hidden LTO
39 ``[[clang::lto_visibility_public]]`` (see below) will be refined to hidden LTO
42 used to defer specifying whether classes have hidden LTO visibility until link
44 implementation limitation, symbols associated with classes with hidden LTO
46 unsafe to refer to these symbols, and their visibility may be relaxed to hidden
54 two cases where it may wrongly infer hidden LTO visibility.
[all …]
/openbsd-src/lib/libcurses/base/
H A Dlib_slkrefr.c95 if (slk->hidden) in slk_intern_refresh()
131 CallDriver_1(sp, td_hwlabelOnOff, slk->hidden ? FALSE : TRUE); in slk_intern_refresh()
133 if (slk->hidden) { in slk_intern_refresh()
152 if (SP_PARM->_slk->hidden) in NCURSES_SP_NAME()
177 if (SP_PARM->_slk->hidden) in NCURSES_SP_NAME()
/openbsd-src/gnu/usr.bin/binutils-2.17/
H A Dltcf-cxx.sh111 # what "hidden" libraries, object files and flags are used when
281 # what "hidden" libraries, object files and flags are used when
350 # what "hidden" libraries, object files and flags are used when
376 # what "hidden" libraries, object files and flags are used when
441 # what "hidden" libraries, object files and flags are used when
459 # what "hidden" libraries, object files and flags are used when
495 echo "-hidden">> $lib.exp~
503 # what "hidden" libraries, object files and flags are used when
521 # what "hidden" libraries, object files and flags are used when
589 # what "hidden" libraries, object files and flags are used when
[all …]
/openbsd-src/gnu/usr.bin/binutils/
H A Dltcf-cxx.sh111 # what "hidden" libraries, object files and flags are used when
281 # what "hidden" libraries, object files and flags are used when
350 # what "hidden" libraries, object files and flags are used when
376 # what "hidden" libraries, object files and flags are used when
441 # what "hidden" libraries, object files and flags are used when
459 # what "hidden" libraries, object files and flags are used when
495 echo "-hidden">> $lib.exp~
503 # what "hidden" libraries, object files and flags are used when
521 # what "hidden" libraries, object files and flags are used when
589 # what "hidden" libraries, object files and flags are used when
[all …]
/openbsd-src/gnu/lib/libstdc++/
H A Dltcf-cxx.sh111 # what "hidden" libraries, object files and flags are used when
281 # what "hidden" libraries, object files and flags are used when
350 # what "hidden" libraries, object files and flags are used when
376 # what "hidden" libraries, object files and flags are used when
460 # what "hidden" libraries, object files and flags are used when
478 # what "hidden" libraries, object files and flags are used when
514 echo "-hidden">> $lib.exp~
522 # what "hidden" libraries, object files and flags are used when
540 # what "hidden" libraries, object files and flags are used when
608 # what "hidden" libraries, object files and flags are used when
[all …]
/openbsd-src/lib/libc/include/
H A DDETAILS6 identifiers that are of hidden visibility and--to avoid confusion
29 _libc_getpid hidden alias, for use internal to libc only
35 _libc_wait4 hidden alias, for use internal to libc only
39 _libc_wait4_cancel hidden name, for use internal to libc only
49 _libc_ptrace hidden alias, for use internal to libc only
53 _libc_ptrace_wrap hidden name, for use internal to libc only
72 This expands to the internal, hidden name of a cancellation
76 This expands to the internal, hidden name of a non-cancellation
130 _libc_dst a strong, hidden alias for _libc_src. You still need to
H A DREADME15 Otherwise, declare it in one of the hidden/* files.
16 Example: _mktemp() in hidden/stdio.h
36 name begins with an underbar, then in the hidden/* version
41 standard and its name begins with a letter. In the hidden/*
52 In the hidden/* version of the header where you declared
67 In the hidden/* version of the header where you declared the
81 In the hidden/* version of the header where you declared the
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_mips64.S4 .hidden __tsan_setjmp
56 .hidden __tsan_setjmp
108 .hidden __tsan_setjmp
162 .hidden __tsan_setjmp
/openbsd-src/lib/libc/arch/mips64/sys/
H A Dcerror.S41 .hidden _thread_cb
42 .hidden CERROR
/openbsd-src/gnu/llvm/llvm/docs/
H A Dindex.rst22 :hidden:
55 :hidden:
80 :hidden:
/openbsd-src/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_trampoline_AArch64.S10 .hidden __xray_FunctionEntry
63 .hidden __xray_FunctionExit
115 .hidden __xray_FunctionTailExit
H A Dxray_trampoline_arm.S13 .hidden __xray_FunctionEntry
44 .hidden __xray_FunctionExit
76 .hidden __xray_FunctionTailExit
/openbsd-src/gnu/llvm/lldb/docs/
H A Dindex.rst115 :hidden:
126 :hidden:
147 :hidden:
160 :hidden:
168 :hidden:
178 :hidden:
/openbsd-src/gnu/llvm/libcxx/docs/DesignDocs/
H A DVisibilityMacros.rst21 Mark a symbol as hidden so it will not be exported from shared libraries.
54 Mark a function as being hidden from the ABI (per `_LIBCPP_HIDE_FROM_ABI`)
92 if `-fvisibility=hidden` is specified. Additionally applying a visibility
127 Mark a symbol as hidden so it will not be exported from shared libraries. This
132 When building libc++ with hidden visibility, we want explicit template
137 libc++ DSO built with hidden visibility without encountering missing symbols.
149 either hidden (via this macro) or inline, so that they don't leak into client
/openbsd-src/gnu/gcc/gcc/config/sh/
H A Dlib1funcs.h32 #define HIDDEN_FUNC(X) FUNC(X); .hidden X
33 #define HIDDEN_ALIAS(X,Y) ALIAS (X,Y); .hidden GLOBAL(X)
/openbsd-src/gnu/llvm/llvm/lib/Target/
H A DCMakeLists.txt29 # Set default visibility to hidden, so we don't export all the Target classes
31 set(CMAKE_CXX_VISIBILITY_PRESET hidden)
/openbsd-src/lib/libc/arch/mips64/
H A DSYS.h47 .hidden _HIDDEN(x)
63 .hidden CERROR
/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/tests/
H A DCMakeLists.txt40 if ("-fvisibility=hidden" IN_LIST LIBFUZZER_CFLAGS)
42 list(APPEND LIBFUZZER_UNITTEST_CFLAGS "-fvisibility=hidden")
/openbsd-src/gnu/llvm/llvm/docs/CommandGuide/
H A Dllvm-otool.rst54 .. option:: --help-hidden
56 Print help for hidden flags.
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/libcxxabi/src/
H A DBUILD.gn117 cflags = [ "-fvisibility=hidden" ]
119 cflags_cc = [ "-fvisibility-global-new-delete-hidden" ]
/openbsd-src/lib/libssl/
H A DMakefile28 CFLAGS+= -I${.CURDIR}/../libcrypto/hidden
30 CFLAGS+= -I${.CURDIR}/hidden
/openbsd-src/gnu/gcc/libssp/
H A Dconfigure.ac65 AC_MSG_CHECKING([whether hidden visibility is supported])
67 void __attribute__((visibility ("hidden"))) bar (void) {}],,
71 AC_DEFINE([HAVE_HIDDEN_VISIBILITY],[1],[__attribute__((visibility ("hidden"))) supported])
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/libunwind/src/
H A DBUILD.gn116 cflags = [ "-fvisibility=hidden" ]
117 cflags_cc = [ "-fvisibility-global-new-delete-hidden" ]
/openbsd-src/lib/libcrypto/bn/
H A Ds2n_bignum_internal.h32 # define S2N_BN_SYM_PRIVACY_DIRECTIVE(name) .hidden S2N_BN_SYMBOL(name)

12345678910>>...17