Home
last modified time | relevance | path

Searched defs:agg1 (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/test/SemaCXX/
H A Dwarn-unsequenced-paren-list-init.cpp10 A agg1( a++, a++ ); // no warning in test() local
H A Daggregate-initialization.cpp93 Agg agg1; member in AggAgg
H A Dwarn-unsequenced.cpp60 A agg1 = { a++, a++ }; // ok in test() local
H A Dconstant-expression-cxx11.cpp817 constexpr AggregateInit agg1 = { "hello"[0] }; global() variable
/llvm-project/clang/test/Sema/
H A Dwarn-unsequenced.c40 A agg1 = { a++, a++ }; // expected-warning {{multiple unsequenced modifications}} in test() local