Home
last modified time | relevance | path

Searched refs:cref (Results 1 – 25 of 138) sorted by relevance

123456

/netbsd-src/share/man/tools/
H A Dckcrefs6 > $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 Dc-ubsan.c321 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 Dc-ubsan.cc348 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 DPOTFILES.in19 cref.cc
20 cref.h
/netbsd-src/external/gpl3/binutils.old/dist/gold/po/
H A DPOTFILES.in19 cref.cc
20 cref.h
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Drefwrap.h371 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 Drefwrap.h381 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 DASTSelection.cpp351 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 DMakefile.boot38 -Map ${PROG}.map -cref ${OBJS} ${LIBLIST}
/netbsd-src/sys/arch/landisk/stand/bootxx/
H A DMakefile.bootxx51 -Map ${PROG}.map -cref ${OBJS} ${LIBLIST}
/netbsd-src/distrib/i386/ramdisks/common/
H A DMakefile.ramdisk37 LDFLAGS+= -Wl,-Map,${CRUNCHBIN}.map,--cref
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dpointer-query.cc1850 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 Dld.h131 bool cref; member
H A Dldmain.c517 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 Dld.h135 bool cref; member
H A Dldmain.c532 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_base549 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 DMakefile.bootxx126 -T ${LDSCRIPT} -Wl,-Map,${PROG}.map -Wl,-cref ${OBJS} ${LIBLIST}
/netbsd-src/sys/arch/i386/stand/boot/
H A DMakefile.boot154 -Wl,-Map,${PROG}.map -Wl,-cref ${OBJS} $$bb ${LIBLIST}
/netbsd-src/external/gpl3/binutils/dist/gold/
H A DMakefile.am72 cref.cc \
122 cref.h \
H A Dmain.cc319 if (command_line.options().cref()) in main()
H A DREADME19 * cross-reference reports (--cref)
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A DMakefile.am72 cref.cc \
122 cref.h \
H A Dmain.cc319 if (command_line.options().cref()) in main()
H A DREADME19 * cross-reference reports (--cref)

123456