Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__random/
H A Dexponential_distribution.h46 _LIBCPP_HIDE_FROM_ABI result_type lambda() const { return __lambda_; } in lambda() function
87 result_type lambda() const {return __p_.lambda();} lambda() function
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DFileSystemPosix.cpp82 auto lambda = [&]() { return ::open(path, flags, mode); }; in Open() local
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DLog.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/contrib/llvm-project/lldb/source/Symbol/
H A DCompileUnit.cpp408 llvm::function_ref<bool(Module &)> lambda) { in ForEachExternalModule()
H A DSymbolFileOnDemand.cpp106 llvm::function_ref<bool(Module &)> lambda) { in ForEachExternalModule()
/freebsd/crypto/openssl/crypto/ec/
H A Dec_mult.c153 BIGNUM *lambda = NULL; in ossl_ec_scalar_mul_ladder() local
H A Decp_smpl.c1434 BIGNUM *lambda = NULL; in ossl_ec_GFp_simple_blind_coordinates() local
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolFile.h196 llvm::function_ref<bool(Module &)> lambda) { in ForEachExternalModule()
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/tests/
H A Drtsan_test_functional.cpp145 auto lambda = [lots_of_data]() mutable { in TEST() local
/freebsd/usr.bin/calendar/
H A Dsunpos.c103 double ZJ, D, T, M, epsilon, lambda, alpha, HA, UTHM; in sunpos() local
/freebsd/contrib/wpa/src/common/
H A Dsae.h77 size_t lambda; member
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1106 if (auto lambda = ClangExpressionUtil::GetLambdaValueObject(frame)) { in LookupLocalVariable() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1053 llvm::function_ref<bool(Module &)> lambda) { in ForEachExternalModule()
/freebsd/contrib/bsnmp/tests/
H A Dcatch.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()