Searched refs:ConstantRangeListAttributeImpl (Results 1 – 4 of 4) sorted by relevance
244 class ConstantRangeListAttributeImpl final246 private TrailingObjects<ConstantRangeListAttributeImpl, ConstantRange> {252 ConstantRangeListAttributeImpl(Attribute::AttrKind Kind, in ConstantRangeListAttributeImpl() function259 ~ConstantRangeListAttributeImpl() { in ~ConstantRangeListAttributeImpl()
92 ConstantRangeListAttribute->~ConstantRangeListAttributeImpl(); in ~LLVMContextImpl()
222 ConstantRangeListAttributeImpl::totalSizeToAlloc(Val), in get()223 alignof(ConstantRangeListAttributeImpl)); in get()224 PA = new (Mem) ConstantRangeListAttributeImpl(Kind, Val); in get()227 reinterpret_cast<ConstantRangeListAttributeImpl *>(PA)); in get()874 return static_cast<const ConstantRangeListAttributeImpl *>(this) in getValueAsConstantRangeList()
60 class ConstantRangeListAttributeImpl; variable1720 std::vector<ConstantRangeListAttributeImpl *> ConstantRangeListAttributes;