Home
last modified time | relevance | path

Searched defs:Mem (Results 1 – 25 of 38) sorted by relevance

12

/external/clang/test/CodeGen/
Dempty-union-init.c4 struct Mem { struct
9 struct Mem *columnMem(){ in columnMem() argument
/external/llvm/tools/lli/
DRemoteTarget.cpp26 sys::MemoryBlock Mem = sys::Memory::AllocateRWX(Size, Prev, &ErrorMsg); in allocateSpace() local
39 sys::MemoryBlock Mem((void*)Address, Size); in loadData() local
/external/clang/lib/AST/
DDeclTemplate.cpp64 void *Mem = C.Allocate(Size, Align); in Create() local
238 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(FunctionTemplateDecl)); in CreateDeserialized() local
303 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(ClassTemplateDecl)); in CreateDeserialized() local
469 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(TemplateTypeParmDecl)); in CreateDeserialized() local
549 void *Mem = C.Allocate(Size); in Create() local
558 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(NonTypeTemplateParmDecl)); in CreateDeserialized() local
570 void *Mem = AllocateDeserializedDecl(C, ID, Size); in CreateDeserialized() local
624 void *Mem = C.Allocate(sizeof(TemplateTemplateParmDecl) + in Create() local
633 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(TemplateTemplateParmDecl)); in CreateDeserialized() local
643 void *Mem = AllocateDeserializedDecl(C, ID, Size); in CreateDeserialized() local
[all …]
DDeclGroup.cpp23 void* Mem = C.Allocate(Size, llvm::AlignOf<DeclGroup>::Alignment); in Create() local
DDeclCXX.cpp34 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(AccessSpecDecl)); in CreateDeserialized() local
104 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(CXXRecordDecl)); in CreateDeserialized() local
1354 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(CXXMethodDecl)); in CreateDeserialized() local
1563 void *Mem = Context.Allocate(sizeof(CXXCtorInitializer) + in Create() local
1612 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(CXXConstructorDecl)); in CreateDeserialized() local
1762 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(CXXDestructorDecl)); in CreateDeserialized() local
1784 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(CXXConversionDecl)); in CreateDeserialized() local
1822 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(LinkageSpecDecl)); in CreateDeserialized() local
1844 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(UsingDirectiveDecl)); in CreateDeserialized() local
1880 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(NamespaceDecl)); in CreateDeserialized() local
[all …]
DExprCXX.cpp225 void *Mem = C.Allocate(sizeof(UnresolvedLookupExpr) + in Create() local
241 void *Mem = C.Allocate(size, llvm::alignOf<UnresolvedLookupExpr>()); in CreateEmpty() local
385 void *Mem = C.Allocate(size); in Create() local
397 void *Mem = C.Allocate(size); in CreateEmpty() local
677 void *Mem = C.Allocate(sizeof(CXXDefaultArgExpr) + sizeof(Stmt *)); in Create() local
885 void *Mem = Context.Allocate(Size); in Create() local
898 void *Mem = C.Allocate(Size); in CreateDeserialized() local
1031 void *Mem = C.Allocate(sizeof(CXXUnresolvedConstructExpr) + in Create() local
1039 void *Mem = C.Allocate(sizeof(CXXUnresolvedConstructExpr) + in CreateEmpty() local
1124 void *Mem = C.Allocate(size, llvm::alignOf<CXXDependentScopeMemberExpr>()); in Create() local
[all …]
DDeclFriend.cpp52 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(FriendDecl)); in CreateDeserialized() local
DDeclObjC.cpp432 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(ObjCMethodDecl)); in CreateDeserialized() local
729 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(ObjCInterfaceDecl)); in CreateDeserialized() local
957 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(ObjCIvarDecl)); in CreateDeserialized() local
1001 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(ObjCAtDefsFieldDecl)); in CreateDeserialized() local
1036 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(ObjCProtocolDecl)); in CreateDeserialized() local
1117 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(ObjCCategoryDecl)); in CreateDeserialized() local
1153 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(ObjCCategoryImplDecl)); in CreateDeserialized() local
1249 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(ObjCImplementationDecl)); in CreateDeserialized() local
1289 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(ObjCCompatibleAliasDecl)); in CreateDeserialized() local
1311 void * Mem = AllocateDeserializedDecl(C, ID, sizeof(ObjCPropertyDecl)); in CreateDeserialized() local
[all …]
DDecl.cpp1193 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(VarDecl)); in CreateDeserialized() local
1567 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(ParmVarDecl)); in CreateDeserialized() local
2490 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(FieldDecl)); in CreateDeserialized() local
2667 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(EnumDecl)); in CreateDeserialized() local
2741 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(RecordDecl)); in CreateDeserialized() local
2877 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(LabelDecl)); in CreateDeserialized() local
2894 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(ImplicitParamDecl)); in CreateDeserialized() local
2915 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(FunctionDecl)); in CreateDeserialized() local
2926 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(BlockDecl)); in CreateDeserialized() local
2939 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(EnumConstantDecl)); in CreateDeserialized() local
[all …]
DExpr.cpp355 void *Mem = Context.Allocate(Size, llvm::alignOf<DeclRefExpr>()); in Create() local
374 void *Mem = Context.Allocate(Size, llvm::alignOf<DeclRefExpr>()); in CreateEmpty() local
652 void *Mem = C.Allocate(sizeof(StringLiteral)+ in Create() local
669 void *Mem = C.Allocate(sizeof(StringLiteral)+ in CreateEmpty() local
1129 void *Mem = C.Allocate(sizeof(OffsetOfExpr) + in Create() local
1139 void *Mem = C.Allocate(sizeof(OffsetOfExpr) + in CreateEmpty() local
1202 void *Mem = C.Allocate(Size, llvm::alignOf<MemberExpr>()); in Create() local
3233 ObjCMessageExpr *Mem; in Create() local
3256 ObjCMessageExpr *Mem; in Create() local
3279 ObjCMessageExpr *Mem; in Create() local
[all …]
DTemplateBase.cpp66 void *Mem = Ctx.Allocate(NumWords * sizeof(uint64_t)); in TemplateArgument() local
560 void *Mem = C.Allocate(size, llvm::alignOf<ASTTemplateArgumentListInfo>()); in Create() local
DStmt.cpp280 void *Mem = C.Allocate(sizeof(AttributedStmt) + in Create() local
288 void *Mem = C.Allocate(sizeof(AttributedStmt) + in CreateEmpty() local
757 void *Mem = Context.Allocate(Size, llvm::alignOf<ObjCAtTryStmt>()); in Create() local
767 void *Mem = Context.Allocate(Size, llvm::alignOf<ObjCAtTryStmt>()); in CreateEmpty() local
789 void *Mem = C.Allocate(Size, llvm::alignOf<CXXTryStmt>()); in Create() local
798 void *Mem = C.Allocate(Size, llvm::alignOf<CXXTryStmt>()); in Create() local
DNestedNameSpecifier.cpp633 void *Mem = Context.Allocate(BufferSize, llvm::alignOf<void *>()); in getWithLocInContext() local
DASTContext.cpp846 void *Mem = Allocate(sizeof(AttrVec)); in getDeclAttrs() local
2872 void *Mem = Allocate(sizeof(TemplateSpecializationType) + in getTemplateSpecializationType() local
2914 void *Mem = Allocate((sizeof(TemplateSpecializationType) + in getCanonicalTemplateSpecializationType() local
3068 void *Mem = Allocate((sizeof(DependentTemplateSpecializationType) + in getDependentTemplateSpecializationType() local
3188 void *Mem = Allocate(Size, TypeAlignment); in getObjCObjectType() local
3218 void *Mem = Allocate(sizeof(ObjCObjectPointerType), TypeAlignment); in getObjCObjectPointerType() local
3244 void *Mem = Allocate(sizeof(ObjCInterfaceType), TypeAlignment); in getObjCInterfaceType() local
/external/clang/include/clang/AST/
DCommentSema.h80 T *Mem = Allocator.Allocate<T>(Size); in copyArray() local
/external/llvm/unittests/Bitcode/
DBitReaderTest.cpp54 SmallString<1024> Mem; in TEST() local
/external/llvm/lib/Support/
DMemoryBuffer.cpp71 char *Mem = static_cast<char*>(operator new(sizeof(T) + Name.size() + 1)); in GetNamedBuffer() local
128 char *Mem = static_cast<char*>(operator new(RealLen, std::nothrow)); in getNewUninitMemBuffer() local
/external/clang/lib/Sema/
DTypeLocBuilder.h124 void *Mem = Context.Allocate(FullDataSize); in getTypeLocInContext() local
DCodeCompleteConsumer.cpp257 char *Mem = (char *)Allocate(String.size() + 1, 1); in CopyString() local
334 void *Mem = getAllocator().Allocate( in TakeString() local
DSemaCXXScopeSpec.cpp859 void *Mem = Context.Allocate((sizeof(NestedNameSpecifierAnnotation) + in SaveNestedNameSpecifierAnnotation() local
/external/valgrind/main/none/tests/amd64/
DredundantRexW.c24 Mem; typedef
/external/clang/include/clang/Basic/
DIdentifierTable.h458 void *Mem = getAllocator().Allocate<IdentifierInfo>(); in get() local
490 void *Mem = getAllocator().Allocate<IdentifierInfo>(); in getOwn() local
/external/tinyxml2/
Dtinyxml2.h204 const T* Mem() const { return mem; } in Mem() function
205 T* Mem() { return mem; } in Mem() function
/external/clang/lib/Lex/
DPTHLexer.cpp563 std::pair<IdentifierInfo,const unsigned char*> *Mem = in LazilyCreateIdentifierInfo() local
/external/llvm/lib/Target/MBlaze/AsmParser/
DMBlazeAsmParser.cpp107 } Mem; member

12