Home
last modified time | relevance | path

Searched defs:lambda (Results 1 – 14 of 14) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/libcxx/include/__random/
HDexponential_distribution.h46 _LIBCPP_HIDE_FROM_ABI result_type lambda() const { return __lambda_; } in lambda() function
77 _LIBCPP_HIDE_FROM_ABI result_type lambda() const { return __p_.lambda(); } in lambda() function
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/posix/
HDFileSystemPosix.cpp82 auto lambda = [&]() { return ::open(path, flags, mode); }; in Open() local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
HDLog.cpp48 llvm::function_ref<void(llvm::StringRef, llvm::StringRef)> lambda) { in ForEachCategory()
289 llvm::function_ref<void(llvm::StringRef, llvm::StringRef)> lambda) { in ForEachChannelCategory()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
HDCompileUnit.cpp408 llvm::function_ref<bool(Module &)> lambda) { in ForEachExternalModule()
HDSymbolFileOnDemand.cpp106 llvm::function_ref<bool(Module &)> lambda) { in ForEachExternalModule()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDSymbolFile.h196 llvm::function_ref<bool(Module &)> lambda) { in ForEachExternalModule()
/freebsd-13-stable/crypto/openssl/crypto/ec/
HDec_mult.c147 BIGNUM *lambda = NULL; in ec_scalar_mul_ladder() local
HDecp_smpl.c1427 BIGNUM *lambda = NULL; in ec_GFp_simple_blind_coordinates() local
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/rtsan/tests/
HDrtsan_test_functional.cpp145 auto lambda = [lots_of_data]() mutable { in TEST() local
/freebsd-13-stable/usr.bin/calendar/
HDsunpos.c103 double ZJ, D, T, M, epsilon, lambda, alpha, HA, UTHM; in sunpos() local
/freebsd-13-stable/contrib/wpa/src/common/
HDsae.h77 size_t lambda; member
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
HDClangExpressionDeclMap.cpp1106 if (auto lambda = ClangExpressionUtil::GetLambdaValueObject(frame)) { in LookupLocalVariable() local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARF.cpp1053 llvm::function_ref<bool(Module &)> lambda) { in ForEachExternalModule()
/freebsd-13-stable/contrib/bsnmp/tests/
HDcatch.hpp9101 inline auto invokeLambda( L const &lambda, std::string const &arg ) -> ParserResult { in invokeLambda()
9219 static auto makeRef(LambdaT const &lambda) -> std::shared_ptr<BoundValueRefBase> { in makeRef()
9231 explicit ExeName( LambdaT const& lambda ) : ExeName() { in ExeName()