Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Sema/
H A 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()
/llvm-project-15.0.7/llvm/test/CodeGen/SPIRV/instructions/
H A Dnested-composites.ll39 %agg2 = insertvalue %ty2 %agg1, i32 %b, 0, 1
40 %agg3 = insertvalue %ty2 %agg2, i64 %c, 1
H A Dcall-complex-function.ll55 %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 D2011-09-05-InsertExtractValue.ll49 %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 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
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 DLangRef.rst9870 %agg2 = insertvalue {i32, float} %agg1, float %val, 1 ; yields {i32 1, float %val}