Searched refs:cref (Results 1 – 17 of 17) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/__functional/ |
H A D | reference_wrapper.h | 137 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 D | drop_while_view.h | 78 __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 D | ASTSelection.cpp | 352 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 D | MapFile.cpp | 258 if (config->mapFile.empty() && !config->cref) in writeMapAndCref() 274 if (config->cref) in writeMapAndCref()
|
H A D | Config.h | 236 bool cref; member
|
H A D | Options.td | 155 def cref: FF<"cref">,
|
H A D | Driver.cpp | 1269 config->cref = args.hasArg(OPT_cref); in readConfigs()
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DWARFLinkerGlobalData.h | 142 return std::cref(*TargetTriple); in getTargetTriple()
|
/freebsd/libexec/rtld-elf/ |
H A D | Makefile | 82 LDFLAGS+= -Wl,-Map=${MAPFILE} -Wl,--cref
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | functional.cppm |
|
H A D | functional.inc | 20 using std::cref;
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | functional | 71 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 D | gmock-function-mocker_test.cc | 480 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 D | gmock-internal-utils_test.cc | 145 EXPECT_EQ(&n, GetRawPointer(std::cref(n))); in TEST()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | UnixAPIChecker.cpp | 125 BT.value_or(std::cref(BT_ArgumentNull)), in EnsurePtrNotNull()
|
/freebsd/contrib/googletest/googletest/test/ |
H A D | googletest-printers-test.cc | 1294 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 D | StdSymbolMap.inc | 989 SYMBOL(cref, std::, <functional>)
|