reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
59 InterpSize getSize() const { return Desc->getAllocSize(); }
tools/clang/lib/AST/Interp/ByteCodeEmitter.cpp 83 NextLocalOffset += align(D->getAllocSize());
tools/clang/lib/AST/Interp/Descriptor.cpp60 D->ElemDesc->getAllocSize() + sizeof(InlineDescriptor); 84 D->ElemDesc->getAllocSize() + sizeof(InlineDescriptor); 99 D->ElemDesc->getAllocSize() + sizeof(InlineDescriptor); 218 : Source(D), ElemSize(Elem->getAllocSize() + sizeof(InlineDescriptor)), 229 : Source(D), ElemSize(Elem->getAllocSize() + sizeof(InlineDescriptor)),tools/clang/lib/AST/Interp/EvalEmitter.cpp
53 auto Memory = std::make_unique<char[]>(sizeof(Block) + D->getAllocSize());
tools/clang/lib/AST/Interp/InterpFrame.cpp 170 size_t BlockSize = sizeof(Block) + Desc.second->getAllocSize();
tools/clang/lib/AST/Interp/Program.cpp49 unsigned Sz = Desc->getAllocSize(); 179 auto *G = new (Allocator, Desc->getAllocSize()) 287 Size += align(Desc->getAllocSize()); 326 InterpSize ElemSize = Desc->getAllocSize() + sizeof(InlineDescriptor);