Home
last modified time | relevance | path

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

123

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/root/
H A Drmem.d21 extern (C++) struct Mem struct
23 static char* xstrdup(const(char)* s) nothrow in xstrdup()
31 static void xfree(void* p) pure nothrow in xfree()
39 static void* xmalloc(size_t size) pure nothrow in xmalloc()
47 static void* xmalloc_noscan(size_t size) pure nothrow in xmalloc_noscan()
55 static void* xcalloc(size_t size, size_t n) pure nothrow in xcalloc()
63 static void* xcalloc_noscan(size_t size, size_t n) pure nothrow in xcalloc_noscan()
71 static void* xrealloc(void* p, size_t size) pure nothrow in xrealloc()
101 onOutOfMemoryError(); in error() argument
113 static void* check(void* p) pure nothrow @nogc in check()
[all …]
H A Drmem.h14 struct Mem struct
16 Mem() { } in Mem() argument
33 extern Mem mem; argument
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/root/
H A Drmem.h22 struct Mem struct
24 Mem() { } in Mem() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DOpenMPClause.cpp328 void *Mem = C.Allocate(totalSizeToAlloc<Expr *>(2 * NumLoops)); in Create() local
340 void *Mem = C.Allocate(totalSizeToAlloc<Expr *>(2 * NumLoops)); in CreateEmpty() local
384 void *Mem = in Create() local
399 void *Mem = in CreateEmpty() local
418 void *Mem = C.Allocate(totalSizeToAlloc<Expr *>(2 * VL.size())); in Create() local
428 void *Mem = C.Allocate(totalSizeToAlloc<Expr *>(2 * N)); in CreateEmpty() local
449 void *Mem = C.Allocate(totalSizeToAlloc<Expr *>(3 * VL.size())); in Create() local
461 void *Mem = C.Allocate(totalSizeToAlloc<Expr *>(3 * N)); in CreateEmpty() local
499 void *Mem = C.Allocate(totalSizeToAlloc<Expr *>(5 * VL.size())); in Create() local
513 void *Mem = C.Allocate(totalSizeToAlloc<Expr *>(5 * N)); in CreateEmpty() local
[all …]
H A DStmtCXX.cpp28 void *Mem = C.Allocate(Size, alignof(CXXTryStmt)); in Create() local
35 void *Mem = C.Allocate(Size, alignof(CXXTryStmt)); in Create() local
91 void *Mem = C.Allocate(Size, alignof(CoroutineBodyStmt)); in Create() local
100 void *Mem = C.Allocate(Size, alignof(CoroutineBodyStmt)); in Create() local
H A DExprObjC.cpp43 void *Mem = C.Allocate(totalSizeToAlloc<Expr *>(Elements.size())); in Create() local
49 void *Mem = C.Allocate(totalSizeToAlloc<Expr *>(NumElements)); in CreateEmpty() local
82 void *Mem = C.Allocate(totalSizeToAlloc<KeyValuePair, ExpansionData>( in Create() local
90 void *Mem = C.Allocate(totalSizeToAlloc<KeyValuePair, ExpansionData>( in CreateEmpty() local
183 ObjCMessageExpr *Mem; in Create() local
202 ObjCMessageExpr *Mem; in Create() local
221 ObjCMessageExpr *Mem; in Create() local
235 ObjCMessageExpr *Mem = alloc(Context, NumArgs, NumStoredSelLocs); in CreateEmpty() local
H A DASTConcept.cpp38 char *Mem = new (C) char[MessageSize]; local
57 void *Mem = C.Allocate(size, alignof(ASTConstraintSatisfaction)); in Create() local
H A DExprCXX.cpp255 void *Mem = in Create() local
269 void *Mem = in CreateEmpty() local
376 void *Mem = Context.Allocate(Size, alignof(UnresolvedLookupExpr)); in Create() local
394 void *Mem = Context.Allocate(Size, alignof(UnresolvedLookupExpr)); in Create() local
407 void *Mem = Context.Allocate(Size, alignof(UnresolvedLookupExpr)); in CreateEmpty() local
486 void *Mem = Context.Allocate(Size); in Create() local
499 void *Mem = Context.Allocate(Size); in CreateEmpty() local
566 void *Mem = Ctx.Allocate(sizeof(CXXOperatorCallExpr) + SizeOfTrailingObjects, in Create() local
579 void *Mem = Ctx.Allocate(sizeof(CXXOperatorCallExpr) + SizeOfTrailingObjects, in CreateEmpty() local
631 void *Mem = Ctx.Allocate(sizeof(CXXMemberCallExpr) + SizeOfTrailingObjects, in Create() local
[all …]
H A DStmtObjC.cpp52 void *Mem = Context.Allocate(Size, alignof(ObjCAtTryStmt)); in Create() local
62 void *Mem = Context.Allocate(Size, alignof(ObjCAtTryStmt)); in CreateEmpty() local
H A DStmt.cpp381 void *Mem = in Create() local
388 void *Mem = in CreateEmpty() local
420 void *Mem = C.Allocate(totalSizeToAlloc<const Attr *>(Attrs.size()), in Create() local
428 void *Mem = C.Allocate(totalSizeToAlloc<const Attr *>(NumAttrs), in CreateEmpty() local
950 void *Mem = Ctx.Allocate( in Create() local
960 void *Mem = Ctx.Allocate( in CreateEmpty() local
1071 void *Mem = Ctx.Allocate( in Create() local
1079 void *Mem = Ctx.Allocate( in CreateEmpty() local
1133 void *Mem = in Create() local
1140 void *Mem = in CreateEmpty() local
[all …]
H A DExpr.cpp298 void *Mem = Context.Allocate(Size, alignof(ConstantExpr)); in Create() local
325 void *Mem = Context.Allocate(Size, alignof(ConstantExpr)); in CreateEmpty() local
470 void *Mem = Context.Allocate(Size, alignof(DeclRefExpr)); in Create() local
487 void *Mem = Context.Allocate(Size, alignof(DeclRefExpr)); in CreateEmpty() local
530 void *Mem = Ctx.Allocate(totalSizeToAlloc<Stmt *>(HasFunctionName), in Create() local
537 void *Mem = Ctx.Allocate(totalSizeToAlloc<Stmt *>(HasFunctionName), in CreateEmpty() local
1062 void *Mem = Ctx.Allocate(totalSizeToAlloc<unsigned, SourceLocation, char>( in Create() local
1073 void *Mem = Ctx.Allocate(totalSizeToAlloc<unsigned, SourceLocation, char>( in CreateEmpty() local
1365 void *Mem = in Create() local
1371 CallExpr *CallExpr::CreateTemporary(void *Mem, Expr *Fn, QualType Ty, in CreateTemporary()
[all …]
H A DDeclGroup.cpp23 void *Mem = C.Allocate(Size, alignof(DeclGroup)); in Create() local
H A DExprConcepts.cpp199 void *Mem = in Create() local
210 void *Mem = in Create() local
H A DTemplateBase.cpp169 void *Mem = Ctx.Allocate(NumWords * sizeof(uint64_t)); in TemplateArgument() local
613 void *Mem = C.Allocate(size, alignof(ASTTemplateArgumentListInfo)); in Create() local
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_procmaps_bsd.cc84 char *Mem = (char *)MmapOrDie(MmapedSize, "ReadProcMaps()"); in ReadProcMaps() local
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_procmaps_bsd.cc86 char *Mem = (char *)MmapOrDie(MmapedSize, "ReadProcMaps()"); in ReadProcMaps() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTypeLocBuilder.h120 void *Mem = Context.Allocate(FullDataSize); in getTypeLocInContext() local
H A DCodeCompleteConsumer.cpp352 char *Mem = (char *)Allocate(Ref.size() + 1, 1); in CopyString() local
420 void *Mem = getAllocator().Allocate( in TakeString() local
/netbsd-src/sys/external/bsd/acpica/dist/os_specific/service_layers/
H A Doswinxf.c652 void *Mem; in AcpiOsAllocate() local
677 void *Mem; in AcpiOsAllocateZeroed() local
700 void *Mem) in AcpiOsFree()
H A Dosunixxf.c654 void *Mem; in AcpiOsAllocate() local
679 void *Mem; in AcpiOsAllocateZeroed() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h51 void add(void *Mem) { Allocations.push_back(Mem); } in add()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/profile/
H A DInstrProfilingValue.c71 ValueProfNode **Mem = in allocateValueProfileCounters() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DMacroInfo.cpp244 void *Mem = PP.getPreprocessorAllocator().Allocate( in create() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp1234 MemSDNode *Mem; in tryLDGLDU() local
2099 MemSDNode *Mem = cast<MemSDNode>(Node); in tryLoadParam() local
2176 MemSDNode *Mem = cast<MemSDNode>(N); in tryStoreRetval() local
2248 MemSDNode *Mem = cast<MemSDNode>(N); in tryStoreParam() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DBinaryHolder.cpp32 getMachOFatMemoryBuffers(StringRef Filename, MemoryBuffer &Mem, in getMachOFatMemoryBuffers()

123