Home
last modified time | relevance | path

Searched refs:allocateObject (Results 1 – 25 of 236) sorted by relevance

12345678910

/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/memory/
H A Dqv4mm_p.h189 typename ObjectType::Data *allocateObject(Heap::InternalClass *ic) in allocateObject() function
199 typename ObjectType::Data *allocateObject(InternalClass *ic) in allocateObject() function
201 return allocateObject<ObjectType>(ic->d()); in allocateObject()
205 typename ObjectType::Data *allocateObject() in allocateObject() function
211 return allocateObject<ObjectType>(ic); in allocateObject()
227 typename ObjectType::Data *d = allocateObject<ObjectType>(ic); in allocObject()
235 typename ObjectType::Data *d = allocateObject<ObjectType>(ic); in allocObject()
244 Scoped<ObjectType> t(scope, allocateObject<ObjectType>()); in allocate()
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/memory/
H A Dqv4mm_p.h189 typename ObjectType::Data *allocateObject(Heap::InternalClass *ic) in allocateObject() function
199 typename ObjectType::Data *allocateObject(InternalClass *ic) in allocateObject() function
201 return allocateObject<ObjectType>(ic->d()); in allocateObject()
205 typename ObjectType::Data *allocateObject() in allocateObject() function
211 return allocateObject<ObjectType>(ic); in allocateObject()
227 typename ObjectType::Data *d = allocateObject<ObjectType>(ic); in allocObject()
235 typename ObjectType::Data *d = allocateObject<ObjectType>(ic); in allocObject()
244 Scoped<ObjectType> t(scope, allocateObject<ObjectType>()); in allocate()
/dports/textproc/jade/jade-1.2.1/style/
H A DELObj.h48 return c.allocateObject(0); in new()
205 return c.allocateObject(1); in new()
233 return c.allocateObject(1); in new()
318 return c.allocateObject(1); in new()
329 return c.allocateObject(1); in new()
341 return c.allocateObject(1); in new()
382 return c.allocateObject(1); in new()
394 return c.allocateObject(1); in new()
438 return c.allocateObject(1); in new()
454 return c.allocateObject(1); in new()
[all …]
H A DSosofoObj.h50 return c.allocateObject(1); in new()
72 return c.allocateObject(1); in new()
94 return c.allocateObject(1); in new()
174 return c.allocateObject(1); in new()
198 return c.allocateObject(1); in new()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/lib/Semantics/
H A Dcheck-deallocate.cpp18 for (const parser::AllocateObject &allocateObject : in Leave() local
39 if (GetExpr(allocateObject)) { in Leave()
48 allocateObject.u); in Leave()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/lib/Semantics/
H A Dcheck-deallocate.cpp18 for (const parser::AllocateObject &allocateObject : in Leave() local
39 if (GetExpr(allocateObject)) { in Leave()
48 allocateObject.u); in Leave()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/lib/Semantics/
H A Dcheck-deallocate.cpp18 for (const parser::AllocateObject &allocateObject : in Leave() local
39 if (GetExpr(allocateObject)) { in Leave()
48 allocateObject.u); in Leave()
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/lib/Semantics/
H A Dcheck-deallocate.cpp18 for (const parser::AllocateObject &allocateObject : in Leave() local
39 if (GetExpr(allocateObject)) { in Leave()
48 allocateObject.u); in Leave()
/dports/databases/fastdb/fastdb/inc/
H A Dharray.h31 oid = db->allocateObject(dbPageObjectMarker); in create()
58 pageOid = db->allocateObject(dbPageObjectMarker); in set()
69 leafPageOid = db->allocateObject(dbPageObjectMarker); in set()
89 oid = db->allocateObject(dbPageObjectMarker); in create()
115 pageOid = db->allocateObject(dbPageObjectMarker); in set()
126 leafPageOid = db->allocateObject(dbPageObjectMarker); in set()
/dports/textproc/openjade/openjade-1.3.3-pre1/style/
H A DELObj.h50 return c.allocateObject(0); in new()
211 return c.allocateObject(1); in new()
239 return c.allocateObject(1); in new()
324 return c.allocateObject(1); in new()
335 return c.allocateObject(1); in new()
347 return c.allocateObject(1); in new()
388 return c.allocateObject(1); in new()
400 return c.allocateObject(1); in new()
444 return c.allocateObject(1); in new()
460 return c.allocateObject(1); in new()
[all …]
H A DStyle.h103 return c.allocateObject(1); in new()
134 return c.allocateObject(1); in new()
190 return c.allocateObject(1); in new()
208 return c.allocateObject(1); in new()
223 return c.allocateObject(1); in new()
240 return c.allocateObject(1); in new()
263 return c.allocateObject(1); in new()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/ObjectYAML/
H A DMinidumpEmitter.cpp61 template <typename T> size_t allocateObject(const T &Data) { in allocateObject() function in __anoncdc000df0111::BlobAllocator
68 return {allocateObject(*Object), Object}; in allocateNewObject()
122 File.allocateObject(S.MDExceptionStream); in layout()
160 File.allocateObject(E.Entry); in layout()
206 File.allocateObject(SystemInfo.Info); in layout()
232 File.allocateObject(Obj.Header); in yaml2minidump()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/ObjectYAML/
H A DMinidumpEmitter.cpp61 template <typename T> size_t allocateObject(const T &Data) { in allocateObject() function in __anon35e67c940111::BlobAllocator
68 return {allocateObject(*Object), Object}; in allocateNewObject()
122 File.allocateObject(S.MDExceptionStream); in layout()
160 File.allocateObject(E.Entry); in layout()
206 File.allocateObject(SystemInfo.Info); in layout()
232 File.allocateObject(Obj.Header); in yaml2minidump()
/dports/devel/llvm10/llvm-10.0.1.src/lib/ObjectYAML/
H A DMinidumpEmitter.cpp61 template <typename T> size_t allocateObject(const T &Data) { in allocateObject() function in __anone1e4096c0111::BlobAllocator
68 return {allocateObject(*Object), Object}; in allocateNewObject()
122 File.allocateObject(S.MDExceptionStream); in layout()
160 File.allocateObject(E.Entry); in layout()
206 File.allocateObject(SystemInfo.Info); in layout()
232 File.allocateObject(Obj.Header); in yaml2minidump()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/ObjectYAML/
H A DMinidumpEmitter.cpp61 template <typename T> size_t allocateObject(const T &Data) { in allocateObject() function in __anon2fb453cc0111::BlobAllocator
68 return {allocateObject(*Object), Object}; in allocateNewObject()
122 File.allocateObject(S.MDExceptionStream); in layout()
160 File.allocateObject(E.Entry); in layout()
206 File.allocateObject(SystemInfo.Info); in layout()
232 File.allocateObject(Obj.Header); in yaml2minidump()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/ObjectYAML/
H A DMinidumpEmitter.cpp61 template <typename T> size_t allocateObject(const T &Data) { in allocateObject() function in __anone541f0a20111::BlobAllocator
68 return {allocateObject(*Object), Object}; in allocateNewObject()
122 File.allocateObject(S.MDExceptionStream); in layout()
160 File.allocateObject(E.Entry); in layout()
206 File.allocateObject(SystemInfo.Info); in layout()
232 File.allocateObject(Obj.Header); in yaml2minidump()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/ObjectYAML/
H A DMinidumpEmitter.cpp61 template <typename T> size_t allocateObject(const T &Data) { in allocateObject() function in __anona4f931fe0111::BlobAllocator
68 return {allocateObject(*Object), Object}; in allocateNewObject()
122 File.allocateObject(S.MDExceptionStream); in layout()
160 File.allocateObject(E.Entry); in layout()
206 File.allocateObject(SystemInfo.Info); in layout()
232 File.allocateObject(Obj.Header); in yaml2minidump()
/dports/devel/llvm11/llvm-11.0.1.src/lib/ObjectYAML/
H A DMinidumpEmitter.cpp61 template <typename T> size_t allocateObject(const T &Data) { in allocateObject() function in __anon1aad1d2e0111::BlobAllocator
68 return {allocateObject(*Object), Object}; in allocateNewObject()
122 File.allocateObject(S.MDExceptionStream); in layout()
160 File.allocateObject(E.Entry); in layout()
206 File.allocateObject(SystemInfo.Info); in layout()
232 File.allocateObject(Obj.Header); in yaml2minidump()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/ObjectYAML/
H A DMinidumpEmitter.cpp61 template <typename T> size_t allocateObject(const T &Data) { in allocateObject() function in __anondd57e4810111::BlobAllocator
68 return {allocateObject(*Object), Object}; in allocateNewObject()
122 File.allocateObject(S.MDExceptionStream); in layout()
160 File.allocateObject(E.Entry); in layout()
206 File.allocateObject(SystemInfo.Info); in layout()
232 File.allocateObject(Obj.Header); in yaml2minidump()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DMinidumpEmitter.cpp61 template <typename T> size_t allocateObject(const T &Data) { in allocateObject() function in __anon8ef314b70111::BlobAllocator
68 return {allocateObject(*Object), Object}; in allocateNewObject()
122 File.allocateObject(S.MDExceptionStream); in layout()
160 File.allocateObject(E.Entry); in layout()
206 File.allocateObject(SystemInfo.Info); in layout()
232 File.allocateObject(Obj.Header); in yaml2minidump()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/ObjectYAML/
H A DMinidumpEmitter.cpp61 template <typename T> size_t allocateObject(const T &Data) { in allocateObject() function in __anon68b4d6bf0111::BlobAllocator
68 return {allocateObject(*Object), Object}; in allocateNewObject()
122 File.allocateObject(S.MDExceptionStream); in layout()
160 File.allocateObject(E.Entry); in layout()
206 File.allocateObject(SystemInfo.Info); in layout()
232 File.allocateObject(Obj.Header); in yaml2minidump()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/ObjectYAML/
H A DMinidumpEmitter.cpp61 template <typename T> size_t allocateObject(const T &Data) { in allocateObject() function in __anon4785ac940111::BlobAllocator
68 return {allocateObject(*Object), Object}; in allocateNewObject()
122 File.allocateObject(S.MDExceptionStream); in layout()
160 File.allocateObject(E.Entry); in layout()
206 File.allocateObject(SystemInfo.Info); in layout()
232 File.allocateObject(Obj.Header); in yaml2minidump()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/ObjectYAML/
H A DMinidumpEmitter.cpp61 template <typename T> size_t allocateObject(const T &Data) { in allocateObject() function in __anon3f74452f0111::BlobAllocator
68 return {allocateObject(*Object), Object}; in allocateNewObject()
122 File.allocateObject(S.MDExceptionStream); in layout()
160 File.allocateObject(E.Entry); in layout()
206 File.allocateObject(SystemInfo.Info); in layout()
232 File.allocateObject(Obj.Header); in yaml2minidump()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/ObjectYAML/
H A DMinidumpEmitter.cpp61 template <typename T> size_t allocateObject(const T &Data) { in allocateObject() function in __anon53ec7e920111::BlobAllocator
68 return {allocateObject(*Object), Object}; in allocateNewObject()
122 File.allocateObject(S.MDExceptionStream); in layout()
160 File.allocateObject(E.Entry); in layout()
206 File.allocateObject(SystemInfo.Info); in layout()
232 File.allocateObject(Obj.Header); in yaml2minidump()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/ObjectYAML/
H A DMinidumpEmitter.cpp61 template <typename T> size_t allocateObject(const T &Data) { in allocateObject() function in __anon989260000111::BlobAllocator
68 return {allocateObject(*Object), Object}; in allocateNewObject()
122 File.allocateObject(S.MDExceptionStream); in layout()
160 File.allocateObject(E.Entry); in layout()
206 File.allocateObject(SystemInfo.Info); in layout()
232 File.allocateObject(Obj.Header); in yaml2minidump()

12345678910