Home | History | Annotate | Download | only in SemaCXX

Lines Matching full:dynamic

29       // expected-warning {{destination for this 'memset' call is a pointer to dynamic class}} \
32 // expected-warning {{destination for this 'memset' call is a pointer to dynamic class}} \
36 // expected-warning{{destination for this 'memmove' call is a pointer to dynamic class 'struct X1'; vtable pointer will be overwritten}} \
39 // expected-warning{{source of this 'memmove' call is a pointer to dynamic class 'struct X1'; vtable pointer will be moved}} \
42 // expected-warning{{destination for this 'memcpy' call is a pointer to dynamic class 'struct X1'; vtable pointer will be overwritten}} \
45 // expected-warning{{source of this 'memcpy' call is a pointer to dynamic class 'struct X1'; vtable pointer will be copied}} \
48 // expected-warning{{first operand of this 'memcmp' call is a pointer to dynamic class 'struct X1'; vtable pointer will be compared}} \
51 // expected-warning{{second operand of this 'memcmp' call is a pointer to dynamic class 'struct X1'; vtable pointer will be compared}} \
55 // expected-warning {{destination for this '__builtin_memset' call is a pointer to dynamic class}} \
58 // expected-warning {{destination for this '__builtin_memset' call is a pointer to dynamic class}} \
62 // expected-warning{{destination for this '__builtin_memmove' call is a pointer to dynamic class}} \
65 // expected-warning{{source of this '__builtin_memmove' call is a pointer to dynamic class}} \
68 // expected-warning{{destination for this '__builtin_memcpy' call is a pointer to dynamic class}} \
71 // expected-warning{{source of this '__builtin_memcpy' call is a pointer to dynamic class}} \
75 // expected-warning {{destination for this '__builtin___memset_chk' call is a pointer to dynamic class}} \
78 // expected-warning {{destination for this '__builtin___memset_chk' call is a pointer to dynamic class}} \
82 // expected-warning{{destination for this '__builtin___memmove_chk' call is a pointer to dynamic class}} \
85 // expected-warning{{source of this '__builtin___memmove_chk' call is a pointer to dynamic class}} \
88 // expected-warning{{destination for this '__builtin___memcpy_chk' call is a pointer to dynamic class}} \
91 // expected-warning{{source of this '__builtin___memcpy_chk' call is a pointer to dynamic class}} \