Home
last modified time | relevance | path

Searched full:namespace (Results 1 – 25 of 5743) sorted by relevance

12345678910>>...230

/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVBaseInfo.h22 namespace llvm {
23 namespace SPIRV {
24 namespace OperandCategory {
27 } // namespace OperandCategory
29 namespace Extension {
32 } // namespace Extension
34 namespace Capability {
37 } // namespace Capability
39 namespace SourceLanguage {
42 } // namespace SourceLanguage
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.cpp18 using namespace llvm;
20 namespace llvm {
21 namespace AArch64AT {
28 namespace llvm {
29 namespace AArch64DBnXS {
35 namespace llvm {
36 namespace AArch64DB {
42 namespace llvm {
43 namespace AArch64DC {
49 namespace llvm {
[all …]
/openbsd-src/gnu/llvm/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp25 using namespace clang;
26 using namespace api_notes;
28 namespace {
36 } // namespace
38 namespace llvm {
39 namespace yaml {
49 } // namespace yaml
50 } // namespace llvm
52 namespace {
57 } // namespace
[all …]
H A DAPINotesFormat.h15 namespace clang {
16 namespace api_notes {
88 namespace control_block {
117 } // namespace control_block
119 namespace identifier_block {
129 } // namespace identifier_block
131 namespace objc_context_block {
150 } // namespace objc_context_block
152 namespace objc_property_block {
163 } // namespace objc_property_block
[all …]
/openbsd-src/gnu/gcc/libstdc++-v3/include/bits/
H A Dc++config58 // Macros for controlling various namespace association schemes and modes.
65 // Macros for namespace scope.
71 # define _GLIBCXX_BEGIN_NESTED_NAMESPACE(X, Y) namespace X { namespace Y _GLIBCXX_VISIBILITY(defau…
76 # define _GLIBCXX_BEGIN_NAMESPACE(X) namespace X _GLIBCXX_VISIBILITY(default) {
79 # define _GLIBCXX_BEGIN_NESTED_NAMESPACE(X, Y) namespace X { namespace Y _GLIBCXX_VISIBILITY(defau…
87 // Namespace associations for versioning mode.
89 namespace std
91 namespace _6 { }
92 using namespace _6 __attribute__ ((strong));
95 // In addition, other supported namespace configurations.
[all …]
/openbsd-src/gnu/llvm/libcxx/include/__memory/
H A Dranges_uninitialized_algorithms.h38 namespace ranges {
42 namespace __uninitialized_default_construct {
61 } // namespace __uninitialized_default_construct
63 inline namespace __cpo {
65 } // namespace __cpo
69 namespace __uninitialized_default_construct_n {
81 } // namespace __uninitialized_default_construct_n
83 inline namespace __cpo {
85 } // namespace __cpo
89 namespace __uninitialized_value_construct {
[all …]
H A Dranges_construct_at.h34 namespace ranges {
38 namespace __construct_at {
50 } // namespace __construct_at
52 inline namespace __cpo {
54 } // namespace __cpo
58 namespace __destroy_at {
68 } // namespace __destroy_at
70 inline namespace __cpo {
72 } // namespace __cpo
76 namespace __destroy {
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/lib/
H A DTest2.pm82 =head1 NAMESPACE LAYOUT
84 This describes the namespace layout for the Test2 ecosystem. Not all the
90 This namespace is for sets of tools. Modules in this namespace should export
92 Modules in this namespace B<MUST NOT> export subs from other tools. See the
93 L</Test2::Bundle::> namespace if you want to do that.
97 This namespace is for plugins. Plugins are modules that change or enhance the
104 This namespace is for bundles of tools and plugins. Loading one of these may
105 load multiple tools and plugins. Modules in this namespace should not implement
106 tools directly. In general modules in this namespace shoul
[all...]
/openbsd-src/gnu/llvm/libcxx/include/__ranges/
H A Daccess.h34 namespace ranges {
38 } // namespace ranges
42 namespace ranges {
43 namespace __begin {
97 } // namespace __begin
99 inline namespace __cpo {
101 } // namespace __cpo
102 } // namespace ranges
106 namespace ranges {
109 } // namespace ranges
[all …]
/openbsd-src/usr.sbin/ldapd/
H A Dnamespace.c1 /* $OpenBSD: namespace.c,v 1.20 2020/03/05 07:39:25 martijn Exp $ */
34 /* Maximum number of requests to queue per namespace during compaction.
39 static struct btval *namespace_find(struct namespace *ns, char *dn);
41 static int namespace_set_fd(struct namespace *ns,
45 namespace_begin_txn(struct namespace *ns, struct btree_txn **data_txn, in namespace_begin_txn()
49 errno = EBUSY; /* namespace is being reopened */ in namespace_begin_txn()
72 namespace_begin(struct namespace *ns) in namespace_begin()
78 namespace_commit(struct namespace *ns) in namespace_commit()
101 namespace_abort(struct namespace *ns) in namespace_abort()
111 namespace_open(struct namespace *ns) in namespace_open()
[all …]
H A Dldapd.h115 struct namespace { struct
116 TAILQ_ENTRY(namespace) next;
139 TAILQ_HEAD(namespace_list, namespace); argument
182 struct namespace *ns;
365 /* namespace.c
367 struct namespace *namespace_new(const char *suffix);
368 int namespace_open(struct namespace *ns);
369 int namespace_reopen_data(struct namespace *ns);
370 int namespace_reopen_indx(struct namespace *ns);
371 int namespace_set_data_fd(struct namespace *ns, int fd);
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUAsmUtils.h16 namespace llvm {
21 namespace AMDGPU {
56 namespace DepCtr {
61 } // namespace DepCtr
63 namespace SendMsg { // Symbolic names for the sendmsg(...) syntax.
71 } // namespace SendMsg
73 namespace Hwreg { // Symbolic names for the hwreg(...) syntax.
78 } // namespace Hwreg
80 namespace MTBUFFormat {
91 } // namespace MTBUFFormat
[all …]
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/
H A Dnamespace.cc1 namespace AAA {
18 namespace BBB {
24 namespace CCC {
71 namespace
75 namespace G
79 namespace
86 namespace C
107 namespace
111 namespace F
115 namespace
[all …]
/openbsd-src/gnu/llvm/llvm/lib/WindowsManifest/
H A DWindowsManifestMerger.cpp24 using namespace llvm;
25 using namespace windows_manifest;
69 // this indicates the prefix of a default namespace. in xmlStringsEqual()
107 // Check if namespace specified by HRef1 overrides that of HRef2.
121 // Search for prefix-defined namespace specified by HRef, starting on Node and
122 // continuing recursively upwards. Returns the namespace or nullptr if not
147 // Search for prefix-defined namespace specified by HRef, starting on Node and
149 // not found, then prefix-define that namespace on the node and return a
157 return make_error<WindowsManifestError>("failed to create new namespace"); in searchOrDefine()
160 // Set the namespace of OrigionalAttribute on OriginalNode to be that of
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/
H A Dusing9.C5 namespace standard
9 namespace A { using standard::print; }
10 namespace B { using namespace standard; }
11 namespace User
12 { using namespace standard;
13 using namespace A;
18 namespace User2
19 { using namespace standard;
20 using namespace B;
H A Dalias4.C1 namespace A = B; // ERROR - unknown namespace
3 namespace C{}
4 namespace D = C;
5 namespace D { // ERROR - reopening namespace with alias
13 namespace E = C::F; // ERROR - unknown namespace
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dcp-namespace.c46 enclosing namespace(s)/class(es), if any. For example, if we're
49 namespace N {
113 /* Set up support for dealing with C++ namespace info in the current
140 anonymous namespace; if so, add an appropriate using directive. */
142 /* Optimize away strlen ("(anonymous namespace)"). */
158 namespace)". */ in cp_scan_for_anonymous_namespaces()
170 "(anonymous namespace)", in cp_scan_for_anonymous_namespaces()
174 anonymous namespace. So add symbols in it to the in cp_scan_for_anonymous_namespaces()
175 namespace given by the previous component if there is in cp_scan_for_anonymous_namespaces()
176 one, or to the global namespace if there isn't. */ in cp_scan_for_anonymous_namespaces()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A Dyaml2obj.h17 namespace llvm {
23 namespace object {
27 namespace COFFYAML {
31 namespace ELFYAML {
35 namespace MinidumpYAML {
39 namespace OffloadYAML {
43 namespace WasmYAML {
47 namespace XCOFFYAML {
51 namespace ArchYAML {
55 namespace DXContainerYAML {
[all …]
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DInstrInfoEmitter.cpp39 using namespace llvm;
47 namespace {
97 StringRef Namespace,
104 raw_ostream &OS, StringRef Namespace,
107 raw_ostream &OS, StringRef Namespace,
115 } // end anonymous namespace
248 StringRef Namespace, in initOperandMapData() argument
265 OperandMap[OpList].push_back(Namespace.str() + "::" + in initOperandMapData()
274 /// - An enum in the llvm::TargetNamespace::OpName namespace, with one entry
284 StringRef Namespace = Target.getInstNamespace(); in emitOperandNameMappings() local
[all …]
/openbsd-src/regress/usr.bin/ssh/unittests/sshsig/
H A Dtests.c50 const char *namespace) in check_sig() argument
62 ASSERT_INT_EQ(sshsig_verifyb(rawsig, msg, namespace, in check_sig()
76 char *namespace; in tests() local
86 msg = load_file("namespace"); in tests()
87 namespace = sshbuf_dup_string(msg); in tests()
88 ASSERT_PTR_NE(namespace, NULL); in tests()
94 check_sig("rsa.pub", "rsa.sig", msg, namespace); in tests()
99 check_sig("dsa.pub", "dsa.sig", msg, namespace); in tests()
104 check_sig("ecdsa.pub", "ecdsa.sig", msg, namespace); in tests()
108 check_sig("ed25519.pub", "ed25519.sig", msg, namespace); in tests()
[all …]
/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DAIX.h15 namespace clang {
16 namespace driver {
17 namespace tools {
20 namespace aix {
47 } // end namespace aix
49 } // end namespace tools
50 } // end namespace driver
51 } // end namespace clang
53 namespace clang {
54 namespace driver {
[all …]
H A DMyriad.h16 namespace clang {
17 namespace driver {
18 namespace tools {
21 namespace SHAVE {
45 } // end namespace SHAVE
48 /// The Compiler and Assembler as defined above are in the SHAVE namespace,
50 /// is in the Myriad namespace.
51 namespace Myriad {
62 } // end namespace Myriad
63 } // end namespace tools
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/MSF/
H A DMSFError.h14 namespace llvm {
15 namespace msf {
28 } // namespace msf
29 } // namespace llvm
31 namespace std {
34 } // namespace std
36 namespace llvm {
37 namespace msf {
51 } // namespace msf
52 } // namespace llvm
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIAError.h15 namespace llvm {
16 namespace pdb {
25 } // namespace pdb
26 } // namespace llvm
28 namespace std {
31 } // namespace std
33 namespace llvm {
34 namespace pdb {
48 } // namespace pdb
49 } // namespace llvm
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawError.h14 namespace llvm {
15 namespace pdb {
31 } // namespace pdb
32 } // namespace llvm
34 namespace std {
37 } // namespace std
39 namespace llvm {
40 namespace pdb {
54 } // namespace pdb
55 } // namespace llvm

12345678910>>...230