Home
last modified time | relevance | path

Searched refs:agg1 (Results 1 – 14 of 14) sorted by relevance

/external/clang/test/Sema/
Dwarn-unsequenced.c40 A agg1 = { a++, a++ }; // expected-warning {{multiple unsequenced modifications}} in test() local
66 A *q = &agg1; in test()
/external/llvm-project/clang/test/Sema/
Dwarn-unsequenced.c40 A agg1 = { a++, a++ }; // expected-warning {{multiple unsequenced modifications}} in test() local
66 A *q = &agg1; in test()
/external/llvm/test/Transforms/InstSimplify/
D2011-09-05-InsertExtractValue.ll32 %agg1 = insertvalue {i32, float} undef, i32 %a, 0
33 %agg2 = insertvalue {i32, float} %agg1, float %b, 1
/external/llvm-project/llvm/test/Transforms/InstSimplify/
D2011-09-05-InsertExtractValue.ll32 %agg1 = insertvalue {i32, float} undef, i32 %a, 0
33 %agg2 = insertvalue {i32, float} %agg1, float %b, 1
/external/clang/test/SemaCXX/
Dwarn-unsequenced.cpp47 A agg1 = { a++, a++ }; // ok in test() local
85 A *q = &agg1; in test()
Daggregate-initialization.cpp88 Agg agg1; member in AggAgg
Dconstant-expression-cxx11.cpp694 constexpr AggregateInit agg1 = { "hello"[0] }; variable
696 static_assert(strcmp_ce(&agg1.c, "hello") == 0, "");
697 static_assert(agg1.n == 0, "");
698 static_assert(agg1.d == 0.0, "");
699 static_assert(agg1.arr[-1] == 0, ""); // expected-error {{constant expression}} expected-note {{can…
700 static_assert(agg1.arr[0] == 0, "");
701 static_assert(agg1.arr[4] == 0, "");
702 static_assert(agg1.arr[5] == 0, ""); // expected-error {{constant expression}} expected-note {{read…
703 static_assert(agg1.p == nullptr, "");
/external/llvm-project/clang/test/SemaCXX/
Daggregate-initialization.cpp93 Agg agg1; member in AggAgg
Dconstant-expression-cxx11.cpp804 constexpr AggregateInit agg1 = { "hello"[0] }; variable
806 static_assert(strcmp_ce(&agg1.c, "hello") == 0, "");
807 static_assert(agg1.n == 0, "");
808 static_assert(agg1.d == 0.0, "");
809 static_assert(agg1.arr[-1] == 0, ""); // expected-error {{constant expression}} expected-note {{can…
810 static_assert(agg1.arr[0] == 0, "");
811 static_assert(agg1.arr[4] == 0, "");
812 static_assert(agg1.arr[5] == 0, ""); // expected-error {{constant expression}} expected-note {{read…
813 static_assert(agg1.p == nullptr, "");
Dwarn-unsequenced.cpp60 A agg1 = { a++, a++ }; // ok in test() local
110 A *q = &agg1; in test()
/external/llvm/test/Bindings/OCaml/
Dcore.ml1104 let agg1 = build_insertvalue agg0 (const_int i8_type 2) 1
1106 ignore (build_extractvalue agg1 1 "build_extractvalue" atentry)
/external/llvm-project/llvm/test/Bindings/OCaml/
Dcore.ml1180 let agg1 = build_insertvalue agg0 (const_int i8_type 2) 1
1182 ignore (build_extractvalue agg1 1 "build_extractvalue" atentry)
/external/llvm/docs/
DLangRef.rst6907 %agg1 = insertvalue {i32, float} undef, i32 1, 0 ; yields {i32 1, float undef}
6908 %agg2 = insertvalue {i32, float} %agg1, float %val, 1 ; yields {i32 1, float %val}
/external/llvm-project/llvm/docs/
DLangRef.rst9195 %agg1 = insertvalue {i32, float} undef, i32 1, 0 ; yields {i32 1, float undef}
9196 %agg2 = insertvalue {i32, float} %agg1, float %val, 1 ; yields {i32 1, float %val}