Home
last modified time | relevance | path

Searched refs:namespaces (Results 1 – 25 of 269) sorted by relevance

1234567891011

/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/m4/
H A Dansi-c++.m439 dnl Test for namespaces. Both libasprintf and tests/lang-c++ need it.
41 AC_MSG_CHECKING([whether the C++ compiler supports namespaces])
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dsshsig.c632 char *namespaces; member
655 if (ret->namespaces != NULL) { in sshsigopt_parse()
659 ret->namespaces = opt_dequote(&opts, &errstr); in sshsigopt_parse()
660 if (ret->namespaces == NULL) in sshsigopt_parse()
728 free(opts->namespaces); in sshsigopt_free()
945 if (sigopts->namespaces != NULL && sig_namespace != NULL && in check_allowed_keys_line()
946 match_pattern_list(sig_namespace, sigopts->namespaces, 0) != 1) { in check_allowed_keys_line()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dc++config215 Outline of libstdc++ namespaces.
260 http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/namespaces.html
303 // Defined if inline namespaces are used for versioning.
338 // Inline namespaces for special modes: debug, parallel.
359 // Inline namespaces for parallel mode.
367 # error illegal use of multiple inlined namespaces
382 // Macros for opening/closing conditional namespaces.
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dc++config249 Outline of libstdc++ namespaces.
294 http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/namespaces.html
348 // Non-zero if inline namespaces are used for versioning the entire library.
390 // Inline namespaces for special modes: debug, parallel.
411 // Inline namespaces for parallel mode.
419 # error illegal use of multiple inlined namespaces
434 // Macros for opening/closing conditional namespaces.
471 // Inline namespaces for long double 128 modes.
/netbsd-src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/or1k/
H A Dc++config.h276 # error illegal use of multiple inlined namespaces
279 # error illegal use of multiple inlined namespaces
282 # error illegal use of multiple inlined namespaces
/netbsd-src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/coldfire/
H A Dc++config.h323 # error illegal use of multiple inlined namespaces
326 # error illegal use of multiple inlined namespaces
329 # error illegal use of multiple inlined namespaces
/netbsd-src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/armeb/
H A Dc++config.h351 # error illegal use of multiple inlined namespaces
354 # error illegal use of multiple inlined namespaces
357 # error illegal use of multiple inlined namespaces
/netbsd-src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/arm/
H A Dc++config.h367 # error illegal use of multiple inlined namespaces
370 # error illegal use of multiple inlined namespaces
373 # error illegal use of multiple inlined namespaces
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/intl-csharp/
H A DMakefile.am78 csharpdoc/namespaces.html \
/netbsd-src/external/bsd/libbind/dist/doc/
H A Dirs.conf.cat554 The continue option creates ``union namespaces'' whereby subsequent
107 The classic NIS mechanism for specifying union namespaces is to add an
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
H A Dcheck_lint.sh21 -build/namespaces,-readability/braces
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.def10 // Analyzer. The distinction between loc:: and nonloc:: SVal namespaces is
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DLTOVisibility.rst35 (e.g. classes declared in unnamed namespaces) also receive hidden LTO
73 ``std`` and ``stdext`` namespaces.
H A DClangFormatStyleOptions.rst2051 If it does not fit on a single line, the overflowing namespaces get
2262 short namespaces and fixes invalid existing ones. Short ones are
2839 The indentation used for namespaces.
2844 Don't indent in namespaces.
2856 Indent only in inner namespaces (nested in other namespaces).
2868 Indent in all namespaces.
3097 This determines the maximum length of short namespaces by counting
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDeclNodes.td18 def Namespace : DeclNode<Named, "namespaces">, DeclContext;
H A DCodeGenOptions.def306 ///< anonymous namespaces
325 /// namespaces. This is enabled by clang-cl's /MT and /MTd flags.
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DCodingStandards.rst1258 namespace clashes cannot occur between LLVM code and other namespaces. The
1490 avoid some insanely deep nesting on occasion, don't indent namespaces. If it
1517 is rarely a source of confusion. But namespaces both anonymous and named in
1526 After talking about namespaces in general, you may be wondering about anonymous
1527 namespaces in particular. Anonymous namespaces are a great language feature
1530 eliminating the possibility of symbol name collisions. Anonymous namespaces are
1532 is available in C++, anonymous namespaces are more general: they can make entire
1535 The problem with anonymous namespaces is that they naturally want to encourage
1541 Because of this, we have a simple guideline: make anonymous namespaces as small
1563 Avoid putting declarations other than classes into anonymous namespaces:
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Frontend/Directive/
H A DDirectiveBase.td23 // To avoid placing in any namespace, use "". To specify nested namespaces,
/netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/
H A Dllvm-dwarfdump.rst152 …--eh-frame [=<offset>], --gdb-index, --apple-names, --apple-types, --apple-namespaces, --apple-objc
/netbsd-src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/riscv32/
H A Dc++config.h371 # error illegal use of multiple inlined namespaces
/netbsd-src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/aarch64eb/
H A Dc++config.h371 # error illegal use of multiple inlined namespaces
/netbsd-src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv6hf/
H A Dc++config.h371 # error illegal use of multiple inlined namespaces
/netbsd-src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earm/
H A Dc++config.h371 # error illegal use of multiple inlined namespaces
/netbsd-src/external/apache2/llvm/dist/libcxx/include/experimental/
H A Dfilesystem228 } } } } // namespaces std::experimental::filesystem::v1
/netbsd-src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmhfeb/
H A Dc++config.h371 # error illegal use of multiple inlined namespaces

1234567891011