HomeSort by relevance Sort by last modified time
    Searched full:aligned_copy_ctor (Results 1 - 1 of 1) sorted by null

  /external/clang/test/CodeGenCXX/
wasm-args-returns.cpp 58 struct __attribute__((aligned(16))) aligned_copy_ctor { struct
60 aligned_copy_ctor(aligned_copy_ctor const&);
62 test(aligned_copy_ctor); variable
63 // CHECK: define void @_Z7forward17aligned_copy_ctor(%struct.aligned_copy_ctor* noalias sret %{{.*}}, %struct.aligned_copy_ctor* %{{.*}})
65 // CHECK: declare %struct.aligned_copy_ctor* @_ZN17aligned_copy_ctorC1ERKS_(%struct.aligned_copy_ctor* returned, %struct.aligned_copy_ctor* dereferenceable(16))
68 // CHECK: %[[tmp:.*]] = alloca %struct.aligned_copy_ctor, align 1
    [all...]

Completed in 3214 milliseconds