OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AttrListPtr
(Results
1 - 25
of
41
) sorted by null
1
2
/external/llvm/include/llvm/
Attributes.h
180
//
AttrListPtr
Smart Pointer
185
///
AttrListPtr
- This class manages the ref count for the opaque
187
class
AttrListPtr
{
192
AttrListPtr
() : AttrList(0) {}
193
AttrListPtr
(const
AttrListPtr
&P);
194
const
AttrListPtr
&operator=(const
AttrListPtr
&RHS);
195
~
AttrListPtr
();
202
static
AttrListPtr
get(const AttributeWithIndex *Attr, unsigned NumAttrs)
[
all
...]
Intrinsics.h
29
class
AttrListPtr
;
61
AttrListPtr
getAttributes(ID id);
Function.h
88
AttrListPtr
AttributeList; ///< Parameter attributes
165
const
AttrListPtr
&getAttributes() const { return AttributeList; }
169
void setAttributes(const
AttrListPtr
&attrs) { AttributeList = attrs; }
Module.h
276
AttrListPtr
AttributeList);
288
AttrListPtr
AttributeList,
297
AttrListPtr
AttributeList);
Instructions.h
[
all
...]