Home
last modified time | relevance | path

Searched refs:declarations (Results 1 – 25 of 1101) sorted by relevance

12345678910>>...45

/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/tests/cindex/
H A Dtest_exception_specification_kind.py13 def find_function_declarations(node, declarations=[]): argument
15 declarations.append((node.spelling, node.exception_specification_kind))
17 declarations = find_function_declarations(child, declarations)
18 return declarations
29 declarations = find_function_declarations(tu.cursor)
35 self.assertListEqual(declarations, expected)
/netbsd-src/external/mpl/bind/lib/libdns/
H A DMakefile61 COPTS.openssl_link.c+= -Wno-error=deprecated-declarations
62 COPTS.opensslecdsa_link.c+= -Wno-error=deprecated-declarations
63 COPTS.openssleddsa_link.c+= -Wno-error=deprecated-declarations
64 COPTS.opensslrsa_link.c+= -Wno-error=deprecated-declarations
/netbsd-src/usr.sbin/plainrsa-gen/
H A DMakefile28 COPTS.plainrsa-gen.c+= -Wno-error=deprecated-declarations
29 COPTS.crypto_openssl.c+= -Wno-error=deprecated-declarations
30 COPTS.rsalist.c+= -Wno-error=deprecated-declarations
31 COPTS.prsa_par.c+= -Wno-error=deprecated-declarations
/netbsd-src/crypto/external/bsd/heimdal/lib/libhx509/
H A DMakefile89 COPTS.cert.c += -Wno-error=deprecated-declarations
90 COPTS.crypto-ec.c += -Wno-error=deprecated-declarations
91 COPTS.crypto.c += -Wno-error=deprecated-declarations
92 COPTS.ks_p11.c += -Wno-error=deprecated-declarations
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DPCHInternals.rst98 20/82685 declarations read (0.024188%)
109 declarations, identifiers, and macros were actually deserialized from the
268 The declarations block contains the serialized representation of all of the
269 declarations referenced in the translation unit. Each Clang declaration node
271 AST file. When declarations are deserialized from the AST file, the data
280 which contains all of the declarations in the translation unit but is not
281 actually written as a specific declaration node. Its child declarations (such
282 as functions or struct types) may also contain other declarations inside them,
287 iterate over the declarations stored within a context (e.g., iterate over all
292 declarations stored within that declaration context. Therefore, Clang will
[all …]
/netbsd-src/crypto/external/bsd/heimdal/lib/libkdc/
H A DMakefile43 COPTS.kx509.c+= -Wno-error=deprecated-declarations
44 COPTS.pkinit-ec.c+= -Wno-error=deprecated-declarations
45 COPTS.pkinit.c+= -Wno-error=deprecated-declarations
/netbsd-src/external/bsd/byacc/dist/
H A DNOTES11 register declarations, and the fact that much of the rest of the
12 4.4lite2 release had "register" declarations extirpated, I've removed
13 most of the register declarations from the code. I left them in the
/netbsd-src/crypto/external/bsd/heimdal/lib/libgssapi/
H A DMakefile280 COPTS.krb5__get_mic.c+= -Wno-error=deprecated-declarations
281 COPTS.krb5__wrap.c+= -Wno-error=deprecated-declarations
282 COPTS.krb5__unwrap.c+= -Wno-error=deprecated-declarations
283 COPTS.krb5__verify_mic.c+= -Wno-error=deprecated-declarations
284 COPTS.ntlm__accept_sec_context.c+= -Wno-error=deprecated-declarations
285 COPTS.ntlm__crypto.c+= -Wno-error=deprecated-declarations
286 COPTS.ntlm__init_sec_context.c+= -Wno-error=deprecated-declarations
/netbsd-src/usr.bin/indent/
H A D.indent.pro9 -di0 /* Do not indent variable declarations. */
11 -ip /* Indent parameter declarations. */
15 -ndj /* Indent declarations in the same column as the code. */
/netbsd-src/crypto/external/bsd/openssh/bin/ssh-keygen/
H A DMakefile11 COPTS.ssh-keygen.c+= -Wno-error=deprecated-declarations
12 COPTS.moduli.c+= -Wno-error=deprecated-declarations
/netbsd-src/crypto/external/bsd/openssh/libexec/ssh-sk-helper/
H A DMakefile12 COPTS.ssh-sk.c+= -Wno-error=deprecated-declarations
13 COPTS.sk-usbhid.c+= -Wno-error=deprecated-declarations
/netbsd-src/external/bsd/libfido2/bin/fido2-assert/
H A DMakefile27 COPTS.assert_verify.c+=-Wno-error=deprecated-declarations
28 COPTS.util.c+=-Wno-error=deprecated-declarations
/netbsd-src/external/mpl/dhcp/dist/keama/tests/
H A Dgrouphost4.inn1 # group and host declarations config
20 # host declarations
H A Dgrouphost4.out2 # group and host declarations config
26 # host declarations
/netbsd-src/crypto/external/bsd/heimdal/lib/libkrb5/
H A DMakefile553 COPTS.crypto-des.c+= -Wno-error=deprecated-declarations
554 COPTS.crypto-des3.c+= -Wno-error=deprecated-declarations
555 COPTS.pkinit.c+= -Wno-error=deprecated-declarations
556 COPTS.pkinit-ec.c+= -Wno-error=deprecated-declarations
557 COPTS.salt-des.c+= -Wno-error=deprecated-declarations
558 COPTS.salt-des3.c+= -Wno-error=deprecated-declarations
559 COPTS.sp800-108-kdf.c+= -Wno-error=deprecated-declarations
/netbsd-src/external/gpl3/gcc/lib/libstdc++-v3/
H A DMakefile104 COPTS.compatibility-thread-c++0x.cc += -Wno-deprecated-declarations
112 COPTS.functexcept.cc += -Wno-deprecated-declarations
113 COPTS.future.cc += -Wno-deprecated-declarations
114 COPTS.shared_ptr.cc += -Wno-deprecated-declarations
115 COPTS.thread.cc += -Wno-deprecated-declarations
/netbsd-src/external/gpl3/gcc.old/lib/libstdc++-v3/
H A DMakefile105 COPTS.compatibility-thread-c++0x.cc += -Wno-deprecated-declarations
113 COPTS.functexcept.cc += -Wno-deprecated-declarations
114 COPTS.future.cc += -Wno-deprecated-declarations
115 COPTS.shared_ptr.cc += -Wno-deprecated-declarations
116 COPTS.thread.cc += -Wno-deprecated-declarations
/netbsd-src/external/mpl/bind/lib/libisc/
H A DMakefile64 COPTS.iterated_hash.c+= -Wno-error=deprecated-declarations
65 COPTS.hmac.c+= -Wno-error=deprecated-declarations
66 COPTS.md.c+= -Wno-error=deprecated-declarations
/netbsd-src/external/mpl/dhcp/bind/lib/libisc/
H A DMakefile71 COPTS.iterated_hash.c+= -Wno-error=deprecated-declarations
72 COPTS.hmac.c+= -Wno-error=deprecated-declarations
73 COPTS.md.c+= -Wno-error=deprecated-declarations
/netbsd-src/usr.sbin/syslogd/
H A DMakefile35 COPTS.tls.c+= -Wno-error=deprecated-declarations
36 COPTS.sign.c+= -Wno-error=deprecated-declarations
/netbsd-src/external/bsd/nsd/lib/libnsd/
H A DMakefile53 COPTS.tsig-openssl.c+= -Wno-error=deprecated-declarations
54 COPTS.iterated_hash.c+= -Wno-error=deprecated-declarations
/netbsd-src/crypto/external/bsd/netpgp/lib/netpgp/
H A DMakefile30 COPTS.openssl_crypto.c+=-Wno-error=deprecated-declarations
31 COPTS.symmetric.c+=-Wno-error=deprecated-declarations
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Diosfwd1 // <iosfwd> Forward declarations -*- C++ -*-
30 // ISO C++ 14882: 27.2 Forward declarations
39 #include <bits/stringfwd.h> // For string forward declarations.
65 * header, which contains only declarations of all the I/O classes as
69 * For more specific declarations, see
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/
H A Dvisibility.m442 dnl Now check whether visibility declarations are supported.
43 AC_CACHE_CHECK([for simple visibility declarations],
81 [Define to 1 or 0, depending whether the compiler supports simple visibility declarations.])
/netbsd-src/external/mpl/dhcp/dist/keama/
H A Ddoc.txt6 - data.h (tailq list and element type declarations)
8 - keama.h (DHCP declarations)
83 4 classes: parameters, declarations, executable statements and expressions.
99 parse parameters and declarations
109 conf-file :== parameters declarations END_OF_FILE
111 declarations :== <nil> | declaration | declarations declaration
144 Typically declarations use { } and are associated with a group
333 ISC DHCP host declarations are global, Kea reservations were per subnet
345 The use of groups in host declarations is unclear.
441 All unsupported option declarations are set to full binary (X).

12345678910>>...45