Home
last modified time | relevance | path

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

12

/minix3/external/bsd/llvm/dist/clang/test/CodeGen/
H A Dempty-union-init.c4 struct Mem { struct
9 struct Mem *columnMem(){ in columnMem() argument
/minix3/external/bsd/llvm/dist/llvm/unittests/Bitcode/
H A DBitReaderTest.cpp51 SmallString<1024> &Mem, in getLazyModuleFromAssembly()
62 SmallString<1024> Mem; in TEST() local
86 SmallString<1024> Mem; in TEST() local
104 SmallString<1024> Mem; in TEST() local
136 SmallString<1024> Mem; in TEST() local
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DStmt.cpp309 void *Mem = C.Allocate(sizeof(AttributedStmt) + sizeof(Attr *) * Attrs.size(), in Create() local
317 void *Mem = C.Allocate(sizeof(AttributedStmt) + sizeof(Attr *) * NumAttrs, in CreateEmpty() local
794 void *Mem = Context.Allocate(Size, llvm::alignOf<ObjCAtTryStmt>()); in Create() local
804 void *Mem = Context.Allocate(Size, llvm::alignOf<ObjCAtTryStmt>()); in CreateEmpty() local
821 void *Mem = C.Allocate(Size, llvm::alignOf<CXXTryStmt>()); in Create() local
830 void *Mem = C.Allocate(Size, llvm::alignOf<CXXTryStmt>()); in Create() local
1132 void *Mem = Context.Allocate(Size); in Create() local
1145 void *Mem = Context.Allocate(Size); in CreateDeserialized() local
1190 void *Mem = C.Allocate(llvm::RoundUpToAlignment(sizeof(OMPPrivateClause), in Create() local
1202 void *Mem = C.Allocate(llvm::RoundUpToAlignment(sizeof(OMPPrivateClause), in CreateEmpty() local
[all …]
H A DDeclGroup.cpp23 void* Mem = C.Allocate(Size, llvm::AlignOf<DeclGroup>::Alignment); in Create() local
H A DExprCXX.cpp300 void *Mem = C.Allocate(sizeof(UnresolvedLookupExpr) + in Create() local
316 void *Mem = C.Allocate(size, llvm::alignOf<UnresolvedLookupExpr>()); in CreateEmpty() local
461 void *Mem = C.Allocate(size); in Create() local
473 void *Mem = C.Allocate(size); in CreateEmpty() local
771 void *Mem = C.Allocate(sizeof(CXXDefaultArgExpr) + sizeof(Stmt *)); in Create() local
1015 void *Mem = Context.Allocate(Size); in Create() local
1030 void *Mem = C.Allocate(Size); in CreateDeserialized() local
1176 void *Mem = C.Allocate(sizeof(CXXUnresolvedConstructExpr) + in Create() local
1184 void *Mem = C.Allocate(sizeof(CXXUnresolvedConstructExpr) + in CreateEmpty() local
1270 void *Mem = C.Allocate(size, llvm::alignOf<CXXDependentScopeMemberExpr>()); in Create() local
[all …]
H A DExpr.cpp407 void *Mem = Context.Allocate(Size, llvm::alignOf<DeclRefExpr>()); in Create() local
426 void *Mem = Context.Allocate(Size, llvm::alignOf<DeclRefExpr>()); in CreateEmpty() local
841 void *Mem = C.Allocate(sizeof(StringLiteral)+ in Create() local
859 void *Mem = C.Allocate(sizeof(StringLiteral)+ in CreateEmpty() local
1313 void *Mem = C.Allocate(sizeof(OffsetOfExpr) + in Create() local
1323 void *Mem = C.Allocate(sizeof(OffsetOfExpr) + in CreateEmpty() local
1386 void *Mem = C.Allocate(Size, llvm::alignOf<MemberExpr>()); in Create() local
3553 ObjCMessageExpr *Mem; in Create() local
3576 ObjCMessageExpr *Mem; in Create() local
3599 ObjCMessageExpr *Mem; in Create() local
[all …]
H A DTemplateBase.cpp81 void *Mem = Ctx.Allocate(NumWords * sizeof(uint64_t)); in TemplateArgument() local
528 void *Mem = C.Allocate(size, llvm::alignOf<ASTTemplateArgumentListInfo>()); in Create() local
H A DNestedNameSpecifier.cpp674 void *Mem = Context.Allocate(BufferSize, llvm::alignOf<void *>()); in getWithLocInContext() local
/minix3/external/bsd/llvm/dist/llvm/tools/lli/
H A DRemoteTarget.cpp34 sys::MemoryBlock Mem = sys::Memory::AllocateRWX(Size, Prev, &ErrorMsg); in allocateSpace() local
53 sys::MemoryBlock Mem((void*)Address, Size); in loadCode() local
/minix3/external/bsd/llvm/dist/llvm/unittests/CodeGen/
H A DDIEHashTest.cpp164 auto Mem = make_unique<DIE>(dwarf::DW_TAG_member); in TEST() local
186 auto Mem = make_unique<DIE>(dwarf::DW_TAG_member); in TEST() local
215 auto Mem = make_unique<DIE>(dwarf::DW_TAG_member); in TEST() local
248 auto Mem = make_unique<DIE>(dwarf::DW_TAG_member); in TEST() local
281 auto Mem = make_unique<DIE>(dwarf::DW_TAG_member); in TEST() local
325 auto Mem = make_unique<DIE>(dwarf::DW_TAG_member); in TEST() local
354 auto Mem = make_unique<DIE>(dwarf::DW_TAG_member); in TEST() local
398 auto Mem = make_unique<DIE>(dwarf::DW_TAG_member); in TEST() local
426 auto Mem = make_unique<DIE>(dwarf::DW_TAG_member); in TEST() local
468 auto Mem = make_unique<DIE>(dwarf::DW_TAG_member); in TEST() local
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DCommentSema.h84 T *Mem = Allocator.Allocate<T>(Size); in copyArray() local
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DTypeLocBuilder.h123 void *Mem = Context.Allocate(FullDataSize); in getTypeLocInContext() local
H A DCodeCompleteConsumer.cpp255 char *Mem = (char *)Allocate(String.size() + 1, 1); in CopyString() local
332 void *Mem = getAllocator().Allocate( in TakeString() local
H A DSemaCXXScopeSpec.cpp937 void *Mem = Context.Allocate((sizeof(NestedNameSpecifierAnnotation) + in SaveNestedNameSpecifierAnnotation() local
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h57 void add(void *Mem) { Allocations.push_back(Mem); } in add()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp1249 MemSDNode *Mem; in SelectLDGLDU() local
2613 MemSDNode *Mem = cast<MemSDNode>(Node); in SelectLoadParam() local
2742 MemSDNode *Mem = cast<MemSDNode>(N); in SelectStoreRetval() local
2867 MemSDNode *Mem = cast<MemSDNode>(N); in SelectStoreParam() local
/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DMemoryBuffer.cpp76 char *Mem = static_cast<char *>(operator new(N + NameRef.size() + 1)); in operator new() local
140 char *Mem = static_cast<char*>(operator new(RealLen, std::nothrow)); in getNewUninitMemBuffer() local
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DIdentifierTable.h463 void *Mem = getAllocator().Allocate<IdentifierInfo>(); in get() local
494 void *Mem = getAllocator().Allocate<IdentifierInfo>(); in getOwn() local
/minix3/external/bsd/llvm/dist/clang/lib/Basic/
H A DFileManager.cpp560 char *Mem = static_cast<char *>(CanonicalNameStorage.Allocate(Len, 1)); in getCanonicalName() local
/minix3/minix/drivers/power/acpi/
H A Dosminixxf.c413 void *Mem; in AcpiOsAllocate() local
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DAttributes.cpp463 void *Mem = ::operator new(sizeof(AttributeSetNode) + in get() local
589 void *Mem = ::operator new(sizeof(AttributeSetImpl) + in getImpl() local
/minix3/external/bsd/llvm/dist/clang/lib/Lex/
H A DPTHLexer.cpp570 std::pair<IdentifierInfo,const unsigned char*> *Mem = in LazilyCreateIdentifierInfo() local
/minix3/external/bsd/llvm/dist/llvm/lib/LTO/
H A DLTOModule.cpp65 bool LTOModule::isBitcodeFile(const void *Mem, size_t Length) { in isBitcodeFile()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp176 struct MemOp Mem; member
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/AsmParser/
H A DX86Operand.h63 struct MemOp Mem; member

12