| /freebsd-12.1/contrib/libstdc++/ |
| H A D | linkage.m4 | 7 dnl declared when using the c++ compiler 49 dnl 1) declared when using the c++ compiler 53 dnl Define HAVE_CARGF etc if "cargf" is declared and links 114 dnl declared when using the c++ compiler 135 dnl 1) declared when using the c++ compiler 161 dnl declared when using the c++ compiler 182 dnl 1) declared when using the c++ compiler 208 dnl 1) declared when using the c++ compiler 237 dnl 1) declared when using the c++ compiler 267 dnl 1) declared when using the c++ compiler [all …]
|
| /freebsd-12.1/contrib/binutils/gas/ |
| H A D | config.in | 123 /* Define if environ is not declared in system header files. */ 126 /* Define if errno is not declared in system header files. */ 129 /* Define if ffs is not declared in system header files. */ 132 /* Define if free is not declared in system header files. */ 135 /* Define if malloc is not declared in system header files. */ 138 /* Define if sbrk is not declared in system header files. */ 141 /* Define if strstr is not declared in system header files. */
|
| H A D | acinclude.m4 | 14 [Define if $1 is not declared in system header files.])
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | DiagnosticASTKinds.td | 226 "external variable %0 declared with incompatible types in different " 230 def note_odr_value_here : Note<"declared here with type %0">; 233 "external function %0 declared with incompatible types in different " 259 "field %0 declared with incompatible types in different " 264 "instance variable %0 declared with incompatible types in different " 283 "%select{class|instance}0 method %1 also declared here">; 285 "property %0 declared with incompatible types in different " 299 def note_odr_friend : Note<"friend declared here">; 304 "template parameter list also declared here">; 308 "template parameter declared here">; [all …]
|
| H A D | DiagnosticSemaKinds.td | 885 "class is declared here">; 1093 " declared in protocol %1">, 1152 "property declared here">; 1793 "type %0 is declared here">; 2897 "function declared '%0' here was previously declared " 3532 "been declared">; 4162 "declared here">; 4463 "%1 declared here">; 6407 "member %0 declared here">; 7785 "array %0 declared here">; [all …]
|
| H A D | OperatorKinds.def | 35 /// Unary: True if the operator can be declared as a unary operator. 37 /// Binary: True if the operator can be declared as a binary 41 /// MemberOnly: True if this operator can only be declared as a
|
| /freebsd-12.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.
|
| /freebsd-12.1/contrib/gcclibs/libiberty/ |
| H A D | aclocal.m4 | 79 dnl See if errno must be declared even when <errno.h> is included. 81 [AC_CACHE_CHECK(whether errno must be declared, libiberty_cv_declare_errno, 89 [Define if errno must be declared even when <errno.h> is included.]) 95 [AC_MSG_CHECKING([whether $1 must be declared]) 118 [Define if $1 is not declared in system header files.])
|
| /freebsd-12.1/contrib/binutils/libiberty/ |
| H A D | aclocal.m4 | 80 dnl See if errno must be declared even when <errno.h> is included. 82 [AC_CACHE_CHECK(whether errno must be declared, libiberty_cv_declare_errno, 90 [Define if errno must be declared even when <errno.h> is included.]) 96 [AC_MSG_CHECKING([whether $1 must be declared]) 119 [Define if $1 is not declared in system header files.])
|
| /freebsd-12.1/contrib/openmp/runtime/src/ |
| H A D | dllexports | 310 # These functions are exported from libguide, but declared neither in omp.h not in omp_lib.h. 606 #__kmpc_atomic_fixed4_add # declared above #102 608 #__kmpc_atomic_float4_add # declared above #104 610 #__kmpc_atomic_fixed8_add # declared above #103 612 #__kmpc_atomic_float8_add # declared above #105 763 #__kmpc_atomic_4 # declared above #100 764 #__kmpc_atomic_8 # declared above #101
|
| /freebsd-12.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-12.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-12.1/contrib/apr/include/ |
| H A D | apr.hnw | 355 * Thread callbacks from APR functions must be declared with APR_THREAD_FUNC, 364 * The public APR functions are declared with APR_DECLARE(), so they may 386 * The public APR functions using variable arguments are declared with 397 * The public APR variables are declared with APR_DECLARE_DATA.
|
| H A D | apr.hwc | 479 * Thread callbacks from APR functions must be declared with APR_THREAD_FUNC, 493 * The public APR functions are declared with APR_DECLARE(), so they may 516 * The public APR functions using variable arguments are declared with 529 * The public APR variables are declared with AP_MODULE_DECLARE_DATA.
|
| H A D | apr.hw | 482 * Thread callbacks from APR functions must be declared with APR_THREAD_FUNC, 496 * The public APR functions are declared with APR_DECLARE(), so they may 519 * The public APR functions using variable arguments are declared with 532 * The public APR variables are declared with AP_MODULE_DECLARE_DATA.
|
| /freebsd-12.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-12.1/contrib/llvm/tools/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 | 30 Say you have a base class declared in a header file:: 55 Say you have an abstract base class declared in a header file::
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | machmode.def | 33 data of the variable declared. */ 54 declared in real.h, or else a literal 0. Do not put a leading & 117 For all modes presently declared in class CLASS, construct 126 For all modes presently declared in class CLASS, construct
|
| /freebsd-12.1/contrib/gcc/doc/ |
| H A D | options.texi | 34 has been declared in this way, it can be used as an option property. 95 option. Each @var{language} must have been declared by an earlier 164 @var{var} is declared in the same way as for the single-argument form 172 You should use this property only if the variable is declared outside
|
| /freebsd-12.1/usr.sbin/fifolog/ |
| H A D | flint.lnt | 25 //-elib(652) // #define of symbol '...' declared previously
|
| /freebsd-12.1/contrib/file/ |
| H A D | config.h.in | 53 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */ 95 /* Define to 1 if mbrtowc and mbstate_t are properly declared. */ 262 /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>. 266 /* Define to 1 if `major', `minor', and `makedev' are declared in
|
| H A D | acinclude.m4 | 14 # consider it declared and we won't give our own extern.
|