/external/libcxx/test/std/atomics/atomics.lockfree/ |
D | isalwayslockfree.pass.cpp | 49 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/ |
D | isalwayslockfree.pass.cpp | 50 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/ |
D | Archive.cpp | 206 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/ |
D | Archive.cpp | 206 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/ |
D | Archive.h | 65 uint64_t getSizeOf() const { in getSizeOf() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | Archive.h | 65 uint64_t getSizeOf() const { in getSizeOf() function
|
/external/llvm/examples/BrainF/ |
D | BrainF.cpp | 97 Constant* allocsize = ConstantExpr::getSizeOf(Int8Ty); in header()
|
/external/llvm-project/llvm/examples/BrainF/ |
D | BrainF.cpp | 95 Constant* allocsize = ConstantExpr::getSizeOf(Int8Ty); in header()
|
/external/clang/lib/CodeGen/ |
D | CGCUDANV.cpp | 142 llvm::ConstantExpr::getSizeOf(ArgTypes[I]), in emitDeviceStubBody()
|
/external/llvm/include/llvm/IR/ |
D | Constants.h | 863 static Constant *getSizeOf(Type *Ty);
|
D | IRBuilder.h | 1689 ConstantExpr::getSizeOf(ArgType->getElementType()),
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Constants.h | 917 static Constant *getSizeOf(Type *Ty);
|
D | IRBuilder.h | 2618 ConstantExpr::getSizeOf(ArgType->getElementType()),
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | Constants.h | 964 static Constant *getSizeOf(Type *Ty);
|
/external/llvm/lib/IR/ |
D | Core.cpp | 1085 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()
|
D | ConstantFold.cpp | 396 Constant *C = ConstantExpr::getSizeOf(Ty); in getFoldedSizeOf()
|
D | Constants.cpp | 1813 Constant *ConstantExpr::getSizeOf(Type* Ty) { in getSizeOf() function in ConstantExpr
|
/external/llvm-project/llvm/lib/IR/ |
D | IRBuilder.cpp | 949 ConstantExpr::getSizeOf(ArgType->getElementType()), in CreatePtrDiff()
|
D | Core.cpp | 1497 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()
|
D | ConstantFold.cpp | 399 Constant *C = ConstantExpr::getSizeOf(Ty); in getFoldedSizeOf()
|
D | Constants.cpp | 2275 Constant *ConstantExpr::getSizeOf(Type* Ty) { in getSizeOf() function in ConstantExpr
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Core.cpp | 1464 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()
|
D | ConstantFold.cpp | 397 Constant *C = ConstantExpr::getSizeOf(Ty); in getFoldedSizeOf()
|
D | Constants.cpp | 1995 Constant *ConstantExpr::getSizeOf(Type* Ty) { in getSizeOf() function in ConstantExpr
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 969 See the method [llvm::ConstantExpr::getSizeOf]. *)
|