Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/usr.bin/perl/cpan/Memoize/
H A DMemoize.pm40 my $cref = _make_cref($fn, $uppack);
96 my $wrapper = _wrap($install_name, $cref, $normalizer, $options{MERGED}, \%caches);
107 U => $cref,
170 my $cref = _make_cref($f, $uppack);
172 unless (exists $memotable{$cref}) {
176 my $tabent = $memotable{$cref};
186 delete $memotable{$cref};
194 my $cref;
198 $cref = $fn;
210 $cref = *{$name}{CODE};
[all …]
/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/21_strings/
H A Delement_access.cc31 typedef std::string::const_reference cref; in test01() typedef
42 cref cref1 = str01[csz01 - 1]; in test01()
44 cref cref2 = str01[csz01]; in test01()
56 cref cref3 = str01.at(csz01 - 1); in test01()
59 cref cref4 = str01.at(csz01); in test01()
H A Dsubstr.cc31 typedef std::string::const_reference cref; in test01() typedef
H A Drfind.cc30 typedef std::string::const_reference cref; in test01() typedef
H A Dappend.cc31 typedef std::string::const_reference cref; in test01() typedef
H A Dreplace.cc31 typedef std::string::const_reference cref; in test01() typedef
H A Dfind.cc31 typedef std::string::const_reference cref; in test01() typedef
H A Dinserters_extractors.cc39 typedef std::string::const_reference cref; in test01() typedef
/openbsd-src/gnu/llvm/libcxx/include/__functional/
H A Dreference_wrapper.h87 cref(const _Tp& __t) _NOEXCEPT in cref() function
95 cref(reference_wrapper<_Tp> __t) _NOEXCEPT in cref() function
101 template <class _Tp> void cref(const _Tp&&) = delete;
/openbsd-src/gnu/llvm/libcxx/include/__ranges/
H A Ddrop_while_view.h73 __cached_begin_.__emplace(ranges::find_if_not(__base_, std::cref(*__pred_))); in begin()
77 return ranges::find_if_not(__base_, std::cref(*__pred_)); in begin()
/openbsd-src/gnu/gcc/libstdc++-v3/include/tr1/
H A Dref_fwd.h55 cref(const _Tp& __t);
H A Dfunctional382 cref(const _Tp& __t)
392 cref(reference_wrapper<_Tp> __t)
393 { return cref(__t.get()); }
/openbsd-src/gnu/gcc/gcc/
H A Dipa-type-escape.c887 tree cref = TREE_OPERAND (t, 0); in look_for_address_of() local
892 while (cref!= x) in look_for_address_of()
894 if (TREE_CODE (cref) == COMPONENT_REF) in look_for_address_of()
896 fielddecl = TREE_OPERAND (cref, 1); in look_for_address_of()
900 else if (TREE_CODE (cref) == ARRAY_REF) in look_for_address_of()
901 get_canon_type (TREE_TYPE (cref), false, false); in look_for_address_of()
903 cref = TREE_OPERAND (cref, 0); in look_for_address_of()
H A Dgimplify.c2757 tree var, var_type, cref; in gimplify_init_ctor_eval_range() local
2774 cref = build4 (ARRAY_REF, array_elt_type, unshare_expr (object), in gimplify_init_ctor_eval_range()
2783 gimplify_init_ctor_eval (cref, CONSTRUCTOR_ELTS (value), in gimplify_init_ctor_eval_range()
2786 append_to_statement_list (build2 (MODIFY_EXPR, TREE_TYPE (cref), in gimplify_init_ctor_eval_range()
2787 cref, value), in gimplify_init_ctor_eval_range()
2861 tree cref, init; in gimplify_init_ctor_eval() local
2903 cref = build4 (ARRAY_REF, array_elt_type, unshare_expr (object), in gimplify_init_ctor_eval()
2909 cref = build3 (COMPONENT_REF, TREE_TYPE (purpose), in gimplify_init_ctor_eval()
2915 gimplify_init_ctor_eval (cref, CONSTRUCTOR_ELTS (value), in gimplify_init_ctor_eval()
2919 init = build2 (INIT_EXPR, TREE_TYPE (cref), cref, value); in gimplify_init_ctor_eval()
/openbsd-src/gnu/llvm/clang/lib/Tooling/Refactoring/
H A DASTSelection.cpp352 std::cref(ASTSelection), {ParentStack.begin(), ParentStack.end()}}); in findDeepestWithKind()
360 std::cref(ASTSelection), {ParentStack.begin(), ParentStack.end()}}); in findDeepestWithKind()
365 ParentStack.push_back(std::cref(ASTSelection)); in findDeepestWithKind()
/openbsd-src/sys/arch/landisk/stand/xxboot/
H A DMakefile38 -Map ${PROG}.map -cref ${OBJS} ${LDADD}
/openbsd-src/gnu/llvm/lld/ELF/
H A DMapFile.cpp258 if (config->mapFile.empty() && !config->cref) in writeMapAndCref()
274 if (config->cref) in writeMapAndCref()
H A DConfig.h200 bool cref; member
/openbsd-src/sys/arch/landisk/stand/boot/
H A DMakefile49 -Map ${PROG}.map -cref ${OBJS} ${LDADD}
/openbsd-src/gnu/usr.bin/binutils/ld/
H A Dld.h126 bfd_boolean cref; member
H A Dldmain.c497 if (command_line.cref) in main()
1478 if (command_line.cref || nocrossref_list != NULL) in notice()
/openbsd-src/gnu/usr.bin/binutils-2.17/ld/
H A Dld.h176 bfd_boolean cref; member
H A Dldmain.c505 if (command_line.cref) in main()
1557 if (command_line.cref || nocrossref_list != NULL) in notice()
/openbsd-src/gnu/llvm/libcxx/include/
H A Dfunctional69 template <class T> reference_wrapper<const T> cref(const T& t) noexcept;
70 template <class T> void cref(const T&& t) = delete;
71 template <class T> reference_wrapper<const T> cref(reference_wrapper<T> t) noexcept;
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlref.pod748 $cref->&*; # same as &{ $cref }
751 Note especially that C<< $cref->&* >> is I<not> equivalent to C<<
752 $cref->() >>, and can serve different purposes.

12