Searched defs:NonTrivial (Results 1 – 11 of 11) sorted by relevance
21 struct NonTrivial { struct32 NonTrivial *nt = new NonTrivial(); in main() argument
519 struct NonTrivial { struct520 int *p;521 NonTrivial() : p(new int[1]) { p[0] = 0; } in NonTrivial() argument522 NonTrivial(const NonTrivial &other) { in NonTrivial() function526 NonTrivial &operator=(const NonTrivial &other) { in operator =()530 ~NonTrivial() { in ~NonTrivial()
13 struct NonTrivial : public Trivial { struct14 NonTrivial(int x) : Trivial(x) {} in NonTrivial() argument
52 class NonTrivial { in TEST() class63 class NonTrivial { in TEST() class
283 struct NonTrivial { struct298 // WIN32: %[[argmem:[^ ]*]] = alloca inalloca [[argmem_ty:<{ %"struct.test2::NonTrivial", %"struc…312 struct NonTrivial { struct319 // WIN32-LABEL: define void @"\01?foo@test3@@YAXUNonTrivial@1@_N@Z"(<{ %"struct.test3::NonTrivial",…
39 struct NonTrivial { struct
178 class NonTrivial { class
25 struct NonTrivial { struct
4 struct NonTrivial { struct
3218 bool NonTrivial; member in __anone31742970311::NonTrivialCallFinder