Searched refs:agg2 (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | warn-unsequenced.c | 41 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()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/SPIRV/instructions/ |
| H A D | nested-composites.ll | 39 %agg2 = insertvalue %ty2 %agg1, i32 %b, 0, 1 40 %agg3 = insertvalue %ty2 %agg2, i64 %c, 1
|
| H A D | call-complex-function.ll | 55 %agg2 = insertvalue {i32, i16} %agg1, i16 %b, 1 56 %ret = call i32 @foo({i32, i16} %agg2, i64 %c)
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstSimplify/ |
| H A D | 2011-09-05-InsertExtractValue.ll | 49 %agg2 = insertvalue {i32, float} %agg1, float %b, 1 50 %ev = extractvalue {i32, float} %agg2, 0
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | aggregate-initialization.cpp | 94 Agg agg2; member in AggAgg
|
| H A D | warn-unsequenced.cpp | 61 A agg2 = { a++ + a, a++ }; // cxx11-warning {{unsequenced modification and access to 'a'}} in test() local 111 (q = &agg2)->y = q->x; // cxx11-warning {{unsequenced modification and access to 'q'}} in test()
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | LangRef.rst | 9870 %agg2 = insertvalue {i32, float} %agg1, float %val, 1 ; yields {i32 1, float %val}
|