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
191
typedef std::pair<unsigned, AttributeSetNode*>
IndexAttrPair
;
194
/// \brief Return a pointer to the
IndexAttrPair
for the specified slot.
195
const
IndexAttrPair
*getNode(unsigned Slot) const {
196
return reinterpret_cast<const
IndexAttrPair
*>(this + 1) + Slot;
217
reinterpret_cast<
IndexAttrPair
*>(this + 1));
Attributes.cpp
661
for (const AttributeSetImpl::
IndexAttrPair
[
all
...]
Completed in 171 milliseconds