HomeSort by: relevance | last modified time | path
    Searched refs:NBytes (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Overload.h 1038 unsigned NBytes = sizeof(T) * N;
1039 if (NBytes > NumInlineBytes - NumInlineBytesUsed)
1045 NumInlineBytesUsed += NBytes;
  /src/external/apache2/llvm/dist/llvm/lib/Demangle/
ItaniumDemangle.cpp 265 void* allocateMassive(size_t NBytes) {
266 NBytes += sizeof(BlockMeta);
267 BlockMeta* NewMeta = reinterpret_cast<BlockMeta*>(std::malloc(NBytes));
  /src/external/apache2/llvm/dist/clang/lib/AST/
ExprConstant.cpp 9266 uint64_t NBytes = NElems * TSize;
9273 if (DestOffset >= SrcOffset && DestOffset - SrcOffset < NBytes) {
9285 SrcOffset - DestOffset < NBytes) {

Completed in 34 milliseconds