Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__functional/
H A Dreference_wrapper.h137 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 reference_wrapper<const _Tp> cref(const … in cref() function
143 cref(reference_wrapper<_Tp> __t) _NOEXCEPT { in cref() function
150 void cref(const _Tp&&) = delete;
/freebsd/contrib/llvm-project/libcxx/include/__ranges/
H A Ddrop_while_view.h78 __cached_begin_.__emplace(ranges::find_if_not(__base_, std::cref(*__pred_))); in begin()
82 return ranges::find_if_not(__base_, std::cref(*__pred_)); in end()
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/lld/ELF/
H A DMapFile.cpp258 if (config->mapFile.empty() && !config->cref) in writeMapAndCref()
274 if (config->cref) in writeMapAndCref()
H A DConfig.h236 bool cref; member
H A DOptions.td155 def cref: FF<"cref">,
H A DDriver.cpp1269 config->cref = args.hasArg(OPT_cref); in readConfigs()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerGlobalData.h142 return std::cref(*TargetTriple); in getTargetTriple()
/freebsd/libexec/rtld-elf/
H A DMakefile82 LDFLAGS+= -Wl,-Map=${MAPFILE} -Wl,--cref
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dfunctional.cppm
H A Dfunctional.inc20 using std::cref;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dfunctional71 template <class T> reference_wrapper<const T> cref(const T& t) noexcept;
72 template <class T> void cref(const T&& t) = delete;
73 template <class T> reference_wrapper<const T> cref(reference_wrapper<T> t) noexcept;
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-function-mocker_test.cc480 EXPECT_EQ(std::cref(mock_foo).get().RefQualifiedOverloaded(), 5); in TEST()
481 EXPECT_EQ(std::move(std::cref(mock_foo).get()) // NOLINT in TEST()
H A Dgmock-internal-utils_test.cc145 EXPECT_EQ(&n, GetRawPointer(std::cref(n))); in TEST()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DUnixAPIChecker.cpp125 BT.value_or(std::cref(BT_ArgumentNull)), in EnsurePtrNotNull()
/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-printers-test.cc1294 EXPECT_EQ("@" + PrintPointer(&x) + " 5", Print(std::cref(x)));
1306 Print(std::cref(up)));
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc989 SYMBOL(cref, std::, <functional>)