| /netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
| H A D | CXCursor.cpp | 1134 SmallVectorImpl<CXCursor> &overridden) { in getOverriddenCursors() argument 1147 overridden.push_back(MakeCXCursor(*I, TU)); in getOverriddenCursors() 1569 void clang_getOverriddenCursors(CXCursor cursor, CXCursor **overridden, in clang_getOverriddenCursors() argument 1571 if (overridden) in clang_getOverriddenCursors() 1572 *overridden = nullptr; in clang_getOverriddenCursors() 1578 if (!overridden || !num_overridden || !TU) in clang_getOverriddenCursors() 1620 *overridden = &((*Vec)[1]); in clang_getOverriddenCursors() 1624 void clang_disposeOverriddenCursors(CXCursor *overridden) { in clang_disposeOverriddenCursors() argument 1625 if (!overridden) in clang_disposeOverriddenCursors() 1630 --overridden; in clang_disposeOverriddenCursors() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/config/ |
| H A D | bootstrap-debug-ckovw.mk | 13 GCC_COMPARE_DEBUG=$${GCC_COMPARE_DEBUG--fcompare-debug-not-overridden}; \
|
| /netbsd-src/external/gpl3/gdb/dist/config/ |
| H A D | bootstrap-debug-ckovw.mk | 13 GCC_COMPARE_DEBUG=$${GCC_COMPARE_DEBUG--fcompare-debug-not-overridden}; \
|
| /netbsd-src/external/gpl3/gdb.old/dist/config/ |
| H A D | bootstrap-debug-ckovw.mk | 13 GCC_COMPARE_DEBUG=$${GCC_COMPARE_DEBUG--fcompare-debug-not-overridden}; \
|
| /netbsd-src/external/gpl3/gcc/dist/config/ |
| H A D | bootstrap-debug-ckovw.mk | 13 GCC_COMPARE_DEBUG=$${GCC_COMPARE_DEBUG--fcompare-debug-not-overridden}; \
|
| /netbsd-src/external/gpl3/binutils/dist/config/ |
| H A D | bootstrap-debug-ckovw.mk | 13 GCC_COMPARE_DEBUG=$${GCC_COMPARE_DEBUG--fcompare-debug-not-overridden}; \
|
| /netbsd-src/external/gpl3/binutils.old/dist/config/ |
| H A D | bootstrap-debug-ckovw.mk | 13 GCC_COMPARE_DEBUG=$${GCC_COMPARE_DEBUG--fcompare-debug-not-overridden}; \
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
| H A D | OSSL_CMP_MSG_get0_header.pod | 89 The extensions are further augmented or overridden by any extensions with the 91 The SANs are further overridden by any SANs included in I<ctx> via 93 Finally, policies are overridden by any policies included in I<ctx> via
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/ |
| H A D | BUGS | 3 The latter may be overridden through the KDE_LANG environment variable, whose
|
| /netbsd-src/external/gpl2/diffutils/dist/ |
| H A D | configure.ac | 47 [Name of "diff" program, unless overridden.]) 50 [Name of editor program, unless overridden.])
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/docs/DesignDocs/ |
| H A D | VisibilityMacros.rst | 33 overridden locally. On non-Windows, this is equivalent to `_LIBCPP_FUNC_VIS`. 36 **Windows Behavior**: Any symbol marked `dllimport` cannot be overridden 85 `_LIBCPP_HIDE_FROM_ABI_PER_TU` is defined to 1 unless overridden by users. 87 `_LIBCPP_HIDE_FROM_ABI_PER_TU` is defined to 0 unless overridden by users. 95 is not provided unless explicitly overridden by users.
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 4409 ObjCMethodDecl *overridden) { in CheckObjCMethodDirectOverrides() argument 4410 if (overridden->isDirectMethod()) { in CheckObjCMethodDirectOverrides() 4411 const auto *attr = overridden->getAttr<ObjCDirectAttr>(); in CheckObjCMethodDirectOverrides() 4417 << isa<ObjCProtocolDecl>(overridden->getDeclContext()); in CheckObjCMethodDirectOverrides() 4418 Diag(overridden->getLocation(), diag::note_previous_declaration); in CheckObjCMethodDirectOverrides() 4435 for (ObjCMethodDecl *overridden : overrides) { in CheckObjCMethodOverrides() 4437 if (isa<ObjCProtocolDecl>(overridden->getDeclContext()) || in CheckObjCMethodOverrides() 4438 CurrentClass != overridden->getClassInterface() || in CheckObjCMethodOverrides() 4439 overridden->isOverriding()) { in CheckObjCMethodOverrides() 4440 CheckObjCMethodDirectOverrides(ObjCMethod, overridden); in CheckObjCMethodOverrides() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/msbuild/ |
| H A D | LLVM.Cpp.Common.props | 15 has overridden (such as warning or erroring on incompatible settings, 70 be treated as having been overridden by the user. This Serves as a hint to the user that
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
| H A D | uniphier-ld6b.dtsi | 11 * Reuse the PXs2 device tree with some properties overridden.
|
| /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/frv/interrupts/ |
| H A D | illinsn.cgs | 24 ill1: tira gr0,0 ; should be overridden
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/visium/ |
| H A D | t-visium | 23 # The compiler defaults to -mcpu=gr5 but this may be overridden via --with-cpu
|
| /netbsd-src/usr.bin/make/unit-tests/ |
| H A D | varname-makeflags.mk | 168 MAKEFLAGS= overridden # temporarily override it
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/visium/ |
| H A D | t-visium | 23 # The compiler defaults to -mcpu=gr5 but this may be overridden via --with-cpu
|
| /netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/ |
| H A D | sys_uio_h.m4 | 10 dnl <sys/uio.h> is always overridden, because of GNULIB_POSIXCHECK.
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/renesas/ |
| H A D | r9a07g044.dtsi | 16 /* External CAN clock - to be overridden by boards that provide it */ 27 /* This value must be overridden by the board */
|
| /netbsd-src/external/gpl3/binutils.old/dist/ld/scripttempl/ |
| H A D | pep.sc | 105 expectation that they will be overridden by the definitions 107 overridden and global constructors will not be run. 119 the proper __CTOR_LIST__ set by ld -Ur is overridden by a
|
| H A D | pe.sc | 104 expectation that they will be overridden by the definitions 106 overridden and global constructors will not be run. 118 the proper __CTOR_LIST__ set by ld -Ur is overridden by a
|
| /netbsd-src/external/gpl3/binutils/dist/ld/scripttempl/ |
| H A D | pe.sc | 104 expectation that they will be overridden by the definitions 106 overridden and global constructors will not be run. 118 the proper __CTOR_LIST__ set by ld -Ur is overridden by a
|
| H A D | pep.sc | 106 expectation that they will be overridden by the definitions 108 overridden and global constructors will not be run. 120 the proper __CTOR_LIST__ set by ld -Ur is overridden by a
|
| H A D | mips.sc | 10 # These variables may be overridden by the emulation file. The
|