Searched defs:Mem (Results 1 - 25 of 59) sorted by relevance

123

/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DDeclGroup.cpp23 void *Mem = C.Allocate(Size, alignof(DeclGroup)); local
H A DOpenMPClause.cpp348 void *Mem = C.Allocate(totalSizeToAlloc<Expr *>(2 * NumLoops)); local
360 void *Mem = C.Allocate(totalSizeToAlloc<Expr *>(2 * NumLoops)); local
[all...]
H A DStmtObjC.cpp51 void *Mem = Context.Allocate(Size, alignof(ObjCAtTryStmt)); local
60 void *Mem = Context.Allocate(Size, alignof(ObjCAtTryStmt)); local
H A DASTConcept.cpp33 char *Mem = new (C) char[MessageSize]; local
71 void *Mem = C.Allocate(size, alignof(ASTConstraintSatisfaction)); local
79 void *Mem = C.Allocate(size, alignof(ASTConstraintSatisfaction)); local
H A DExprConcepts.cpp178 void *Mem = local
190 void *Mem = local
H A DStmtCXX.cpp29 void *Mem = C.Allocate(Size, alignof(CXXTryStmt)); local
36 void *Mem = C.Allocate(Size, alignof(CXXTryStmt)); local
92 void *Mem = C.Allocate(Size, alignof(CoroutineBodyStmt)); local
101 void *Mem = C.Allocate(Size, alignof(CoroutineBodyStmt)); local
H A DExprObjC.cpp43 void *Mem = C.Allocate(totalSizeToAlloc<Expr *>(Elements.size())); local
49 void *Mem = C.Allocate(totalSizeToAlloc<Expr *>(NumElements)); local
82 void *Mem = C.Allocate(totalSizeToAlloc<KeyValuePair, ExpansionData>( local
90 void *Mem = C.Allocate(totalSizeToAlloc<KeyValuePair, ExpansionData>( local
183 ObjCMessageExpr *Mem; local
202 ObjCMessageExpr *Mem; local
221 ObjCMessageExpr *Mem; local
235 ObjCMessageExpr *Mem = alloc(Context, NumArgs, NumStoredSelLocs); local
[all...]
H A DStmtOpenMP.cpp37 OMPChildren *OMPChildren::Create(void *Mem, ArrayRef<OMPClause *> Clauses) { argument
43 OMPChildren *OMPChildren::Create(void *Mem, ArrayRef<OMPClause *> Clauses, argument
52 OMPChildren *OMPChildren::CreateEmpty(void *Mem, unsigned NumClauses, argument
H A DNestedNameSpecifier.cpp704 void *Mem = Context.Allocate(BufferSize, alignof(void *)); local
H A DTemplateBase.cpp191 void *Mem = Ctx.Allocate(NumWords * sizeof(uint64_t)); local
716 void *Mem = C.Allocate(size, alignof(ASTTemplateArgumentListInfo)); local
727 void *Mem = C.Allocate(size, alignof(ASTTemplateArgumentListInfo)); local
/freebsd-current/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DFormula.cpp26 void *Mem = Alloc.Allocate(sizeof(Formula) + local
/freebsd-current/contrib/llvm-project/clang/lib/Lex/
H A DMacroInfo.cpp262 void *Mem = PP.getPreprocessorAllocator().Allocate( local
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h51 void add(void *Mem) { Allocations.push_back(Mem); } argument
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DSimpleExecutorMemoryManager.cpp128 char *Mem = Seg.Addr.toPtr<char *>(); local
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DTypeLocBuilder.h129 void *Mem = Context.Allocate(FullDataSize); local
H A DSemaConcept.cpp273 char *Mem = new (S.Context) char[MessageSize]; local
393 char *Mem = new (S.Context) char[MessageSize]; local
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DGSIStreamBuilder.cpp105 static CVSymbol serializePublic(uint8_t *Mem, const BulkPublic &Pub) { argument
/freebsd-current/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingUtil.c104 void *lprofPtrFetchAdd(void **Mem, long ByteIncr) { argument
H A DInstrProfilingValue.c112 ValueProfNode **Mem = local
/freebsd-current/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp237 void *Mem = RKImpl.Allocator.Allocate( local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DMemoryBuffer.cpp82 char *Mem = static_cast<char *>(operator new(N + sizeof(size_t) + local
318 char *Mem = static_cast<char*>(operator new(RealLen, std::nothrow)); local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVModuleAnalysis.h138 MemoryModel::MemoryModel Mem; member in struct:llvm::SPIRV::ModuleAnalysisInfo
/freebsd-current/stand/efi/include/
H A Defipciio.h527 EFI_PCI_IO_PROTOCOL_ACCESS Mem; member in struct:_EFI_PCI_IO_PROTOCOL
/freebsd-current/sys/contrib/dev/acpica/os_specific/service_layers/
H A Dosunixxf.c762 void *Mem; local
787 void *Mem; local
/freebsd-current/contrib/llvm-project/llvm/lib/LTO/
H A DLTOModule.cpp57 bool LTOModule::isBitcodeFile(const void *Mem, size_t Length) { argument

Completed in 197 milliseconds

123