Home
last modified time | relevance | path

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

123

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DOpenMPClause.cpp345 void *Mem = C.Allocate(totalSizeToAlloc<Expr *>(2 * NumLoops)); in Create() local
357 void *Mem = C.Allocate(totalSizeToAlloc<Expr *>(2 * NumLoops)); in CreateEmpty() local
401 void *Mem = in Create() local
416 void *Mem = in CreateEmpty() local
435 void *Mem = C.Allocate(totalSizeToAlloc<Expr *>(2 * VL.size())); in Create() local
445 void *Mem = C.Allocate(totalSizeToAlloc<Expr *>(2 * N)); in CreateEmpty() local
466 void *Mem = C.Allocate(totalSizeToAlloc<Expr *>(3 * VL.size())); in Create() local
478 void *Mem = C.Allocate(totalSizeToAlloc<Expr *>(3 * N)); in CreateEmpty() local
516 void *Mem = C.Allocate(totalSizeToAlloc<Expr *>(5 * VL.size())); in Create() local
530 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 DExprCXX.cpp256 void *Mem = in Create() local
270 void *Mem = in CreateEmpty() local
378 void *Mem = Context.Allocate(Size, alignof(UnresolvedLookupExpr)); in Create() local
396 void *Mem = Context.Allocate(Size, alignof(UnresolvedLookupExpr)); in Create() local
409 void *Mem = Context.Allocate(Size, alignof(UnresolvedLookupExpr)); in CreateEmpty() local
488 void *Mem = Context.Allocate(Size); in Create() local
501 void *Mem = Context.Allocate(Size); in CreateEmpty() local
568 void *Mem = Ctx.Allocate(sizeof(CXXOperatorCallExpr) + SizeOfTrailingObjects, in Create() local
581 void *Mem = Ctx.Allocate(sizeof(CXXOperatorCallExpr) + SizeOfTrailingObjects, in CreateEmpty() local
633 void *Mem = Ctx.Allocate(sizeof(CXXMemberCallExpr) + SizeOfTrailingObjects, in Create() local
[all …]
H A DASTConcept.cpp34 char *Mem = new (C) char[MessageSize]; in CreatUnsatisfiedConstraintRecord() local
72 void *Mem = C.Allocate(size, alignof(ASTConstraintSatisfaction)); in Create() local
80 void *Mem = C.Allocate(size, alignof(ASTConstraintSatisfaction)); in Rebuild() 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 DStmt.cpp385 void *Mem = in Create() local
394 void *Mem = C.Allocate( in CreateEmpty() local
428 void *Mem = C.Allocate(totalSizeToAlloc<const Attr *>(Attrs.size()), in Create() local
436 void *Mem = C.Allocate(totalSizeToAlloc<const Attr *>(NumAttrs), in CreateEmpty() local
963 void *Mem = Ctx.Allocate( in Create() local
973 void *Mem = Ctx.Allocate( in CreateEmpty() local
1084 void *Mem = Ctx.Allocate( in Create() local
1092 void *Mem = Ctx.Allocate( in CreateEmpty() local
1146 void *Mem = in Create() local
1153 void *Mem = in CreateEmpty() local
[all …]
H A DStmtObjC.cpp51 void *Mem = Context.Allocate(Size, alignof(ObjCAtTryStmt)); in Create() local
60 void *Mem = Context.Allocate(Size, alignof(ObjCAtTryStmt)); in CreateEmpty() local
H A DExpr.cpp399 void *Mem = Context.Allocate(Size, alignof(ConstantExpr)); in Create() local
426 void *Mem = Context.Allocate(Size, alignof(ConstantExpr)); in CreateEmpty() local
571 void *Mem = Context.Allocate(Size, alignof(DeclRefExpr)); in Create() local
588 void *Mem = Context.Allocate(Size, alignof(DeclRefExpr)); in CreateEmpty() local
688 void *Mem = Ctx.Allocate(totalSizeToAlloc<Stmt *>(HasFunctionName), in Create() local
695 void *Mem = Ctx.Allocate(totalSizeToAlloc<Stmt *>(HasFunctionName), in CreateEmpty() local
1189 void *Mem = Ctx.Allocate(totalSizeToAlloc<unsigned, SourceLocation, char>( in Create() local
1200 void *Mem = Ctx.Allocate(totalSizeToAlloc<unsigned, SourceLocation, char>( in CreateEmpty() local
1486 void *Mem = in Create() local
1492 CallExpr *CallExpr::CreateTemporary(void *Mem, Expr *Fn, QualType Ty, in CreateTemporary()
[all …]
H A DTemplateBase.cpp172 void *Mem = Ctx.Allocate(NumWords * sizeof(uint64_t)); in TemplateArgument() local
606 void *Mem = C.Allocate(size, alignof(ASTTemplateArgumentListInfo)); in Create() local
617 void *Mem = C.Allocate(size, alignof(ASTTemplateArgumentListInfo)); in Create() local
H A DDeclGroup.cpp23 void *Mem = C.Allocate(Size, alignof(DeclGroup)); in Create() local
H A DExprConcepts.cpp181 void *Mem = in Create() local
192 void *Mem = in Create() local
H A DNestedNameSpecifier.cpp704 void *Mem = Context.Allocate(BufferSize, alignof(void *)); in getWithLocInContext() local
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DTypeLocBuilder.h126 void *Mem = Context.Allocate(FullDataSize); in getTypeLocInContext() local
H A DCodeCompleteConsumer.cpp364 char *Mem = (char *)Allocate(Ref.size() + 1, 1); in CopyString() local
431 void *Mem = getAllocator().Allocate( in TakeString() local
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h51 void add(void *Mem) { Allocations.push_back(Mem); } in add()
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DMacroInfo.cpp262 void *Mem = PP.getPreprocessorAllocator().Allocate( in create() local
/openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp1248 MemSDNode *Mem; in tryLDGLDU() local
2100 MemSDNode *Mem = cast<MemSDNode>(Node); in tryLoadParam() local
2177 MemSDNode *Mem = cast<MemSDNode>(N); in tryStoreRetval() local
2249 MemSDNode *Mem = cast<MemSDNode>(N); in tryStoreParam() local
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DSimpleExecutorMemoryManager.cpp128 char *Mem = Seg.Addr.toPtr<char *>(); in finalize() local
/openbsd-src/gnu/llvm/llvm/tools/dsymutil/
H A DBinaryHolder.cpp32 getMachOFatMemoryBuffers(StringRef Filename, MemoryBuffer &Mem, in getMachOFatMemoryBuffers()
/openbsd-src/gnu/llvm/compiler-rt/lib/profile/
H A DInstrProfilingUtil.c104 void *lprofPtrFetchAdd(void **Mem, long ByteIncr) { in lprofPtrFetchAdd()
H A DInstrProfilingValue.c100 ValueProfNode **Mem = in allocateValueProfileCounters() local
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DMemoryBuffer.cpp80 char *Mem = static_cast<char *>(operator new(N + sizeof(size_t) + in operator new() local
313 char *Mem = static_cast<char*>(operator new(RealLen, std::nothrow)); in getNewUninitMemBuffer() local
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DIdentifierTable.h611 void *Mem = getAllocator().Allocate<IdentifierInfo>(); in get() local
642 void *Mem = getAllocator().Allocate<IdentifierInfo>(); in getOwn() local
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVModuleAnalysis.h125 MemoryModel::MemoryModel Mem; member
/openbsd-src/gnu/llvm/llvm/lib/TableGen/
H A DRecord.cpp244 void *Mem = RKImpl.Allocator.Allocate( in get() local
409 void *Mem = RKImpl.Allocator.Allocate(totalSizeToAlloc<Init *>(Range.size()), in get() local
636 void *Mem = RK.Allocator.Allocate(totalSizeToAlloc<Init *>(Range.size()), in get() local
2022 void *Mem = RK.Allocator.Allocate(totalSizeToAlloc<Init *>(Args.size()), in get() local
2211 void *Mem = RK.Allocator.Allocate( in get() local
2334 void *Mem = RK.Allocator.Allocate( in get() local

123