Searched refs:NotPod (Results 1 – 3 of 3) sorted by relevance
126 struct NotPod { struct140 NotPod copy(NotPod *x) { return *x; } in copy()158 void call_copy_notpod(NotPod *notPod) { in call_copy_notpod()
109 ; NotPod is a C++14 aggregate. But not HFA, because it contains112 %struct.NotPod = type { %struct.NotCXX14Aggregate }135 define dso_local [2 x i64] @copy_notpod(%struct.NotPod* %x) {136 %x1 = bitcast %struct.NotPod* %x to [2 x i64]*168 @NotPod = external global %struct.NotPod172 %x = call [2 x i64] @copy_notpod(%struct.NotPod* @NotPod)173 %notpod = bitcast %struct.NotPod* @NotPod to [2 x i64]*
2139 NotPod() : a(0), b(0) {}