Home
last modified time | relevance | path

Searched refs:offset_base (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DValueRange.h61 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 DBlockSupport.h82 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 DTypeRange.h64 static OwnerT offset_base(OwnerT object, ptrdiff_t index);
H A DRegion.h361 static OwnerT offset_base(const OwnerT &owner, ptrdiff_t index);
/llvm-project-15.0.7/lldb/examples/summaries/cocoa/
H A DNSURL.py59 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 DTypeRange.cpp39 TypeRange::OwnerT TypeRange::offset_base(OwnerT object, ptrdiff_t index) { in offset_base() function in TypeRange
H A DRegion.cpp268 RegionRange::OwnerT RegionRange::offset_base(const OwnerT &owner, in offset_base() function in RegionRange
H A DBlock.cpp347 BlockRange::OwnerT BlockRange::offset_base(OwnerT object, ptrdiff_t index) { in offset_base() function in BlockRange
H A DOperationSupport.cpp603 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 DSPIRVTypes.h354 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 DSTLExtras.h1171 : 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 DCocoa.cpp797 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 Dsanitizer_platform_limits_netbsd.h2368 u8 *offset_base; member