| /netbsd-src/share/man/tools/ |
| H A D | ckcrefs | 6 > $TMPDIR/cref$dir 15 grep ".*([1-9][cmsgxjvCMSGXJV]*)" $file >> $TMPDIR/cref$dir 19 echo " ," >> cref$dir 24 ed - cref$dir >> lower.suf$dir <<! 51 sort -i cref$dir | uniq > tmp.$$ 52 while read cref 54 sect=`echo $cref | sed "s/.*\.\(.\).*/\1/"` 55 try=`ls $MANDIR/man$sect/$cref 2>&1` 56 if test "$try" = "$MANDIR/man$sect/$cref" 77 rm -f tmp.$$ cref$dir
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| H A D | c-ubsan.c | 321 tree cref = array; in ubsan_instrument_bounds() local 324 while (TREE_CODE (cref) == COMPONENT_REF) in ubsan_instrument_bounds() 326 if (TREE_CODE (TREE_TYPE (TREE_OPERAND (cref, 0))) == RECORD_TYPE) in ubsan_instrument_bounds() 327 for (next = DECL_CHAIN (TREE_OPERAND (cref, 1)); in ubsan_instrument_bounds() 337 cref = TREE_OPERAND (cref, 0); in ubsan_instrument_bounds()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
| H A D | c-ubsan.cc | 348 tree cref = array; in ubsan_instrument_bounds() local 351 while (TREE_CODE (cref) == COMPONENT_REF) in ubsan_instrument_bounds() 353 if (TREE_CODE (TREE_TYPE (TREE_OPERAND (cref, 0))) == RECORD_TYPE) in ubsan_instrument_bounds() 354 for (next = DECL_CHAIN (TREE_OPERAND (cref, 1)); in ubsan_instrument_bounds() 364 cref = TREE_OPERAND (cref, 0); in ubsan_instrument_bounds()
|
| /netbsd-src/external/gpl3/binutils/dist/gold/po/ |
| H A D | POTFILES.in | 19 cref.cc 20 cref.h
|
| /netbsd-src/external/gpl3/binutils.old/dist/gold/po/ |
| H A D | POTFILES.in | 19 cref.cc 20 cref.h
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| H A D | refwrap.h | 371 cref(const _Tp& __t) noexcept in _GLIBCXX_VISIBILITY() 378 void cref(const _Tp&&) = delete; in _GLIBCXX_VISIBILITY() 391 cref(reference_wrapper<_Tp> __t) noexcept in _GLIBCXX_VISIBILITY()
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| H A D | refwrap.h | 381 cref(const _Tp& __t) noexcept in _GLIBCXX_VISIBILITY() 388 void cref(const _Tp&&) = delete; in _GLIBCXX_VISIBILITY() 401 cref(reference_wrapper<_Tp> __t) noexcept in _GLIBCXX_VISIBILITY()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/ |
| H A D | ASTSelection.cpp | 351 std::cref(ASTSelection), {ParentStack.begin(), ParentStack.end()}}); in findDeepestWithKind() 359 std::cref(ASTSelection), {ParentStack.begin(), ParentStack.end()}}); in findDeepestWithKind() 364 ParentStack.push_back(std::cref(ASTSelection)); in findDeepestWithKind()
|
| /netbsd-src/sys/arch/landisk/stand/boot/ |
| H A D | Makefile.boot | 38 -Map ${PROG}.map -cref ${OBJS} ${LIBLIST}
|
| /netbsd-src/sys/arch/landisk/stand/bootxx/ |
| H A D | Makefile.bootxx | 51 -Map ${PROG}.map -cref ${OBJS} ${LIBLIST}
|
| /netbsd-src/distrib/i386/ramdisks/common/ |
| H A D | Makefile.ramdisk | 37 LDFLAGS+= -Wl,-Map,${CRUNCHBIN}.map,--cref
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | pointer-query.cc | 1850 set_component_ref_size (tree cref, access_ref *pref) in set_component_ref_size() argument 1852 const tree base = TREE_OPERAND (cref, 0); in set_component_ref_size() 1857 tree size = component_ref_size (cref, &sam); in set_component_ref_size() 1882 handle_component_ref (tree cref, gimple *stmt, bool addr, int ostype, in handle_component_ref() argument 1886 gcc_assert (TREE_CODE (cref) == COMPONENT_REF); in handle_component_ref() 1888 const tree base = TREE_OPERAND (cref, 0); in handle_component_ref() 1889 const tree field = TREE_OPERAND (cref, 1); in handle_component_ref() 1937 set_component_ref_size (cref, pref); in handle_component_ref()
|
| /netbsd-src/external/gpl3/binutils.old/dist/ld/ |
| H A D | ld.h | 131 bool cref; member
|
| H A D | ldmain.c | 517 if (command_line.cref) in main() 1634 if (command_line.cref || nocrossref_list != NULL) in notice() 1649 if (command_line.cref || nocrossref_list != NULL) in notice()
|
| /netbsd-src/external/gpl3/binutils/dist/ld/ |
| H A D | ld.h | 135 bool cref; member
|
| H A D | ldmain.c | 532 if (command_line.cref) in main() 1645 if (command_line.cref || nocrossref_list != NULL) in notice() 1660 if (command_line.cref || nocrossref_list != NULL) in notice()
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
| H A D | __functional_base | 549 cref(const _Tp& __t) _NOEXCEPT 557 cref(reference_wrapper<_Tp> __t) _NOEXCEPT 559 return _VSTD::cref(__t.get()); 564 template <class _Tp> void cref(const _Tp&&) = delete;
|
| /netbsd-src/sys/arch/i386/stand/bootxx/ |
| H A D | Makefile.bootxx | 126 -T ${LDSCRIPT} -Wl,-Map,${PROG}.map -Wl,-cref ${OBJS} ${LIBLIST}
|
| /netbsd-src/sys/arch/i386/stand/boot/ |
| H A D | Makefile.boot | 154 -Wl,-Map,${PROG}.map -Wl,-cref ${OBJS} $$bb ${LIBLIST}
|
| /netbsd-src/external/gpl3/binutils/dist/gold/ |
| H A D | Makefile.am | 72 cref.cc \ 122 cref.h \
|
| H A D | main.cc | 319 if (command_line.options().cref()) in main()
|
| H A D | README | 19 * cross-reference reports (--cref)
|
| /netbsd-src/external/gpl3/binutils.old/dist/gold/ |
| H A D | Makefile.am | 72 cref.cc \ 122 cref.h \
|
| H A D | main.cc | 319 if (command_line.options().cref()) in main()
|
| H A D | README | 19 * cross-reference reports (--cref)
|