Home
last modified time | relevance | path

Searched refs:declared (Results 1 – 25 of 164) sorted by relevance

1234567

/src/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 …]
/src/sys/contrib/openzfs/config/
H A Duser-makedev.m46 AC_MSG_CHECKING([makedev() is declared in sys/sysmacros.h])
15 [makedev() is declared in sys/sysmacros.h])
25 AC_MSG_CHECKING([makedev() is declared in sys/mkdev.h])
34 [makedev() is declared in sys/mkdev.h])
H A Dkernel-fsync-bdev.m425 [fsync_bdev() is declared in include/blkdev.h])
31 [sync_blockdev() is declared in include/blkdev.h])
/src/contrib/llvm-project/openmp/runtime/src/
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
/src/contrib/llvm-project/clang/include/clang/Basic/
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 …]
H A DOperatorKinds.def34 /// Unary: True if the operator can be declared as a unary operator.
36 /// Binary: True if the operator can be declared as a binary
40 /// MemberOnly: True if this operator can only be declared as a
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 DDiagnosticFrontendKinds.td93 Error<"call to '%0' declared with 'error' attribute: %1">, BackendInfo;
95 Warning<"call to '%0' declared with 'warning' attribute: %1">, BackendInfo,
231 "no module named '%0' declared in module map file '%1'">, DefaultFatal;
/src/contrib/byacc/test/btyacc/
H A Derr_syntax9.error1 YACC: e - line 7 of "./err_syntax9.y", the start symbol text cannot be declared to be a token
/src/contrib/byacc/test/yacc/
H A Derr_syntax9.error1 YACC: e - line 7 of "./err_syntax9.y", the start symbol text cannot be declared to be a token
/src/contrib/netbsd-tests/usr.bin/config/
H A Dd_postponed_orphan11 # Here, parenti is negated before the child* instance is declared. That
/src/contrib/ntp/sntp/libevent/m4/
H A Dax_check_funcs_ex.m45 # $2: the headers in where the function declared
/src/contrib/libevent/m4/
H A Dax_check_funcs_ex.m45 # $2: the headers in where the function declared
/src/crypto/openssl/doc/man3/
H A DOPENSSL_load_u16_le.pod47 They're implemented directly in the header file, and declared static. When the
48 compiler supports inline functions, they're also declared inline.
H A DBN_copy.pod42 functions where the relevant parameter is declared "const".
/src/crypto/libecc/src/tests/
H A Dmeson.build14 # the cross file used has declared an 'exe_wrapper' entry, such as,
/src/contrib/llvm-project/lld/docs/
H A Dmissingkeyfunction.rst31 Say you have a base class declared in a header file::
56 Say you have an abstract base class declared in a header file::
/src/sys/contrib/device-tree/Bindings/cpu/
H A Dcpu-topology.txt102 Description: must be declared within a cpu-map node, one node
120 Description: must be declared within a cpu-map node, one node
137 Description: must be declared in a cluster node, one node per core in
163 Description: must be declared in a core node, one node per thread
/src/sys/contrib/device-tree/Bindings/mux/
H A Dadi,adgs1408.txt29 * Mux state set to idle as is (no idle-state declared)
/src/sys/contrib/device-tree/Bindings/gpio/
H A Drockchip,rk3328-grf-gpio.txt31 Note: The grf_gpio node should be declared as the child of the GRF (General
/src/contrib/file/
H A Dacinclude.m415 # consider it declared and we won't give our own extern.
H A Dconfig.h.in62 /* Define to 1 if fseeko (and ftello) are declared in stdio.h. */
122 /* Define to 1 if mbrtowc and mbstate_t are properly declared. */
309 /* Define to 1 if 'major', 'minor', and 'makedev' are declared in <mkdev.h>.
313 /* Define to 1 if 'major', 'minor', and 'makedev' are declared in
/src/contrib/byacc/
H A Dconfig_h.in30 /* Define to 1 if getopt variables are declared in header */
/src/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dmarvell,icu.txt17 Subnodes: Each group of interrupt is declared as a subnode of the ICU,
/src/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DREADME.txt44 needs to be declared in an anonymous namespace (see

1234567