| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | ValueRange.h | 61 static OpOperand *offset_base(OpOperand *object, ptrdiff_t index) { in offset_base() function 295 static detail::OpResultImpl *offset_base(detail::OpResultImpl *object, in offset_base() function 302 return offset_base(object, index); in dereference_iterator() 384 static OwnerT offset_base(const OwnerT &owner, ptrdiff_t index);
|
| H A D | BlockSupport.h | 82 static BlockOperand *offset_base(BlockOperand *object, ptrdiff_t index) { in offset_base() function 126 static OwnerT offset_base(OwnerT object, ptrdiff_t index);
|
| H A D | TypeRange.h | 64 static OwnerT offset_base(OwnerT object, ptrdiff_t index);
|
| H A D | Region.h | 361 static OwnerT offset_base(const OwnerT &owner, ptrdiff_t index);
|
| /llvm-project-15.0.7/lldb/examples/summaries/cocoa/ |
| H A D | NSURL.py | 59 def offset_base(self): member in NSURLKnown_SummaryProvider 68 "base", self.offset_base(), self.sys_params.types_cache.NSURL)
|
| /llvm-project-15.0.7/mlir/lib/IR/ |
| H A D | TypeRange.cpp | 39 TypeRange::OwnerT TypeRange::offset_base(OwnerT object, ptrdiff_t index) { in offset_base() function in TypeRange
|
| H A D | Region.cpp | 268 RegionRange::OwnerT RegionRange::offset_base(const OwnerT &owner, in offset_base() function in RegionRange
|
| H A D | Block.cpp | 347 BlockRange::OwnerT BlockRange::offset_base(OwnerT object, ptrdiff_t index) { in offset_base() function in BlockRange
|
| H A D | OperationSupport.cpp | 603 ValueRange::OwnerT ValueRange::offset_base(const OwnerT &owner, in offset_base() function in ValueRange
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/ |
| H A D | SPIRVTypes.h | 354 static const Type *offset_base(const Type *object, ptrdiff_t index) { in offset_base() function
|
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | STLExtras.h | 1171 : base(offset_base(begin.getBase(), begin.getIndex())), 1214 return DerivedT(offset_base(base, n), m); 1252 static BaseT offset_base(const BaseT &base, size_t n) { 1253 return n == 0 ? base : DerivedT::offset_base(base, n); 1298 offset_base(const std::pair<BaseT, ptrdiff_t> &base, ptrdiff_t index) {
|
| /llvm-project-15.0.7/lldb/source/Plugins/Language/ObjC/ |
| H A D | Cocoa.cpp | 797 uint64_t offset_base = offset_text + ptr_size; in NSURLSummaryProvider() local 800 ValueObjectSP base(valobj.GetSyntheticChildAtOffset(offset_base, type, true)); in NSURLSummaryProvider()
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_platform_limits_netbsd.h | 2368 u8 *offset_base; member
|