Home
last modified time | relevance | path

Searched refs:agg2 (Results 1 – 5 of 5) sorted by relevance

/external/clang/test/Sema/
Dwarn-unsequenced.c41 A agg2 = { a++ + a, a++ }; // expected-warning {{unsequenced modification and access}} in test() local
67 (q = &agg2)->y = q->x; // expected-warning {{unsequenced modification and access to 'q'}} in test()
/external/llvm/test/Transforms/InstSimplify/
D2011-09-05-InsertExtractValue.ll33 %agg2 = insertvalue {i32, float} %agg1, float %b, 1
34 %ev = extractvalue {i32, float} %agg2, 0
/external/clang/test/SemaCXX/
Dwarn-unsequenced.cpp48 A agg2 = { a++ + a, a++ }; // expected-warning {{unsequenced modification and access}} in test() local
86 (q = &agg2)->y = q->x; // expected-warning {{unsequenced modification and access to 'q'}} in test()
Daggregate-initialization.cpp89 Agg agg2; member in AggAgg
/external/llvm/docs/
DLangRef.rst6908 %agg2 = insertvalue {i32, float} %agg1, float %val, 1 ; yields {i32 1, float %val}