Searched refs:ConstantRangeListAttributeImpl (Results 1 – 4 of 4) sorted by relevance
244 class ConstantRangeListAttributeImpl final246 private TrailingObjects<ConstantRangeListAttributeImpl, ConstantRange> {253 ConstantRangeListAttributeImpl(Attribute::AttrKind Kind, in ConstantRangeListAttributeImpl() function261 ~ConstantRangeListAttributeImpl() { in ~ConstantRangeListAttributeImpl()
96 ConstantRangeListAttribute->~ConstantRangeListAttributeImpl(); in ~LLVMContextImpl()
220 ConstantRangeListAttributeImpl::totalSizeToAlloc(Val), in get()221 alignof(ConstantRangeListAttributeImpl)); in get()222 PA = new (Mem) ConstantRangeListAttributeImpl(Kind, Val); in get()225 reinterpret_cast<ConstantRangeListAttributeImpl *>(PA)); in get()806 return static_cast<const ConstantRangeListAttributeImpl *>(this) in getValueAsConstantRangeList()
60 class ConstantRangeListAttributeImpl; variable1543 std::vector<ConstantRangeListAttributeImpl *> ConstantRangeListAttributes;