Home
last modified time | relevance | path

Searched defs:Sz (Results 1 – 25 of 53) sorted by relevance

123

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DMemAlloc.h25 LLVM_ATTRIBUTE_RETURNS_NONNULL inline void *safe_malloc(size_t Sz) { in safe_malloc()
39 size_t Sz) { in safe_calloc()
52 LLVM_ATTRIBUTE_RETURNS_NONNULL inline void *safe_realloc(void *Ptr, size_t Sz) { in safe_realloc()
/external/llvm-project/llvm/include/llvm/Support/
DMemAlloc.h25 LLVM_ATTRIBUTE_RETURNS_NONNULL inline void *safe_malloc(size_t Sz) { in safe_malloc()
39 size_t Sz) { in safe_calloc()
52 LLVM_ATTRIBUTE_RETURNS_NONNULL inline void *safe_realloc(void *Ptr, size_t Sz) { in safe_realloc()
/external/llvm-project/clang/include/clang/Analysis/Analyses/
DThreadSafetyUtil.h51 void *allocate(size_t Sz) { in allocate()
70 inline void *operator new(size_t Sz, in new()
189 void setValues(unsigned Sz, const T& C) { in setValues()
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyUtil.h47 void *allocate(size_t Sz) { in allocate()
65 inline void *operator new(size_t Sz, in new()
181 void setValues(unsigned Sz, const T& C) { in setValues()
/external/llvm-project/llvm/lib/Support/
DSourceMgr.cpp79 size_t Sz = Buffer->getBufferSize(); in GetOrCreateOffsetCache() local
111 size_t Sz = Buffer->getBufferSize(); in getLineNumber() local
147 size_t Sz = Buffer->getBufferSize(); in getPointerForLineNumber() local
166 size_t Sz = Buffer->getBufferSize(); in ~SrcBuffer() local
/external/libcxx/test/std/iterators/iterator.container/
Ddata.pass.cpp59 void test_const_array( const T (&array)[Sz] ) in test_const_array()
Dsize.pass.cpp61 void test_const_array( const T (&array)[Sz] ) in test_const_array()
Dempty.pass.cpp58 void test_const_array( const T (&array)[Sz] ) in test_const_array()
/external/llvm-project/libcxx/test/std/iterators/iterator.container/
Ddata.pass.cpp58 void test_const_array( const T (&array)[Sz] ) in test_const_array()
Dempty.pass.cpp57 void test_const_array( const T (&array)[Sz] ) in test_const_array()
Dsize.pass.cpp58 void test_const_array( const T (&array)[Sz] ) in test_const_array()
Dssize.pass.cpp68 void test_const_array(const T (&array)[Sz]) in test_const_array()
/external/libcxx/test/std/iterators/iterator.range/
Dbegin-end.pass.cpp126 void test_const_array( const T (&array)[Sz] ) { in test_const_array()
/external/llvm-project/libcxx/test/std/iterators/iterator.range/
Dbegin-end.pass.cpp125 void test_const_array( const T (&array)[Sz] ) { in test_const_array()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DSourceMgr.cpp80 size_t Sz = Buffer->getBufferSize(); in getLineNumber() local
133 size_t Sz = SB.Buffer->getBufferSize(); in getLineAndColumn() local
/external/llvm-project/clang/test/Analysis/inlining/
Dplacement-new-fp-suppression.cpp32 inline void *safe_malloc(size_t Sz) { in safe_malloc()
/external/llvm-project/compiler-rt/lib/profile/
DInstrProfilingWriter.c137 uint32_t Sz = in writeOneValueProfData() local
/external/compiler-rt/lib/profile/
DInstrProfilingWriter.c124 uint32_t Sz = in writeOneValueProfData() local
/external/llvm-project/llvm/utils/TableGen/
DDFAPacketizerEmitter.cpp279 size_t Sz = V.size(); in emitForItineraries() local
/external/llvm-project/clang/lib/Analysis/
DThreadSafetyCommon.cpp747 unsigned Sz = std::min(ESz, MSz); in mergeEntryMap() local
783 unsigned Sz = CurrentLVarMap.size(); in mergeEntryMapBackEdge() local
/external/clang/lib/Analysis/
DThreadSafetyCommon.cpp724 unsigned Sz = std::min(ESz, MSz); in mergeEntryMap() local
760 unsigned Sz = CurrentLVarMap.size(); in mergeEntryMapBackEdge() local
/external/llvm-project/llvm/lib/Target/ARM/
DARMMachineFunctionInfo.h253 void setPromotedConstpoolIncrease(int Sz) { in setPromotedConstpoolIncrease()
/external/llvm-project/clang/lib/AST/Interp/
DProgram.cpp49 unsigned Sz = Desc->getAllocSize(); in createGlobalString() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMMachineFunctionInfo.h250 void setPromotedConstpoolIncrease(int Sz) { in setPromotedConstpoolIncrease()
/external/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp681 unsigned Sz = DL.getTypeSizeInBits(StoreTy); in vectorizeStoreChain() local
836 unsigned Sz = DL.getTypeSizeInBits(LoadTy); in vectorizeLoadChain() local

123