OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:agg2
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/SemaCXX/
aggregate-initialization.cpp
81
Agg
agg2
;
member in class:AggAgg
warn-unsequenced.cpp
48
A
agg2
= { a++ + a, a++ }; // expected-warning {{unsequenced modification and access}}
local
86
(q = &
agg2
)->y = q->x; // expected-warning {{unsequenced modification and access to 'q'}}
/external/clang/test/Sema/
warn-unsequenced.c
36
A
agg2
= { a++ + a, a++ }; // expected-warning {{unsequenced modification and access}}
local
62
(q = &
agg2
)->y = q->x; // expected-warning {{unsequenced modification and access to 'q'}}
Completed in 2804 milliseconds