Home
last modified time | relevance | path

Searched refs:getSizeOf (Results 1 – 25 of 27) sorted by relevance

12

/external/libcxx/test/std/atomics/atomics.lockfree/
Disalwayslockfree.pass.cpp49 template <class T> constexpr size_t getSizeOf() { return sizeof(T); } in getSizeOf() function
56 constexpr bool ExpectLockFree = __atomic_always_lock_free(getSizeOf<LLong>(), 0); in checkLongLongTypes()
/external/llvm-project/libcxx/test/std/atomics/atomics.lockfree/
Disalwayslockfree.pass.cpp50 template <class T> constexpr size_t getSizeOf() { return sizeof(T); } in getSizeOf() function
57 constexpr bool ExpectLockFree = __atomic_always_lock_free(getSizeOf<LLong>(), 0); in checkLongLongTypes()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DArchive.cpp206 if (getSizeOf() + NameLength > Size) { in getName()
214 return StringRef(reinterpret_cast<const char *>(ArMemHdr) + getSizeOf(), in getName()
349 uint64_t Size = Header.getSizeOf(); in Child()
368 StartOfFile = Header.getSizeOf(); in Child()
500 Expected<StringRef> NameOrErr = Header.getName(Header.getSizeOf() + RawSize); in getName()
/external/llvm-project/llvm/lib/Object/
DArchive.cpp206 if (getSizeOf() + NameLength > Size) { in getName()
214 return StringRef(reinterpret_cast<const char *>(ArMemHdr) + getSizeOf(), in getName()
349 uint64_t Size = Header.getSizeOf(); in Child()
368 StartOfFile = Header.getSizeOf(); in Child()
496 Expected<StringRef> NameOrErr = Header.getName(Header.getSizeOf() + RawSize); in getName()
/external/llvm-project/llvm/include/llvm/Object/
DArchive.h65 uint64_t getSizeOf() const { in getSizeOf() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DArchive.h65 uint64_t getSizeOf() const { in getSizeOf() function
/external/llvm/examples/BrainF/
DBrainF.cpp97 Constant* allocsize = ConstantExpr::getSizeOf(Int8Ty); in header()
/external/llvm-project/llvm/examples/BrainF/
DBrainF.cpp95 Constant* allocsize = ConstantExpr::getSizeOf(Int8Ty); in header()
/external/clang/lib/CodeGen/
DCGCUDANV.cpp142 llvm::ConstantExpr::getSizeOf(ArgTypes[I]), in emitDeviceStubBody()
/external/llvm/include/llvm/IR/
DConstants.h863 static Constant *getSizeOf(Type *Ty);
DIRBuilder.h1689 ConstantExpr::getSizeOf(ArgType->getElementType()),
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstants.h917 static Constant *getSizeOf(Type *Ty);
DIRBuilder.h2618 ConstantExpr::getSizeOf(ArgType->getElementType()),
/external/llvm-project/llvm/include/llvm/IR/
DConstants.h964 static Constant *getSizeOf(Type *Ty);
/external/llvm/lib/IR/
DCore.cpp1085 return wrap(ConstantExpr::getSizeOf(unwrap(Ty))); in LLVMSizeOf()
2693 Constant* AllocSize = ConstantExpr::getSizeOf(unwrap(Ty)); in LLVMBuildMalloc()
2704 Constant* AllocSize = ConstantExpr::getSizeOf(unwrap(Ty)); in LLVMBuildArrayMalloc()
DConstantFold.cpp396 Constant *C = ConstantExpr::getSizeOf(Ty); in getFoldedSizeOf()
DConstants.cpp1813 Constant *ConstantExpr::getSizeOf(Type* Ty) { in getSizeOf() function in ConstantExpr
/external/llvm-project/llvm/lib/IR/
DIRBuilder.cpp949 ConstantExpr::getSizeOf(ArgType->getElementType()), in CreatePtrDiff()
DCore.cpp1497 return wrap(ConstantExpr::getSizeOf(unwrap(Ty))); in LLVMSizeOf()
3459 Constant* AllocSize = ConstantExpr::getSizeOf(unwrap(Ty)); in LLVMBuildMalloc()
3470 Constant* AllocSize = ConstantExpr::getSizeOf(unwrap(Ty)); in LLVMBuildArrayMalloc()
DConstantFold.cpp399 Constant *C = ConstantExpr::getSizeOf(Ty); in getFoldedSizeOf()
DConstants.cpp2275 Constant *ConstantExpr::getSizeOf(Type* Ty) { in getSizeOf() function in ConstantExpr
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp1464 return wrap(ConstantExpr::getSizeOf(unwrap(Ty))); in LLVMSizeOf()
3423 Constant* AllocSize = ConstantExpr::getSizeOf(unwrap(Ty)); in LLVMBuildMalloc()
3434 Constant* AllocSize = ConstantExpr::getSizeOf(unwrap(Ty)); in LLVMBuildArrayMalloc()
DConstantFold.cpp397 Constant *C = ConstantExpr::getSizeOf(Ty); in getFoldedSizeOf()
DConstants.cpp1995 Constant *ConstantExpr::getSizeOf(Type* Ty) { in getSizeOf() function in ConstantExpr
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli969 See the method [llvm::ConstantExpr::getSizeOf]. *)

12