/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DataLayout.cpp | 102 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/ |
D | multi_buffer.hpp | 119 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/ |
D | multi_buffer.hpp | 119 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/ |
D | DataLayout.h | 78 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/ |
D | fields.hpp | 193 using align_type = typename typedef in boost::beast::http::basic_fields 198 template rebind_alloc<align_type>;
|
/third_party/boost/boost/beast/http/ |
D | fields.hpp | 193 using align_type = typename typedef in boost::beast::http::basic_fields 198 template rebind_alloc<align_type>;
|
/third_party/boost/boost/beast/core/impl/ |
D | multi_buffer.hpp | 1220 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/ |
D | multi_buffer.hpp | 1220 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/ |
D | fields.hpp | 981 (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/ |
D | fields.hpp | 981 (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()
|