Home
last modified time | relevance | path

Searched defs:TSize (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSmallVector.cpp90 static size_t getNewCapacity(size_t MinSize, size_t TSize, size_t OldCapacity) { in getNewCapacity() argument
112 void *SmallVectorBase<Size_T>::replaceAllocation(void *NewElts, size_t TSize, in replaceAllocation() argument
125 size_t TSize, in mallocForGrow() argument
139 size_t TSize) { in grow_pod() argument
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLocal.cpp67 TypeSize TSize = GTI.getSequentialElementStride(DL); in emitGEPOffset() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallVector.h151 void grow_pod(size_t MinSize, size_t TSize) { in grow_pod()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp9808 uint64_t TSize = Info.Ctx.getTypeSizeInChars(T).getQuantity(); in VisitBuiltinCallExpr() local