Home
last modified time | relevance | path

Searched refs:NBytes (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Demangle/
H A DItaniumDemangle.cpp265 void* allocateMassive(size_t NBytes) { in allocateMassive() argument
266 NBytes += sizeof(BlockMeta); in allocateMassive()
267 BlockMeta* NewMeta = reinterpret_cast<BlockMeta*>(std::malloc(NBytes)); in allocateMassive()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DOverload.h1038 unsigned NBytes = sizeof(T) * N; in slabAllocate() local
1039 if (NBytes > NumInlineBytes - NumInlineBytesUsed) in slabAllocate()
1045 NumInlineBytesUsed += NBytes; in slabAllocate()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp9266 uint64_t NBytes = NElems * TSize; in VisitBuiltinCallExpr() local
9273 if (DestOffset >= SrcOffset && DestOffset - SrcOffset < NBytes) { in VisitBuiltinCallExpr()
9285 SrcOffset - DestOffset < NBytes) { in VisitBuiltinCallExpr()