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/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DArchive.cpp207 if (getSizeOf() + NameLength > Size) { in getName()
215 return StringRef(reinterpret_cast<const char *>(ArMemHdr) + getSizeOf(), in getName()
350 uint64_t Size = Header.getSizeOf(); in Child()
369 StartOfFile = Header.getSizeOf(); in Child()
501 Expected<StringRef> NameOrErr = Header.getName(Header.getSizeOf() + RawSize); in getName()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DArchive.h66 uint64_t getSizeOf() const { in getSizeOf() function
/external/swiftshader/third_party/llvm-7.0/llvm/examples/BrainF/
DBrainF.cpp97 Constant* allocsize = ConstantExpr::getSizeOf(Int8Ty); in header()
/external/swiftshader/third_party/LLVM/examples/BrainF/
DBrainF.cpp85 Constant* allocsize = ConstantExpr::getSizeOf(Int8Ty); in header()
/external/llvm/examples/BrainF/
DBrainF.cpp97 Constant* allocsize = ConstantExpr::getSizeOf(Int8Ty); in header()
/external/clang/lib/CodeGen/
DCGCUDANV.cpp142 llvm::ConstantExpr::getSizeOf(ArgTypes[I]), in emitDeviceStubBody()
/external/swiftshader/third_party/LLVM/include/llvm/
DConstants.h614 static Constant *getSizeOf(Type *Ty);
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp693 return wrap(ConstantExpr::getSizeOf(unwrap(Ty))); in LLVMSizeOf()
1984 Constant* AllocSize = ConstantExpr::getSizeOf(unwrap(Ty)); in LLVMBuildMalloc()
1995 Constant* AllocSize = ConstantExpr::getSizeOf(unwrap(Ty)); in LLVMBuildArrayMalloc()
DConstants.cpp1519 Constant *ConstantExpr::getSizeOf(Type* Ty) { in getSizeOf() function in ConstantExpr
DConstantFold.cpp379 Constant *C = ConstantExpr::getSizeOf(Ty); in getFoldedSizeOf()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DConstants.h913 static Constant *getSizeOf(Type *Ty);
DIRBuilder.h2015 ConstantExpr::getSizeOf(ArgType->getElementType()),
/external/llvm/include/llvm/IR/
DConstants.h863 static Constant *getSizeOf(Type *Ty);
DIRBuilder.h1689 ConstantExpr::getSizeOf(ArgType->getElementType()),
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DInlineFunction.cpp784 Size = ConstantExpr::getSizeOf(AggTy); in HandleByValArgument()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp1276 return wrap(ConstantExpr::getSizeOf(unwrap(Ty))); in LLVMSizeOf()
3005 Constant* AllocSize = ConstantExpr::getSizeOf(unwrap(Ty)); in LLVMBuildMalloc()
3016 Constant* AllocSize = ConstantExpr::getSizeOf(unwrap(Ty)); in LLVMBuildArrayMalloc()
DConstantFold.cpp395 Constant *C = ConstantExpr::getSizeOf(Ty); in getFoldedSizeOf()
DConstants.cpp1862 Constant *ConstantExpr::getSizeOf(Type* Ty) { in getSizeOf() function in ConstantExpr
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DIRBuilder.h1241 ConstantExpr::getSizeOf(ArgType->getElementType()),
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm.mli797 See the method [llvm::ConstantExpr::getSizeOf]. *)
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm.mli993 See the method [llvm::ConstantExpr::getSizeOf]. *)

12