OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:returns_value
(Results
1 - 2
of
2
) sorted by null
/external/libcxx/test/std/utilities/function.objects/func.not_fn/
not_fn.pass.cpp
375
auto
returns_value
= [](bool value) { return value; };
local
376
auto ret = std::not_fn(
returns_value
);
/external/v8/src/asmjs/
asm-wasm-builder.cc
1300
bool
returns_value
= true;
local
[
all
...]
Completed in 562 milliseconds