Home
last modified time | relevance | path

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

/freebsd-src/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()
112 void *SmallVectorBase<Size_T>::replaceAllocation(void *NewElts, size_t TSize, in replaceAllocation()
125 size_t TSize, in mallocForGrow()
139 size_t TSize) { in grow_pod()
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DLocal.cpp67 TypeSize TSize = GTI.getSequentialElementStride(DL); in emitGEPOffset() local
H A DInlineCost.cpp2822 for (unsigned TIdx = 0, TSize = TI->getNumSuccessors(); TIdx != TSize; analyze() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallVector.h150 grow_pod(size_t MinSize,size_t TSize) grow_pod() argument
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp9707 uint64_t TSize = Info.Ctx.getTypeSizeInChars(T).getQuantity(); VisitBuiltinCallExpr() local