Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DLog.cpp42 llvm::function_ref<void(llvm::StringRef, llvm::StringRef)> lambda) { in ForEachCategory()
251 llvm::function_ref<void(llvm::StringRef, llvm::StringRef)> lambda) { in ForEachChannelCategory()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolFile.h168 llvm::function_ref<bool(Module &)> lambda) { in ForEachExternalModule()
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DCompileUnit.cpp366 llvm::function_ref<bool(Module &)> lambda) { in ForEachExternalModule()
/freebsd-13.1/crypto/openssl/crypto/ec/
H A Dec_mult.c147 BIGNUM *lambda = NULL; in ec_scalar_mul_ladder() local
H A Decp_smpl.c1427 BIGNUM *lambda = NULL; in ec_GFp_simple_blind_coordinates() local
/freebsd-13.1/usr.bin/calendar/
H A Dsunpos.c105 double ZJ, D, T, M, epsilon, lambda, alpha, HA, UTHM; in sunpos() local
/freebsd-13.1/contrib/wpa/src/common/
H A Dsae.h76 size_t lambda; member
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp869 llvm::function_ref<bool(Module &)> lambda) { in ForEachExternalModule()
/freebsd-13.1/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()