HomeSort by: relevance | last modified time | path
    Searched refs:namespace (Results 1 - 25 of 364) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_signals_standalone.h 18 namespace __ubsan {
23 } // namespace __ubsan
ubsan_init.h 16 namespace __ubsan {
32 } // namespace __ubsan
ubsan_flags.h 18 namespace __sanitizer {
22 namespace __ubsan {
40 } // namespace __ubsan
  /src/sys/arch/hpc/stand/include/machine/
cdefs.h 8 #define NAMESPACE_BEGIN(x) namespace x {
10 #define USING_NAMESPACE(x) using namespace x;
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_activation.h 18 namespace __asan {
21 } // namespace __asan
asan_premap_shadow.h 20 namespace __asan {
asan_suppressions.h 20 namespace __asan {
28 } // namespace __asan
asan_flags.h 30 namespace __asan {
47 } // namespace __asan
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_errno_codes.h 23 namespace __sanitizer {
32 } // namespace __sanitizer
sanitizer_win.h 20 namespace __sanitizer {
23 } // namespace __sanitizer
sanitizer_fuchsia.h 23 namespace __sanitizer {
28 } // namespace __sanitizer
sanitizer_symbolizer_fuchsia.h 19 namespace __sanitizer {
41 } // namespace __sanitizer
sanitizer_symbolizer_rtems.h 19 namespace __sanitizer {
39 } // namespace __sanitizer
sanitizer_internal_defs.h 133 namespace __sanitizer {
267 } // namespace __sanitizer
269 namespace __sanitizer {
421 } // namespace __sanitizer
423 namespace __asan { using namespace __sanitizer; } // NOLINT
424 namespace __dsan { using namespace __sanitizer; } // NOLINT
425 namespace __dfsan { using namespace __sanitizer; } // NOLIN
    [all...]
  /src/sys/arch/hpc/stand/libsa/
libsa_string.h 32 #define LIBSA_NAMESPACE_BEGIN namespace libsa {
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_allocator.h 19 namespace __msan {
32 } // namespace __msan
msan_flags.h 16 namespace __msan {
28 } // namespace __msan
msan_chained_origin_depot.h 17 namespace __msan {
27 } // namespace __msan
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_profile_collector.h 25 namespace __xray {
31 namespace profileCollectorService {
70 } // namespace profileCollectorService
72 } // namespace __xray
xray_tsc.h 18 namespace __xray {
25 namespace __xray {
38 } // namespace __xray
64 namespace __xray {
84 } // namespace __xray
  /src/lib/libc/string/
strtok.c 41 #include <namespace.h>
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_symbolize.h 19 namespace __tsan {
29 } // namespace __tsan
  /src/lib/libc/gen/
extattr.c 38 #include "namespace.h"
100 extattr_copy_fd(int from_fd, int to_fd, int namespace)
109 llen = extattr_list_fd(from_fd, namespace, NULL, 0);
125 llen = extattr_list_fd(from_fd, namespace, alist, (size_t)llen);
142 vlen = extattr_get_fd(from_fd, namespace, aname, NULL, 0);
152 if ((vlen = extattr_get_fd(from_fd, namespace, aname,
156 if (extattr_set_fd(to_fd, namespace, aname,
170 extattr_copy_file(const char *from, const char *to, int namespace)
179 llen = extattr_list_file(from, namespace, NULL, 0);
195 llen = extattr_list_file(from, namespace, alist, (size_t)llen)
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerExtFunctions.h 18 namespace fuzzer {
33 } // namespace fuzzer
FuzzerSHA1.h 19 namespace fuzzer {
31 } // namespace fuzzer

Completed in 113 milliseconds

1 2 3 4 5 6 7 8 91011>>