/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/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
D | Archive.cpp | 207 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/ |
D | Archive.h | 66 uint64_t getSizeOf() const { in getSizeOf() function
|
/external/swiftshader/third_party/LLVM/examples/BrainF/ |
D | BrainF.cpp | 85 Constant* allocsize = ConstantExpr::getSizeOf(Int8Ty); in header()
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/BrainF/ |
D | BrainF.cpp | 97 Constant* allocsize = ConstantExpr::getSizeOf(Int8Ty); in header()
|
/external/llvm/examples/BrainF/ |
D | BrainF.cpp | 97 Constant* allocsize = ConstantExpr::getSizeOf(Int8Ty); in header()
|
/external/clang/lib/CodeGen/ |
D | CGCUDANV.cpp | 142 llvm::ConstantExpr::getSizeOf(ArgTypes[I]), in emitDeviceStubBody()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Constants.h | 614 static Constant *getSizeOf(Type *Ty);
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Core.cpp | 693 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()
|
D | Constants.cpp | 1519 Constant *ConstantExpr::getSizeOf(Type* Ty) { in getSizeOf() function in ConstantExpr
|
D | ConstantFold.cpp | 379 Constant *C = ConstantExpr::getSizeOf(Ty); in getFoldedSizeOf()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Constants.h | 913 static Constant *getSizeOf(Type *Ty);
|
D | IRBuilder.h | 2015 ConstantExpr::getSizeOf(ArgType->getElementType()),
|
/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/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 784 Size = ConstantExpr::getSizeOf(AggTy); in HandleByValArgument()
|
/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/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Core.cpp | 1276 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()
|
D | ConstantFold.cpp | 395 Constant *C = ConstantExpr::getSizeOf(Ty); in getFoldedSizeOf()
|
D | Constants.cpp | 1862 Constant *ConstantExpr::getSizeOf(Type* Ty) { in getSizeOf() function in ConstantExpr
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | IRBuilder.h | 1241 ConstantExpr::getSizeOf(ArgType->getElementType()),
|
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/ |
D | llvm.mli | 797 See the method [llvm::ConstantExpr::getSizeOf]. *)
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 993 See the method [llvm::ConstantExpr::getSizeOf]. *)
|