OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:witharg1
(Results
1 - 1
of
1
) sorted by null
/external/clang/test/CodeGenCXX/
cxx0x-initializer-stdinitializerlist.cpp
41
struct
witharg1
{
struct
42
witharg1
(const destroyme1&);
43
~
witharg1
();
97
std::initializer_list<
witharg1
> globalInitList2 = {
98
witharg1
(destroyme1()),
witharg1
(destroyme1())
143
void target(std::initializer_list<
witharg1
>);
147
target({
witharg1
(destroyme1()),
witharg1
(destroyme1()) });
159
auto list = {
witharg1
(destroyme1()), witharg1(destroyme1()) }
[
all
...]
Completed in 737 milliseconds