Home
last modified time | relevance | path

Searched refs:align_type (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDataLayout.cpp102 LayoutAlignElem LayoutAlignElem::get(AlignTypeEnum align_type, Align abi_align, in get() argument
106 retval.AlignType = align_type; in get()
485 void DataLayout::setAlignment(AlignTypeEnum align_type, Align abi_align, in setAlignment() argument
498 AlignmentsTy::iterator I = findAlignmentLowerBound(align_type, bit_width); in setAlignment()
500 I->AlignType == (unsigned)align_type && I->TypeBitWidth == bit_width) { in setAlignment()
506 Alignments.insert(I, LayoutAlignElem::get(align_type, abi_align, in setAlignment()
/third_party/boost/boost/beast/core/
Dmulti_buffer.hpp119 using align_type = typename typedef in boost::beast::basic_multi_buffer
124 template rebind_alloc<align_type>;
/third_party/boost/libs/beast/include/boost/beast/core/
Dmulti_buffer.hpp119 using align_type = typename typedef in boost::beast::basic_multi_buffer
124 template rebind_alloc<align_type>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDataLayout.h78 static LayoutAlignElem get(AlignTypeEnum align_type, Align abi_align,
176 void setAlignment(AlignTypeEnum align_type, Align abi_align, Align pref_align,
178 Align getAlignmentInfo(AlignTypeEnum align_type, uint32_t bit_width,
/third_party/boost/libs/beast/include/boost/beast/http/
Dfields.hpp193 using align_type = typename typedef in boost::beast::http::basic_fields
198 template rebind_alloc<align_type>;
/third_party/boost/boost/beast/http/
Dfields.hpp193 using align_type = typename typedef in boost::beast::http::basic_fields
198 template rebind_alloc<align_type>;
/third_party/boost/boost/beast/core/impl/
Dmulti_buffer.hpp1220 sizeof(align_type) - 1) / in destroy()
1221 sizeof(align_type); in destroy()
1224 reinterpret_cast<align_type*>(&e), n); in destroy()
1238 (sizeof(element) + size + sizeof(align_type) - 1) / in alloc()
1239 sizeof(align_type)); in alloc()
/third_party/boost/libs/beast/include/boost/beast/core/impl/
Dmulti_buffer.hpp1220 sizeof(align_type) - 1) / in destroy()
1221 sizeof(align_type); in destroy()
1224 reinterpret_cast<align_type*>(&e), n); in destroy()
1238 (sizeof(element) + size + sizeof(align_type) - 1) / in alloc()
1239 sizeof(align_type)); in alloc()
/third_party/boost/boost/beast/http/impl/
Dfields.hpp981 (sizeof(element) + off + len + 2 + sizeof(align_type) - 1) / in new_element()
982 sizeof(align_type)); in new_element()
993 (sizeof(element) + e.off_ + e.len_ + 2 + sizeof(align_type) - 1) / in delete_element()
994 sizeof(align_type); in delete_element()
997 reinterpret_cast<align_type*>(&e), n); in delete_element()
/third_party/boost/libs/beast/include/boost/beast/http/impl/
Dfields.hpp981 (sizeof(element) + off + len + 2 + sizeof(align_type) - 1) / in new_element()
982 sizeof(align_type)); in new_element()
993 (sizeof(element) + e.off_ + e.len_ + 2 + sizeof(align_type) - 1) / in delete_element()
994 sizeof(align_type); in delete_element()
997 reinterpret_cast<align_type*>(&e), n); in delete_element()