Home
last modified time | relevance | path

Searched defs:agg2 (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/test/SemaCXX/
H A Dwarn-unsequenced-paren-list-init.cpp11 A agg2( a++ + a, a++ ); // expected-warning {{unsequenced modification and access to 'a'}} in test() local
H A Daggregate-initialization.cpp94 Agg agg2; member in AggAgg
H A Dwarn-unsequenced.cpp61 A agg2 = { a++ + a, a++ }; // cxx11-warning {{unsequenced modification and access to 'a'}} in test() local
/llvm-project/clang/test/Sema/
H A Dwarn-unsequenced.c41 A agg2 = { a++ + a, a++ }; // expected-warning {{unsequenced modification and access}} in test() local