Searched refs:cref (Results 1 - 25 of 26) sorted by relevance

12

/openbsd-current/gnu/lib/libstdc++/libstdc++/testsuite/21_strings/
H A Delement_access.cc31 typedef std::string::const_reference cref; typedef
42 cref cref1 = str01[csz01 - 1];
44 cref cref2 = str01[csz01];
56 cref cref3 = str01.at(csz01 - 1);
59 cref cref4 = str01.at(csz01);
H A Dsubstr.cc31 typedef std::string::const_reference cref; typedef
H A Drfind.cc30 typedef std::string::const_reference cref; typedef
H A Dappend.cc31 typedef std::string::const_reference cref; typedef
H A Dreplace.cc31 typedef std::string::const_reference cref; typedef
H A Dfind.cc31 typedef std::string::const_reference cref; typedef
H A Dinserters_extractors.cc39 typedef std::string::const_reference cref; typedef
/openbsd-current/gnu/gcc/libstdc++-v3/include/tr1/
H A Dref_fwd.h55 cref(const _Tp& __t);
/openbsd-current/gnu/llvm/libcxx/include/__functional/
H A Dreference_wrapper.h87 cref(const _Tp& __t) _NOEXCEPT
95 cref(reference_wrapper<_Tp> __t) _NOEXCEPT
101 template <class _Tp> void cref(const _Tp&&) = delete;
/openbsd-current/gnu/llvm/libcxx/include/__ranges/
H A Ddrop_while_view.h73 __cached_begin_.__emplace(ranges::find_if_not(__base_, std::cref(*__pred_)));
77 return ranges::find_if_not(__base_, std::cref(*__pred_));
/openbsd-current/sys/arch/landisk/stand/xxboot/
H A DMakefile38 -Map ${PROG}.map -cref ${OBJS} ${LDADD}
/openbsd-current/gnu/usr.bin/binutils/ld/
H A Dld.h126 bfd_boolean cref; member in struct:__anon5032
H A Dldmain.c498 if (command_line.cref)
1480 if (command_line.cref || nocrossref_list != NULL)
H A Dlexsup.c316 { {"cref", no_argument, NULL, OPTION_CREF},
654 command_line.cref = TRUE;
/openbsd-current/gnu/usr.bin/binutils-2.17/ld/
H A Dld.h176 bfd_boolean cref; member in struct:__anon5741
H A Dldmain.c506 if (command_line.cref)
1559 if (command_line.cref || nocrossref_list != NULL)
H A Dlexsup.c357 { {"cref", no_argument, NULL, OPTION_CREF},
733 command_line.cref = TRUE;
/openbsd-current/sys/arch/landisk/stand/boot/
H A DMakefile49 -Map ${PROG}.map -cref ${OBJS} ${LDADD}
/openbsd-current/gnu/llvm/clang/lib/Tooling/Refactoring/
H A DASTSelection.cpp352 std::cref(ASTSelection), {ParentStack.begin(), ParentStack.end()}});
360 std::cref(ASTSelection), {ParentStack.begin(), ParentStack.end()}});
365 ParentStack.push_back(std::cref(ASTSelection));
/openbsd-current/gnu/gcc/gcc/
H A Dipa-type-escape.c887 tree cref = TREE_OPERAND (t, 0); local
892 while (cref!= x)
894 if (TREE_CODE (cref) == COMPONENT_REF)
896 fielddecl = TREE_OPERAND (cref, 1);
900 else if (TREE_CODE (cref) == ARRAY_REF)
901 get_canon_type (TREE_TYPE (cref), false, false);
903 cref = TREE_OPERAND (cref, 0);
H A Dgimplify.c2758 tree var, var_type, cref;
2775 cref = build4 (ARRAY_REF, array_elt_type, unshare_expr (object),
2784 gimplify_init_ctor_eval (cref, CONSTRUCTOR_ELTS (value),
2787 append_to_statement_list (build2 (MODIFY_EXPR, TREE_TYPE (cref),
2788 cref, value),
2862 tree cref, init;
2904 cref = build4 (ARRAY_REF, array_elt_type, unshare_expr (object),
2910 cref = build3 (COMPONENT_REF, TREE_TYPE (purpose),
2916 gimplify_init_ctor_eval (cref, CONSTRUCTOR_ELTS (value),
2920 init = build2 (INIT_EXPR, TREE_TYPE (cref), cre
2757 tree var, var_type, cref; local
2861 tree cref, init; local
[all...]
/openbsd-current/gnu/llvm/lld/ELF/
H A DMapFile.cpp213 // Output a cross reference table to stdout. This is for --cref.
258 if (config->mapFile.empty() && !config->cref)
274 if (config->cref)
H A DConfig.h200 bool cref; member in struct:lld::elf::Config
/openbsd-current/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;
209 # $cref
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Archive-Tar/lib/Archive/Tar/
H A DFile.pm544 =head2 $cref = $file->get_content_by_ref

Completed in 176 milliseconds

12