Home
last modified time | relevance | path

Searched refs:NotPod (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dhomogeneous-aggregates.cpp126 struct NotPod { struct
140 NotPod copy(NotPod *x) { return *x; } in copy()
158 void call_copy_notpod(NotPod *notPod) { in call_copy_notpod()
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Darm64-windows-calls.ll109 ; NotPod is a C++14 aggregate. But not HFA, because it contains
112 %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.NotPod
172 %x = call [2 x i64] @copy_notpod(%struct.NotPod* @NotPod)
173 %notpod = bitcast %struct.NotPod* @NotPod to [2 x i64]*
/llvm-project-15.0.7/clang/docs/
H A DLanguageExtensions.rst2139 NotPod() : a(0), b(0) {}