Searched refs:csource (Results 1 - 13 of 13) sorted by relevance

/external/libcxx/test/std/utilities/utility/forward/
H A Dforward3.fail.cpp19 const A csource() {return A();} function
23 std::forward<A&>(csource()); // error
H A Dforward5.fail.cpp19 const A csource() {return A();} function
24 std::forward<A>(csource()); // error
H A Dforward1.fail.cpp19 const A csource() {return A();} function
H A Dforward2.fail.cpp19 const A csource() {return A();} function
H A Dforward4.fail.cpp19 const A csource() {return A();} function
H A Dmove_only4.fail.cpp42 const move_only csource() {return move_only();} function
51 test(csource());
H A Dmove_only.pass.cpp29 const move_only csource() {return move_only();} function
H A Dforward.pass.cpp20 const A csource() {return A();} function
53 // static_assert(sizeof(test(std::forward<const A&>(csource()))) == 2, "");
55 static_assert(sizeof(test(std::forward<const A>(csource()))) == 8, "");
69 static_assert(sizeof(test(std::forward<const A&>(csource()))) == 2, "");
71 static_assert(sizeof(test(std::forward<const A>(csource()))) == 2, "");
H A Dmove_only1.fail.cpp42 const move_only csource() {return move_only();} function
H A Dmove_only2.fail.cpp42 const move_only csource() {return move_only();} function
H A Dmove_only3.fail.cpp39 const move_only csource() {return move_only();} function
H A Dmove_copy.pass.cpp34 const A csource() {return A();} function
/external/icu/icu4c/source/test/cintltst/
H A Dnucnvtst.c3791 const char* csource=source; local
3800 ucnv_toUnicode(conv,&utarget,utargetLimit,&csource,csource+sizeof(source),NULL,TRUE,&err);
4323 const char* csource=cSource;
4332 ucnv_toUnicode(conv,&utarget,utargetLimit,&csource,csource+sizeof(cSource),NULL,TRUE,&err);

Completed in 129 milliseconds