Home
last modified time | relevance | path

Searched refs:lambda (Results 26 – 44 of 44) sorted by relevance

12

/freebsd/usr.bin/vgrind/
H A Dvgrindefs.src88 lambda lastchild le leftsibling lookone lookup lt minus name ne\
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1108 if (auto lambda = ClangExpressionUtil::GetLambdaValueObject(frame)) { in LookupLocalVariable() local
1109 if (auto capture = lambda->GetChildMemberWithName(varname)) { in LookupLocalVariable()
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProcess.inc227 // Call ::open in a lambda to avoid overload resolution in
H A DPath.inc1022 // Call ::open in a lambda to avoid overload resolution in RetryAfterSignal
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOperationKinds.def347 /// lambda expression to a block pointer.
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp9086 static auto invoke( L const &lambda, ArgType const &arg ) -> ParserResult { in invoke()
9087 return lambda( arg ); in invoke()
9094 static auto invoke( L const &lambda, ArgType const &arg ) -> ParserResult { in invoke()
9095 lambda( arg ); in invoke()
9101 inline auto invokeLambda( L const &lambda, std::string const &arg ) -> ParserResult { in invokeLambda() argument
9114 explicit BoundLambda( L const &lambda ) : m_lambda( lambda ) {} in BoundLambda()
9128 explicit BoundFlagLambda( L const &lambda ) : m_lambda( lambda ) {} in BoundFlagLambda()
9219 static auto makeRef(LambdaT const &lambda) -> std::shared_ptr<BoundValueRefBase> { in makeRef() argument
9220 return std::make_shared<BoundLambda<LambdaT>>( lambda) ; in makeRef()
9231 explicit ExeName( LambdaT const& lambda ) : ExeName() { in ExeName() argument
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1046 llvm::function_ref<bool(Module &)> lambda) { in ForEachExternalModule() argument
1058 if (lambda(*module)) in ForEachExternalModule()
1063 bool early_exit = cu->ForEachExternalModule(visited_symbol_files, lambda); in ForEachExternalModule()
/freebsd/contrib/googletest/docs/
H A Dgmock_cook_book.md2181 (function, `std::function`, method, functor, lambda) as an action.
2214 foo.ComplexJob(-1); // Invokes the inline lambda.
2356 Arghh, you need to refer to a mock function argument but C++ has no lambda
2556 If you are defining a function (or method, functor, lambda, callback) to be used
2803 remember that you can always use a lambda or a callable object, which can do
2822 can always use `Return`, or a [lambda or functor](#FunctionsAsActions):
3271 (global-set-key [M-up] '(lambda () (interactive) (next-error -1)))
3820 function. So you can use a lambda:
H A Dadvanced.md1238 and a string, and also demonstrates how to combine generators. It uses a lambda
/freebsd/sys/contrib/openzfs/tests/test-runner/bin/
H A Dtest-runner.py.in379 key=lambda x: x[0])
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticGroups.td800 def UnusedLambdaCapture : DiagGroup<"unused-lambda-capture">;
1131 def CXX23AttrsOnLambda : DiagGroup<"c++23-lambda-attributes">;
H A DTokenKinds.def839 // tentatively parsing a lambda init-capture or ObjC
H A DDiagnosticASTKinds.td420 "unimplemented constexpr lambda feature: %0 (coming soon!)">;
H A DAttrDocs.td448 required to be a function object type (named or unnamed i.e. lambda). The
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp2187 FLAG(isLambda, lambda); in VisitCXXRecordDecl()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td1758 HelpText<"Check uncounted lambda captures.">,
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.in4418 …ational linguistics; context manipulation; data names; file; functional; lambda calculus; names; o…
8493lambda-calculus, which characterizes the type relations within the program and eliminates all othe…
8499 …on of functions; compilation; computer programming languages; execution; lambda calculus; model; p…
8522 …keywords = "computer programming languages; constructs; derived semantics; flowcharts; lambda
8585 …m zero-one random number source, is based on the inverse function of the lambda distribution of Tu…
8591 …keywords = "approximate method; inverse function; lambda distribution of Tukey; mathematical m…
10912 … language; formal language definition; formal languages; formal systems; lambda-calculus; models o…
12563 …abstract = "Tukey's lambda distribution is generalized to provide an algorithm for generating …
12572 …ation; random numbers; random variables; simulation; statistics; Tukey's lambda distribution; unim…
21229 …er, the author outlines his approach to these problems, specifically his lambda -calculus orientat…
/freebsd/share/doc/IPv6/
H A DIMPLEMENTATION2259 (lambda ()
/freebsd/share/dict/
H A Dweb2103843 lambda

12