Home
last modified time | relevance | path

Searched full:declared (Results 1 – 25 of 1006) sorted by relevance

12345678910>>...41

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCXXRecordDeclDefinitionBits.def35 /// True if this class has any user-declared constructors.
38 /// The user-declared special members which this class has.
84 /// True when any base class has any declared non-static data
90 /// True when any base class has any declared non-static data
112 /// True if there no non-field members declared by the user.
169 /// This excludes any user-declared but not user-provided special members
170 /// which have been declared but not yet defined.
178 /// The declared special members of this class which are known to be
181 /// This excludes any user-declared but not user-provided special members
182 /// which have been declared but not yet defined, and any implicit special
[all …]
/freebsd/contrib/mandoc/
H A Dmandoc.3253 Declared in
260 Declared in
267 Declared in
284 Declared in
300 Declared in
308 Declared in
314 Declared in
379 nodes with element, root and text types as declared by the
431 nodes with block, head, body, element, root and text types as declared
H A Dtbl.369 Unless otherwise noted, all of the following data structures are declared in
76 It is declared in
275 The following functions are declared in
/freebsd/sys/contrib/openzfs/config/
H A Duser-makedev.m45 AC_MSG_CHECKING([makedev() is declared in sys/sysmacros.h])
14 [makedev() is declared in sys/sysmacros.h])
24 AC_MSG_CHECKING([makedev() is declared in sys/mkdev.h])
33 [makedev() is declared in sys/mkdev.h])
H A Dkernel-fsync-bdev.m424 [fsync_bdev() is declared in include/blkdev.h])
30 [sync_blockdev() is declared in include/blkdev.h])
/freebsd/crypto/libecc/src/nn/
H A Dnn_div.h22 /* ATTRIBUTE_WARN_UNUSED_RET int nn_divrem(nn_t q, nn_t r, nn_src_t a, nn_src_t b); (declared in pu…
29 /* ATTRIBUTE_WARN_UNUSED_RET int nn_mod(nn_t r, nn_src_t a, nn_src_t b); (declared in public header…
40 /* ATTRIBUTE_WARN_UNUSED_RET int nn_gcd(nn_t d, nn_src_t a, nn_src_t b, int *sign); (declared in pu…
41 …nt nn_xgcd(nn_t g, nn_t u, nn_t v, nn_src_t a, nn_src_t b, int *sign); (declared in public header)…
/freebsd/crypto/libecc/include/libecc/nn/
H A Dnn_div.h22 /* ATTRIBUTE_WARN_UNUSED_RET int nn_divrem(nn_t q, nn_t r, nn_src_t a, nn_src_t b); (declared in pu…
29 /* ATTRIBUTE_WARN_UNUSED_RET int nn_mod(nn_t r, nn_src_t a, nn_src_t b); (declared in public header…
40 /* ATTRIBUTE_WARN_UNUSED_RET int nn_gcd(nn_t d, nn_src_t a, nn_src_t b, int *sign); (declared in pu…
41 …nt nn_xgcd(nn_t g, nn_t u, nn_t v, nn_src_t a, nn_src_t b, int *sign); (declared in public header)…
/freebsd/share/doc/psd/06.Clang/
H A DClang.ms297 Names declared as enumerators
437 Objects declared as characters
448 Up to three sizes of integer, declared
475 integers, declared
900 suitably declared as discussed below.
910 Likewise, an identifier which is declared
995 is contextually declared
999 need not be declared.
1833 contain the identifiers being declared.
1881 somewhere outside the function in which they are declared.
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticSemaKinds.td15 def note_previous_decl : Note<"%0 declared here">;
16 def note_entity_declared_at : Note<"%0 declared here">;
17 def note_callee_decl : Note<"%0 declared here">;
102 "conversion to %select{integral|enumeration}0 type %1 declared here">;
416 "'static' function %0 declared in header file "
417 "should be declared 'static inline'">,
516 "decomposition declaration cannot be declared "
519 "decomposition declaration declared "
523 "decomposition declaration declared "
528 "decomposition declaration cannot be declared with type %0; "
[all …]
H A DDiagnosticASTKinds.td78 "subobject declared here">;
196 "volatile %select{temporary created|object declared|member declared}0 here">;
454 "external variable %0 declared with incompatible types in different "
457 "external variable %0 declared with incompatible types in different "
465 def note_odr_value_here : Note<"declared here with type %0">;
467 "external function %0 declared with incompatible types in different "
470 "external function %0 declared with incompatible types in different "
494 "field %0 declared with incompatible types in different "
497 "field %0 declared with incompatible types in different "
503 "instance variable %0 declared with incompatible types in different "
[all …]
/freebsd/share/doc/psd/25.xdrrfc/
H A Dxdr.rfc.ms91 XDR standard, shows how it is declared in the language, and includes
114 0 and 3, respectively. Integers are declared as follows:
133 and 3, respectively. An unsigned integer is declared as follows:
150 Enumerated data is declared as follows:
168 their own explicit type in the standard. Booleans are declared as
226 It is declared as follows:
276 It is declared as follows:
306 machines. This data is called "opaque" and is declared as follows:
339 a multiple of four. Variable-length opaque data is declared in the
386 byte strings are declared as follows:
[all …]
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_wrapper_malloc.h24 On Linux* OS, alloca() function is declared in <alloca.h> header, while on
26 underscore!) is declared in <malloc.h>. This header eliminates these
94 #include <malloc.h> // Windows* OS: _alloca() declared in "malloc.h".
99 // Declared in "stdlib.h".
101 #include <alloca.h> // Linux* OS and OS X*: alloc() declared in "alloca".
146 /* Depending on build mode (debug or release), malloc_src_loc is declared with
H A Ddllexports297 # These functions are exported from libguide, but declared neither in omp.h not in omp_lib.h.
633 #__kmpc_atomic_fixed4_add # declared above #102
635 #__kmpc_atomic_float4_add # declared above #104
637 #__kmpc_atomic_fixed8_add # declared above #103
639 #__kmpc_atomic_float8_add # declared above #105
795 #__kmpc_atomic_4 # declared above #100
796 #__kmpc_atomic_8 # declared above #101
/freebsd/share/doc/psd/22.rpcgen/
H A Drpcgen.ms184 Remote procedures are part of remote programs, so we actually declared
187 This procedure was declared to be in version 1 of the
192 Notice that everything is declared with all capital letters. This is
206 procedure we declared above:
375 is called exactly the same way as it is declared in
537 necessary for converting the data types we declared into XDR format and
961 An XDR struct is declared almost exactly like its C counterpart. It
1109 RPC programs are declared using the following syntax:
1222 same as the name of the declared XDR variable.
1253 Things declared as type
[all …]
/freebsd/libexec/ftpd/
H A Dconfig.h221 /* Define if crypt() is declared in <unistd.h> */
224 /* Define if fclose() is declared in <stdio.h> */
227 /* Define if optarg is declared in <stdlib.h> or <unistd.h> */
230 /* Define if optind is declared in <stdlib.h> or <unistd.h> */
236 /* Define if pclose() is declared in <stdio.h> */
239 /* Define if getusershell() is declared in <unistd.h> */
/freebsd/share/man/man3/
H A Dtree.3223 is the name tag of a user defined structure that must be declared
232 The function prototypes are declared with
269 structure is declared as follows:
286 their prototypes need to be declared with the
404 structure is declared as follows:
421 their prototypes need to be declared with the
437 Individual prototypes can be declared with
H A Darb.3197 is the name tag of a user defined structure that must be declared
205 The function prototypes are declared with
248 structure is declared with either of the following:
284 their prototypes need to be declared with the
300 Individual prototypes can be declared with
H A Dqueue.3369 is the name of a user defined structure that must be declared
394 structure is declared as follows:
404 A pointer to the head of the list can later be declared as:
611 structure is declared as follows:
621 A pointer to the head of the tail queue can later be declared as:
843 structure is declared as follows:
853 A pointer to the head of the list can later be declared as:
1070 structure is declared as follows:
1080 A pointer to the head of the tail queue can later be declared as:
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDeclaration.h23 /// types, variables, any many other debug core objects were declared.
33 /// declared.
36 /// The line number that describes where this was declared. Set
40 /// The column number that describes where this was declared.
/freebsd/contrib/tcpdump/
H A Dprint-openflow.c198 * enough for the full declared OpenFlow message to fit into in openflow_print()
199 * the remainder of the declared TCP segment, same as the full in openflow_print()
200 * declared TCP segment is not required to fit into the in openflow_print()
205 * (Ideally the declared TCP payload end will be at or after in openflow_print()
H A Dftmacros.h39 * to be declared gets declared.
41 * On some UN*Xes we need to force strtok_r() to be declared.
/freebsd/contrib/libpcap/
H A Dftmacros.h39 * to be declared gets declared.
41 * On some UN*Xes we need to force strtok_r() to be declared.
/freebsd/share/man/man9/
H A Dstyle.9354 other than the one being declared.)
369 Major structures should be declared at the top of the file in which they
375 if they are declared in a header file.
407 In addition they must be declared exactly once, whereas an
436 local to one source module should be declared
681 Variables may be initialized where declared especially when they
815 If no local variables are declared, the first line should be a statement.
/freebsd/contrib/googletest/googletest/test/
H A Dgtest_prod_test.cc36 // Tests that private members can be accessed from a TEST declared as
48 // Tests that private members can be accessed from a TEST_F declared
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DMinidump.h69 /// not large enough to contain the number of modules declared in the stream
78 /// not large enough to contain the number of threads declared in the stream
98 /// number of memory descriptors declared in the stream header. The
139 /// contain the number of memory descriptors declared in the stream header.

12345678910>>...41