OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:csource
(Results
1 - 9
of
9
) sorted by null
/external/libcxx/test/std/utilities/utility/forward/
forward.fail.cpp
21
const A
csource
() {return A();}
function
40
std::forward<A&>(
csource
()); // expected-error {{no matching function for call to 'forward'}}
47
std::forward<A>(
csource
()); // expected-error {{no matching function for call to 'forward'}}
move.fail.cpp
24
const move_only
csource
() {return move_only();}
function
forward_03.pass.cpp
22
const A
csource
() {return A();}
function
54
static_assert(sizeof(test(std::forward<const A&>(
csource
()))) == 2, "");
56
static_assert(sizeof(test(std::forward<const A>(
csource
()))) == 2, "");
move.pass.cpp
32
const move_only
csource
() {return move_only();}
function
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/utility/forward/
forward.fail.cpp
21
const A
csource
() {return A();}
function
40
std::forward<A&>(
csource
()); // expected-error {{no matching function for call to 'forward'}}
47
std::forward<A>(
csource
()); // expected-error {{no matching function for call to 'forward'}}
move.fail.cpp
24
const move_only
csource
() {return move_only();}
function
forward_03.pass.cpp
22
const A
csource
() {return A();}
function
54
static_assert(sizeof(test(std::forward<const A&>(
csource
()))) == 2, "");
56
static_assert(sizeof(test(std::forward<const A>(
csource
()))) == 2, "");
move.pass.cpp
32
const move_only
csource
() {return move_only();}
function
/external/icu/icu4c/source/test/cintltst/
nucnvtst.c
3803
const char*
csource
=source;
local
[
all
...]
Completed in 255 milliseconds