OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IndexAttrPair
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/IR/
AttributeImpl.h
189
typedef std::pair<unsigned, AttributeSetNode *>
IndexAttrPair
;
197
private TrailingObjects<AttributeSetImpl,
IndexAttrPair
> {
206
size_t numTrailingObjects(OverloadToken<
IndexAttrPair
>) { return NumAttrs; }
208
/// \brief Return a pointer to the
IndexAttrPair
for the specified slot.
209
const
IndexAttrPair
*getNode(unsigned Slot) const {
210
return getTrailingObjects<
IndexAttrPair
>() + Slot;
231
std::copy(Attrs.begin(), Attrs.end(), getTrailingObjects<
IndexAttrPair
>());
Attributes.cpp
628
AttributeSetImpl::totalSizeToAlloc<
IndexAttrPair
>(Attrs.size()));
748
for (const
IndexAttrPair
*AI = AS->getNode(0),
[
all
...]
Completed in 51 milliseconds