HomeSort by relevance Sort by last modified time
    Searched refs:AttrList (Results 1 - 25 of 34) sorted by null

1 2

  /external/swiftshader/third_party/LLVM/lib/VMCore/
Attributes.cpp 207 AttrListPtr::AttrListPtr(AttributeListImpl *LI) : AttrList(LI) {
211 AttrListPtr::AttrListPtr(const AttrListPtr &P) : AttrList(P.AttrList) {
212 if (AttrList) AttrList->AddRef();
217 if (AttrList == RHS.AttrList) return *this;
218 if (AttrList) AttrList->DropRef();
219 AttrList = RHS.AttrList
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
Attributes.h 187 /// AttrList - The attributes that we are managing. This can be null
189 AttributeListImpl *AttrList;
191 AttrListPtr() : AttrList(0) {}
260 { return AttrList == RHS.AttrList; }
262 { return AttrList != RHS.AttrList; }
273 return AttrList;
283 return AttrList == 0;
  /external/llvm/lib/IR/
AttributeImpl.h 206 static void Profile(FoldingSetNodeID &ID, ArrayRef<Attribute> AttrList) {
207 for (unsigned I = 0, E = AttrList.size(); I != E; ++I)
208 AttrList[I].Profile(ID);
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
DeclSpec.h     [all...]
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
DeclSpec.h     [all...]
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
DeclSpec.h     [all...]
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
DeclSpec.h     [all...]
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
DeclSpec.h     [all...]
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
DeclSpec.h     [all...]
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
DeclSpec.h     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Xml/
IniToXml.py 168 AttrList = []
170 AttrList.append([Key, File[1][Key]])
171 NodeList.append(CreateXmlElement('Filename', File[0], [], AttrList))
  /external/clang/lib/Sema/
SemaStmtAttr.cpp 295 StmtResult Sema::ProcessStmtAttributes(Stmt *S, AttributeList *AttrList,
298 for (const AttributeList* l = AttrList; l; l = l->getNext()) {
SemaDeclObjC.cpp     [all...]
  /external/clang/soong/
tblgen.go 100 case out == "AttrList.inc":
  /external/clang/tools/libclang/
CXIndexDataConsumer.h 53 IntrusiveRefCntPtr<AttrListInfo> AttrList;
CXIndexDataConsumer.cpp     [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp     [all...]

Completed in 788 milliseconds

1 2