| /freebsd-13.1/sys/contrib/openzfs/config/ |
| H A D | user-makedev.m4 | 5 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])
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | CXXRecordDeclDefinitionBits.def | 35 /// 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. 167 /// which have been declared but not yet defined. 180 /// members which have not yet been declared. 207 /// or an implicitly declared constexpr default constructor. 224 /// The special members which have been declared for this class, 237 /// Whether any declared copy constructor has a const-qualified [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DiagnosticASTKinds.td | 69 "subobject declared here">; 169 "volatile %select{temporary created|object declared|member declared}0 here">; 422 def note_odr_value_here : Note<"declared here with type %0">; 453 "field %0 declared with incompatible types in different " 456 "field %0 declared with incompatible types in different " 504 "%select{class|instance}0 method %1 also declared here">; 506 "property %0 declared with incompatible types in different " 532 def note_odr_friend : Note<"friend declared here">; 540 "template parameter list also declared here">; 547 "template parameter declared here">; [all …]
|
| H A D | DiagnosticSemaKinds.td | 1055 "class is declared here">; 1303 " declared in protocol %1">, 1362 "property declared here">; 3450 "function declared '%0' here was previously declared " 4283 "been declared">; 4997 "declared here">; 5333 "%1 declared here">; 9207 "array %0 declared here">; 9387 "declared here">; 10853 "%select{declared|defined|defined|declared|declared}0 " [all …]
|
| H A D | OperatorKinds.def | 34 /// 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
|
| /freebsd-13.1/contrib/apr-util/include/ |
| H A D | apu.hnw | 48 * The public APR-UTIL functions are declared with APU_DECLARE(), so they may 56 * The public APR-UTIL functions using variable arguments are declared with 63 * The public APR-UTIL variables are declared with APU_DECLARE_DATA. 76 * declared with APU_MODULE_DECLARE_DATA are always exported.
|
| H A D | apu.h.in | 47 * The public APR-UTIL functions are declared with APU_DECLARE(), so they may 55 * The public APR-UTIL functions using variable arguments are declared with 62 * The public APR-UTIL variables are declared with APU_DECLARE_DATA. 89 * declared with APU_MODULE_DECLARE_DATA are always exported.
|
| H A D | apu.hw | 53 * The public APR-UTIL functions are declared with APU_DECLARE(), so they may 61 * The public APR-UTIL functions using variable arguments are declared with 68 * The public APR-UTIL variables are declared with APU_DECLARE_DATA. 95 * declared with APU_MODULE_DECLARE_DATA are always exported.
|
| H A D | apu.hwc | 53 * The public APR-UTIL functions are declared with APU_DECLARE(), so they may 61 * The public APR-UTIL functions using variable arguments are declared with 68 * The public APR-UTIL variables are declared with APU_DECLARE_DATA. 95 * declared with APU_MODULE_DECLARE_DATA are always exported.
|
| /freebsd-13.1/contrib/llvm-project/openmp/runtime/src/ |
| H A D | dllexports | 299 # These functions are exported from libguide, but declared neither in omp.h not in omp_lib.h. 613 #__kmpc_atomic_fixed4_add # declared above #102 615 #__kmpc_atomic_float4_add # declared above #104 617 #__kmpc_atomic_fixed8_add # declared above #103 619 #__kmpc_atomic_float8_add # declared above #105 770 #__kmpc_atomic_4 # declared above #100 771 #__kmpc_atomic_8 # declared above #101
|
| /freebsd-13.1/contrib/byacc/test/yacc/ |
| H A D | err_syntax9.error | 1 YACC: e - line 7 of "./err_syntax9.y", the start symbol text cannot be declared to be a token
|
| /freebsd-13.1/contrib/byacc/test/btyacc/ |
| H A D | err_syntax9.error | 1 YACC: e - line 7 of "./err_syntax9.y", the start symbol text cannot be declared to be a token
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/display/ |
| H A D | allwinner,sun4i-a10-display-frontend.yaml | 47 # have the MBUS declared. 52 # have the MBUS declared.
|
| H A D | allwinner,sun4i-a10-display-backend.yaml | 77 # have the MBUS declared. 82 # have the MBUS declared.
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/media/ |
| H A D | allwinner,sun4i-a10-csi.yaml | 61 # have the MBUS declared. 66 # have the MBUS declared.
|
| /freebsd-13.1/contrib/netbsd-tests/usr.bin/config/ |
| H A D | d_postponed_orphan | 11 # Here, parenti is negated before the child* instance is declared. That
|
| /freebsd-13.1/contrib/apr/include/ |
| H A D | apr.hnw | 357 * Thread callbacks from APR functions must be declared with APR_THREAD_FUNC, 366 * The public APR functions are declared with APR_DECLARE(), so they may 388 * The public APR functions using variable arguments are declared with 399 * The public APR variables are declared with APR_DECLARE_DATA.
|
| /freebsd-13.1/contrib/llvm-project/lld/docs/ |
| H A D | Readers.rst | 28 should be declared in the `lld`:cpp:class: namespace. 33 should be declared in the `lld`:cpp:class: namespace. 40 object files. It should be declared in an anonymous namespace or 44 You may have noticed that :cpp:class:`ReaderFoo` is not declared in the
|
| H A D | missingkeyfunction.rst | 31 Say you have a base class declared in a header file:: 56 Say you have an abstract base class declared in a header file::
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/gpio/ |
| H A D | rockchip,rk3328-grf-gpio.txt | 31 Note: The grf_gpio node should be declared as the child of the GRF (General
|
| /freebsd-13.1/usr.sbin/fifolog/ |
| H A D | flint.lnt | 25 //-elib(652) // #define of symbol '...' declared previously
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/mux/ |
| H A D | adi,adgs1408.txt | 29 * Mux state set to idle as is (no idle-state declared)
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/cpu/ |
| H A D | cpu-topology.txt | 102 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
|
| /freebsd-13.1/contrib/file/ |
| H A D | acinclude.m4 | 15 # consider it declared and we won't give our own extern.
|
| H A D | config.h.in | 59 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */ 104 /* Define to 1 if mbrtowc and mbstate_t are properly declared. */ 264 /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>. 268 /* Define to 1 if `major', `minor', and `makedev' are declared in
|