GCC Code Coverage Report


Directory: ./
Date: 2023-04-27 00:55:30
Exec Total Coverage
Lines: 4996 18545 26.9%
Functions: 3035 6055 50.1%
Branches: 5921 21361 27.7%

Function File Line Call count
App::App() src/tide/main.cpp 14 not called
App::end() src/tide/main.cpp 114 not called
App::handle_event(SDL_Event const&) src/tide/main.cpp 105 not called
App::start() src/tide/main.cpp 16 not called
App::tick(float) src/tide/main.cpp 107 not called
Base::Base() src/tide/node.h 24 not called
DeletionQueue::flush() src/tide/engine/vk_engine.h 49 not called
DeletionQueue::push_function(std::function<void ()>&&) src/tide/engine/vk_engine.h 47 not called
ExampleVisitor::ExampleVisitor() src/plugin/example.h 16 not called
ExampleVisitor::annassign(lython::AnnAssign*, int) src/plugin/example.cpp 52 not called
ExampleVisitor::arraytype(lython::ArrayType*, int) src/plugin/example.cpp 37 not called
ExampleVisitor::arrow(lython::Arrow*, int) src/plugin/example.cpp 38 not called
ExampleVisitor::assertstmt(lython::Assert*, int) src/plugin/example.cpp 59 not called
ExampleVisitor::assign(lython::Assign*, int) src/plugin/example.cpp 50 not called
ExampleVisitor::attribute(lython::Attribute*, int) src/plugin/example.cpp 29 not called
ExampleVisitor::augassign(lython::AugAssign*, int) src/plugin/example.cpp 51 not called
ExampleVisitor::await(lython::Await*, int) src/plugin/example.cpp 22 not called
ExampleVisitor::binop(lython::BinOp*, int) src/plugin/example.cpp 12 not called
ExampleVisitor::boolop(lython::BoolOp*, int) src/plugin/example.cpp 9 not called
ExampleVisitor::breakstmt(lython::Break*, int) src/plugin/example.cpp 64 not called
ExampleVisitor::builtintype(lython::BuiltinType*, int) src/plugin/example.cpp 39 not called
ExampleVisitor::call(lython::Call*, int) src/plugin/example.cpp 25 not called
ExampleVisitor::classdef(lython::ClassDef*, int) src/plugin/example.cpp 46 not called
ExampleVisitor::classtype(lython::ClassType*, int) src/plugin/example.cpp 42 not called
ExampleVisitor::comment(lython::Comment*, int) src/plugin/example.cpp 43 not called
ExampleVisitor::compare(lython::Compare*, int) src/plugin/example.cpp 11 not called
ExampleVisitor::constant(lython::Constant*, int) src/plugin/example.cpp 28 not called
ExampleVisitor::continuestmt(lython::Continue*, int) src/plugin/example.cpp 65 not called
ExampleVisitor::deletestmt(lython::Delete*, int) src/plugin/example.cpp 49 not called
ExampleVisitor::dictcomp(lython::DictComp*, int) src/plugin/example.cpp 21 not called
ExampleVisitor::dictexpr(lython::DictExpr*, int) src/plugin/example.cpp 16 not called
ExampleVisitor::dicttype(lython::DictType*, int) src/plugin/example.cpp 36 not called
ExampleVisitor::expression(lython::Expression*, int) src/plugin/example.cpp 84 not called
ExampleVisitor::exprstmt(lython::Expr*, int) src/plugin/example.cpp 62 not called
ExampleVisitor::formattedvalue(lython::FormattedValue*, int) src/plugin/example.cpp 27 not called
ExampleVisitor::forstmt(lython::For*, int) src/plugin/example.cpp 53 not called
ExampleVisitor::functiondef(lython::FunctionDef*, int) src/plugin/example.cpp 45 not called
ExampleVisitor::functiontype(lython::FunctionType*, int) src/plugin/example.cpp 83 not called
ExampleVisitor::generateexpr(lython::GeneratorExp*, int) src/plugin/example.cpp 19 not called
ExampleVisitor::global(lython::Global*, int) src/plugin/example.cpp 60 not called
ExampleVisitor::ifexp(lython::IfExp*, int) src/plugin/example.cpp 15 not called
ExampleVisitor::ifstmt(lython::If*, int) src/plugin/example.cpp 55 not called
ExampleVisitor::import(lython::Import*, int) src/plugin/example.cpp 69 not called
ExampleVisitor::importfrom(lython::ImportFrom*, int) src/plugin/example.cpp 70 not called
ExampleVisitor::inlinestmt(lython::Inline*, int) src/plugin/example.cpp 67 not called
ExampleVisitor::interactive(lython::Interactive*, int) src/plugin/example.cpp 82 not called
ExampleVisitor::invalidstmt(lython::InvalidStatement*, int) src/plugin/example.cpp 47 not called
ExampleVisitor::joinedstr(lython::JoinedStr*, int) src/plugin/example.cpp 26 not called
ExampleVisitor::lambda(lython::Lambda*, int) src/plugin/example.cpp 14 not called
ExampleVisitor::listcomp(lython::ListComp*, int) src/plugin/example.cpp 18 not called
ExampleVisitor::listexpr(lython::ListExpr*, int) src/plugin/example.cpp 33 not called
ExampleVisitor::match(lython::Match*, int) src/plugin/example.cpp 66 not called
ExampleVisitor::matchas(lython::MatchAs*, int) src/plugin/example.cpp 78 not called
ExampleVisitor::matchclass(lython::MatchClass*, int) src/plugin/example.cpp 76 not called
ExampleVisitor::matchmapping(lython::MatchMapping*, int) src/plugin/example.cpp 75 not called
ExampleVisitor::matchor(lython::MatchOr*, int) src/plugin/example.cpp 79 not called
ExampleVisitor::matchsequence(lython::MatchSequence*, int) src/plugin/example.cpp 74 not called
ExampleVisitor::matchsingleton(lython::MatchSingleton*, int) src/plugin/example.cpp 73 not called
ExampleVisitor::matchstar(lython::MatchStar*, int) src/plugin/example.cpp 77 not called
ExampleVisitor::matchvalue(lython::MatchValue*, int) src/plugin/example.cpp 72 not called
ExampleVisitor::module(lython::Module*, int) src/plugin/example.cpp 81 not called
ExampleVisitor::name(lython::Name*, int) src/plugin/example.cpp 32 not called
ExampleVisitor::namedexpr(lython::NamedExpr*, int) src/plugin/example.cpp 10 not called
ExampleVisitor::nonlocal(lython::Nonlocal*, int) src/plugin/example.cpp 61 not called
ExampleVisitor::pass(lython::Pass*, int) src/plugin/example.cpp 63 not called
ExampleVisitor::raise(lython::Raise*, int) src/plugin/example.cpp 57 not called
ExampleVisitor::returnstmt(lython::Return*, int) src/plugin/example.cpp 48 not called
ExampleVisitor::setcomp(lython::SetComp*, int) src/plugin/example.cpp 20 not called
ExampleVisitor::setexpr(lython::SetExpr*, int) src/plugin/example.cpp 17 not called
ExampleVisitor::settype(lython::SetType*, int) src/plugin/example.cpp 41 not called
ExampleVisitor::slice(lython::Slice*, int) src/plugin/example.cpp 35 not called
ExampleVisitor::starred(lython::Starred*, int) src/plugin/example.cpp 31 not called
ExampleVisitor::subscript(lython::Subscript*, int) src/plugin/example.cpp 30 not called
ExampleVisitor::trystmt(lython::Try*, int) src/plugin/example.cpp 58 not called
ExampleVisitor::tupleexpr(lython::TupleExpr*, int) src/plugin/example.cpp 34 not called
ExampleVisitor::tupletype(lython::TupleType*, int) src/plugin/example.cpp 40 not called
ExampleVisitor::unaryop(lython::UnaryOp*, int) src/plugin/example.cpp 13 not called
ExampleVisitor::whilestmt(lython::While*, int) src/plugin/example.cpp 54 not called
ExampleVisitor::with(lython::With*, int) src/plugin/example.cpp 56 not called
ExampleVisitor::yield(lython::Yield*, int) src/plugin/example.cpp 23 not called
ExampleVisitor::yieldfrom(lython::YieldFrom*, int) src/plugin/example.cpp 24 not called
ExampleVisitor::~ExampleVisitor() src/plugin/example.h 18 not called
GraphEditor::check_selected(Node*) src/tide/node.h 199 not called
GraphEditor::draw() src/tide/node.cpp 8 not called
GraphEditor::draw(GraphEditor::PinStyle&, ImVec2, ImVec2) src/tide/node.cpp 496 not called
GraphEditor::draw(Link*, ImVec2) src/tide/node.cpp 216 not called
GraphEditor::draw(Node*, ImVec2) src/tide/node.cpp 264 not called
GraphEditor::draw(Pin*, ImVec2) src/tide/node.cpp 438 not called
GraphEditor::draw_circle(GraphEditor::PinStyle&, ImVec2, ImVec2) src/tide/node.cpp 572 not called
GraphEditor::draw_diamond(GraphEditor::PinStyle&, ImVec2, ImVec2) src/tide/node.cpp 760 not called
GraphEditor::draw_flow(GraphEditor::PinStyle&, ImVec2, ImVec2) src/tide/node.cpp 510 not called
GraphEditor::draw_grid(GraphEditor::PinStyle&, ImVec2, ImVec2) src/tide/node.cpp 658 not called
GraphEditor::draw_round_square(GraphEditor::PinStyle&, ImVec2, ImVec2) src/tide/node.cpp 717 not called
GraphEditor::draw_square(GraphEditor::PinStyle&, ImVec2, ImVec2) src/tide/node.cpp 615 not called
GraphEditor::draw_triangle(GraphEditor::PinStyle&, ImVec2, ImVec2) src/tide/node.cpp 808 not called
GraphEditor::drawgrid() src/tide/node.cpp 156 not called
GraphEditor::estimate_size(Node&, ImVec2) src/tide/node.cpp 233 not called
GraphEditor::get_offset() src/tide/node.h 180 not called
GraphEditor::handle_events(ImVec2) src/tide/node.cpp 74 not called
GraphEditor::handle_events(ImVec2)::{lambda(Link const&)#1}::operator()(Link const&) const src/tide/node.cpp 82 not called
GraphEditor::has_selection() const src/tide/node.h 191 not called
GraphEditor::is_selecting() const src/tide/node.h 184 not called
GraphEditor::selection_rectangle() const src/tide/node.h 195 not called
GraphEditor::with_scroll(ImVec2) src/tide/node.h 187 not called
ImProjectOnCubicBezier(ImVec2 const&, ImVec2 const&, ImVec2 const&, ImVec2 const&, ImVec2 const&, int) src/tide/bezier.cpp 17 not called
ImVec2 ImCubicBezier<ImVec2>(ImVec2 const&, ImVec2 const&, ImVec2 const&, ImVec2 const&, float) src/tide/bezier.h 28 not called
InitStatInfo(VmaStatInfo&) src/tide/dependencies/vma/vk_mem_alloc.h 12338 not called
Link::Link(Pin*, Pin*) src/tide/node.h 64 not called
Mesh::load_from_obj(char const*) src/tide/engine/vk_mesh.cpp 53 not called
Node::exec_in() src/tide/node.h 93 not called
Pin::as_float() src/tide/node.h 58 not called
PipelineBuilder::build_pipeline(VkDevice_T*, VkRenderPass_T*) src/tide/engine/vk_engine.cpp 833 not called
ShowExampleAppCustomNodeGraph(bool*) src/tide/example.cpp 13 not called
ShowExampleAppCustomNodeGraph(bool*)::Node::GetInputSlotPos(int) const src/tide/example.cpp 34 not called
ShowExampleAppCustomNodeGraph(bool*)::Node::GetOutputSlotPos(int) const src/tide/example.cpp 35 not called
ShowExampleAppCustomNodeGraph(bool*)::Node::Node(int, char const*, ImVec2 const&, float, ImVec4 const&, int, int) src/tide/example.cpp 32 not called
ShowExampleAppCustomNodeGraph(bool*)::NodeLink::NodeLink(int, int, int, int) src/tide/example.cpp 41 not called
Vertex::get_vertex_description() src/tide/engine/vk_mesh.cpp 5 not called
VkMappedMemoryRange* VmaAllocateArray<VkMappedMemoryRange>(VkAllocationCallbacks const*, unsigned long) src/tide/dependencies/vma/vk_mem_alloc.h 4672 not called
VkResult vkb::detail::get_vector<VkExtensionProperties, VkResult (*&)(VkPhysicalDevice_T*, char const*, unsigned int*, VkExtensionProperties*), VkPhysicalDevice_T*&, decltype(nullptr)>(std::vector<VkExtensionProperties, std::allocator<VkExtensionProperties> >&, VkResult (*&)(VkPhysicalDevice_T*, char const*, unsigned int*, VkExtensionProperties*), VkPhysicalDevice_T*&, decltype(nullptr)&&) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 204 not called
VkResult vkb::detail::get_vector<VkExtensionProperties, VkResult (*&)(char const*, unsigned int*, VkExtensionProperties*), char (&) [256]>(std::vector<VkExtensionProperties, std::allocator<VkExtensionProperties> >&, VkResult (*&)(char const*, unsigned int*, VkExtensionProperties*), char (&) [256]) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 204 not called
VkResult vkb::detail::get_vector<VkExtensionProperties, VkResult (*&)(char const*, unsigned int*, VkExtensionProperties*), decltype(nullptr)>(std::vector<VkExtensionProperties, std::allocator<VkExtensionProperties> >&, VkResult (*&)(char const*, unsigned int*, VkExtensionProperties*), decltype(nullptr)&&) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 204 not called
VkResult vkb::detail::get_vector<VkImage_T*, VkResult (*&)(VkDevice_T*, VkSwapchainKHR_T*, unsigned int*, VkImage_T**), VkDevice_T*&, VkSwapchainKHR_T*&>(std::vector<VkImage_T*, std::allocator<VkImage_T*> >&, VkResult (*&)(VkDevice_T*, VkSwapchainKHR_T*, unsigned int*, VkImage_T**), VkDevice_T*&, VkSwapchainKHR_T*&) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 204 not called
VkResult vkb::detail::get_vector<VkLayerProperties, VkResult (*&)(unsigned int*, VkLayerProperties*)>(std::vector<VkLayerProperties, std::allocator<VkLayerProperties> >&, VkResult (*&)(unsigned int*, VkLayerProperties*)) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 204 not called
VkResult vkb::detail::get_vector<VkPhysicalDevice_T*, VkResult (*&)(VkInstance_T*, unsigned int*, VkPhysicalDevice_T**), VkInstance_T* const&>(std::vector<VkPhysicalDevice_T*, std::allocator<VkPhysicalDevice_T*> >&, VkResult (*&)(VkInstance_T*, unsigned int*, VkPhysicalDevice_T**), VkInstance_T* const&) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 204 not called
VkResult vkb::detail::get_vector<VkPresentModeKHR, VkResult (*&)(VkPhysicalDevice_T*, VkSurfaceKHR_T*, unsigned int*, VkPresentModeKHR*), VkPhysicalDevice_T*&, VkSurfaceKHR_T* const&>(std::vector<VkPresentModeKHR, std::allocator<VkPresentModeKHR> >&, VkResult (*&)(VkPhysicalDevice_T*, VkSurfaceKHR_T*, unsigned int*, VkPresentModeKHR*), VkPhysicalDevice_T*&, VkSurfaceKHR_T* const&) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 204 not called
VkResult vkb::detail::get_vector<VkPresentModeKHR, VkResult (*&)(VkPhysicalDevice_T*, VkSurfaceKHR_T*, unsigned int*, VkPresentModeKHR*), VkPhysicalDevice_T*&, VkSurfaceKHR_T*&>(std::vector<VkPresentModeKHR, std::allocator<VkPresentModeKHR> >&, VkResult (*&)(VkPhysicalDevice_T*, VkSurfaceKHR_T*, unsigned int*, VkPresentModeKHR*), VkPhysicalDevice_T*&, VkSurfaceKHR_T*&) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 204 not called
VkResult vkb::detail::get_vector<VkSurfaceFormatKHR, VkResult (*&)(VkPhysicalDevice_T*, VkSurfaceKHR_T*, unsigned int*, VkSurfaceFormatKHR*), VkPhysicalDevice_T*&, VkSurfaceKHR_T* const&>(std::vector<VkSurfaceFormatKHR, std::allocator<VkSurfaceFormatKHR> >&, VkResult (*&)(VkPhysicalDevice_T*, VkSurfaceKHR_T*, unsigned int*, VkSurfaceFormatKHR*), VkPhysicalDevice_T*&, VkSurfaceKHR_T* const&) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 204 not called
VkResult vkb::detail::get_vector<VkSurfaceFormatKHR, VkResult (*&)(VkPhysicalDevice_T*, VkSurfaceKHR_T*, unsigned int*, VkSurfaceFormatKHR*), VkPhysicalDevice_T*&, VkSurfaceKHR_T*&>(std::vector<VkSurfaceFormatKHR, std::allocator<VkSurfaceFormatKHR> >&, VkResult (*&)(VkPhysicalDevice_T*, VkSurfaceKHR_T*, unsigned int*, VkSurfaceFormatKHR*), VkPhysicalDevice_T*&, VkSurfaceKHR_T*&) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 204 not called
VmaAddStatInfo(VmaStatInfo&, VmaStatInfo const&) src/tide/dependencies/vma/vk_mem_alloc.h 12346 not called
VmaAlgorithmToStr(unsigned int) src/tide/dependencies/vma/vk_mem_alloc.h 4327 not called
VmaAllocationObjectAllocator::Free(VmaAllocation_T*) src/tide/dependencies/vma/vk_mem_alloc.h 15468 not called
VmaAllocationObjectAllocator::VmaAllocationObjectAllocator(VkAllocationCallbacks const*) src/tide/dependencies/vma/vk_mem_alloc.h 15457 not called
VmaAllocationRequest::CalcCost() const src/tide/dependencies/vma/vk_mem_alloc.h 6188 not called
VmaAllocation_T* VmaAllocationObjectAllocator::Allocate<unsigned int, bool>(unsigned int, bool) src/tide/dependencies/vma/vk_mem_alloc.h 15462 not called
VmaAllocation_T* VmaPoolAllocator<VmaAllocation_T>::Alloc<unsigned int, bool>(unsigned int, bool) src/tide/dependencies/vma/vk_mem_alloc.h 5252 not called
VmaAllocation_T** VmaAllocateArray<VmaAllocation_T*>(VkAllocationCallbacks const*, unsigned long) src/tide/dependencies/vma/vk_mem_alloc.h 4672 not called
VmaAllocation_T** VmaBinaryFindFirstNotLess<VmaPointerLess, VmaAllocation_T**, VmaAllocation_T*>(VmaAllocation_T**, VmaAllocation_T**, VmaAllocation_T* const&, VmaPointerLess const&) src/tide/dependencies/vma/vk_mem_alloc.h 4568 not called
VmaAllocation_T::BlockAllocMap() src/tide/dependencies/vma/vk_mem_alloc.h 8580 not called
VmaAllocation_T::BlockAllocUnmap() src/tide/dependencies/vma/vk_mem_alloc.h 8594 not called
VmaAllocation_T::CanBecomeLost() const src/tide/dependencies/vma/vk_mem_alloc.h 8477 not called
VmaAllocation_T::ChangeBlockAllocation(VmaAllocator_T*, VmaDeviceMemoryBlock*, unsigned long) src/tide/dependencies/vma/vk_mem_alloc.h 8396 not called
VmaAllocation_T::ChangeOffset(unsigned long) src/tide/dependencies/vma/vk_mem_alloc.h 8418 not called
VmaAllocation_T::CompareExchangeLastUseFrameIndex(unsigned int&, unsigned int) src/tide/dependencies/vma/vk_mem_alloc.h 6034 not called
VmaAllocation_T::DedicatedAllocCalcStatsInfo(VmaStatInfo&) src/tide/dependencies/vma/vk_mem_alloc.h 6048 not called
VmaAllocation_T::DedicatedAllocMap(VmaAllocator_T*, void**) src/tide/dependencies/vma/vk_mem_alloc.h 8608 not called
VmaAllocation_T::DedicatedAllocUnmap(VmaAllocator_T*) src/tide/dependencies/vma/vk_mem_alloc.h 8645 not called
VmaAllocation_T::FreeUserDataString(VmaAllocator_T*) src/tide/dependencies/vma/vk_mem_alloc.h 8573 not called
VmaAllocation_T::GetAlignment() const src/tide/dependencies/vma/vk_mem_alloc.h 6011 not called
VmaAllocation_T::GetBlock() const src/tide/dependencies/vma/vk_mem_alloc.h 6018 not called
VmaAllocation_T::GetLastUseFrameIndex() const src/tide/dependencies/vma/vk_mem_alloc.h 6030 not called
VmaAllocation_T::GetMappedData() const src/tide/dependencies/vma/vk_mem_alloc.h 8452 not called
VmaAllocation_T::GetMemory() const src/tide/dependencies/vma/vk_mem_alloc.h 8438 not called
VmaAllocation_T::GetMemoryTypeIndex() const src/tide/dependencies/vma/vk_mem_alloc.h 6025 not called
VmaAllocation_T::GetOffset() const src/tide/dependencies/vma/vk_mem_alloc.h 8424 not called
VmaAllocation_T::GetSize() const src/tide/dependencies/vma/vk_mem_alloc.h 6012 not called
VmaAllocation_T::GetSuballocationType() const src/tide/dependencies/vma/vk_mem_alloc.h 6016 not called
VmaAllocation_T::GetType() const src/tide/dependencies/vma/vk_mem_alloc.h 6010 not called
VmaAllocation_T::GetUserData() const src/tide/dependencies/vma/vk_mem_alloc.h 6014 not called
VmaAllocation_T::InitBlockAllocation(VmaDeviceMemoryBlock*, unsigned long, unsigned long, unsigned long, unsigned int, VmaSuballocationType, bool, bool) src/tide/dependencies/vma/vk_mem_alloc.h 5949 not called
VmaAllocation_T::InitBufferImageUsage(unsigned int) src/tide/dependencies/vma/vk_mem_alloc.h 6070 not called
VmaAllocation_T::InitDedicatedAllocation(unsigned int, VkDeviceMemory_T*, VmaSuballocationType, void*, unsigned long) src/tide/dependencies/vma/vk_mem_alloc.h 5991 not called
VmaAllocation_T::InitLost() src/tide/dependencies/vma/vk_mem_alloc.h 5972 not called
VmaAllocation_T::IsPersistentMap() const src/tide/dependencies/vma/vk_mem_alloc.h 6026 not called
VmaAllocation_T::IsUserDataString() const src/tide/dependencies/vma/vk_mem_alloc.h 6013 not called
VmaAllocation_T::MakeLost(unsigned int, unsigned int) src/tide/dependencies/vma/vk_mem_alloc.h 8491 not called
VmaAllocation_T::PrintParameters(VmaJsonWriter&) const src/tide/dependencies/vma/vk_mem_alloc.h 8535 not called
VmaAllocation_T::SetUserData(VmaAllocator_T*, void*) src/tide/dependencies/vma/vk_mem_alloc.h 8377 not called
VmaAllocation_T::VmaAllocation_T(unsigned int, bool) src/tide/dependencies/vma/vk_mem_alloc.h 5924 not called
VmaAllocation_T::~VmaAllocation_T() src/tide/dependencies/vma/vk_mem_alloc.h 5941 not called
VmaAllocator_T* VmaAllocate<VmaAllocator_T>(VkAllocationCallbacks const*) src/tide/dependencies/vma/vk_mem_alloc.h 4666 not called
VmaAllocator_T::AllocateDedicatedMemory(unsigned long, VmaSuballocationType, unsigned int, bool, bool, bool, void*, VkBuffer_T*, unsigned int, VkImage_T*, unsigned long, VmaAllocation_T**) src/tide/dependencies/vma/vk_mem_alloc.h 16030 not called
VmaAllocator_T::AllocateDedicatedMemoryPage(unsigned long, VmaSuballocationType, unsigned int, VkMemoryAllocateInfo const&, bool, bool, void*, VmaAllocation_T**) src/tide/dependencies/vma/vk_mem_alloc.h 16165 not called
VmaAllocator_T::AllocateMemory(VkMemoryRequirements const&, bool, bool, VkBuffer_T*, unsigned int, VkImage_T*, VmaAllocationCreateInfo const&, VmaSuballocationType, unsigned long, VmaAllocation_T**) src/tide/dependencies/vma/vk_mem_alloc.h 16277 not called
VmaAllocator_T::AllocateMemoryOfType(unsigned long, unsigned long, bool, VkBuffer_T*, unsigned int, VkImage_T*, VmaAllocationCreateInfo const&, unsigned int, VmaSuballocationType, unsigned long, VmaAllocation_T**) src/tide/dependencies/vma/vk_mem_alloc.h 15909 not called
VmaAllocator_T::AllocateVulkanMemory(VkMemoryAllocateInfo const*, VkDeviceMemory_T**) src/tide/dependencies/vma/vk_mem_alloc.h 16921 not called
VmaAllocator_T::BindBufferMemory(VmaAllocation_T*, unsigned long, VkBuffer_T*, void const*) src/tide/dependencies/vma/vk_mem_alloc.h 17095 not called
VmaAllocator_T::BindImageMemory(VmaAllocation_T*, unsigned long, VkImage_T*, void const*) src/tide/dependencies/vma/vk_mem_alloc.h 17120 not called
VmaAllocator_T::BindVulkanBuffer(VkDeviceMemory_T*, unsigned long, VkBuffer_T*, void const*) src/tide/dependencies/vma/vk_mem_alloc.h 16985 not called
VmaAllocator_T::BindVulkanImage(VkDeviceMemory_T*, unsigned long, VkImage_T*, void const*) src/tide/dependencies/vma/vk_mem_alloc.h 17016 not called
VmaAllocator_T::CalcPreferredBlockSize(unsigned int) src/tide/dependencies/vma/vk_mem_alloc.h 15901 not called
VmaAllocator_T::CalculateGlobalMemoryTypeBits() const src/tide/dependencies/vma/vk_mem_alloc.h 17267 not called
VmaAllocator_T::CalculateGpuDefragmentationMemoryTypeBits() const src/tide/dependencies/vma/vk_mem_alloc.h 17242 not called
VmaAllocator_T::CalculateStats(VmaStats*) src/tide/dependencies/vma/vk_mem_alloc.h 16499 not called
VmaAllocator_T::CheckCorruption(unsigned int) src/tide/dependencies/vma/vk_mem_alloc.h 16865 not called
VmaAllocator_T::CheckPoolCorruption(VmaPool_T*) src/tide/dependencies/vma/vk_mem_alloc.h 16860 not called
VmaAllocator_T::CreateLostAllocation(VmaAllocation_T**) src/tide/dependencies/vma/vk_mem_alloc.h 16915 not called
VmaAllocator_T::CreatePool(VmaPoolCreateInfo const*, VmaPool_T**) src/tide/dependencies/vma/vk_mem_alloc.h 16779 not called
VmaAllocator_T::DefragmentationBegin(VmaDefragmentationInfo2 const&, VmaDefragmentationStats*, VmaDefragmentationContext_T**) src/tide/dependencies/vma/vk_mem_alloc.h 16604 not called
VmaAllocator_T::DefragmentationEnd(VmaDefragmentationContext_T*) src/tide/dependencies/vma/vk_mem_alloc.h 16635 not called
VmaAllocator_T::DefragmentationPassBegin(VmaDefragmentationPassInfo*, VmaDefragmentationContext_T*) src/tide/dependencies/vma/vk_mem_alloc.h 16642 not called
VmaAllocator_T::DefragmentationPassEnd(VmaDefragmentationContext_T*) src/tide/dependencies/vma/vk_mem_alloc.h 16648 not called
VmaAllocator_T::DestroyPool(VmaPool_T*) src/tide/dependencies/vma/vk_mem_alloc.h 16822 not called
VmaAllocator_T::FillAllocation(VmaAllocation_T*, unsigned char) src/tide/dependencies/vma/vk_mem_alloc.h 17394 not called
VmaAllocator_T::FlushOrInvalidateAllocation(VmaAllocation_T*, unsigned long, unsigned long, VMA_CACHE_OPERATION) src/tide/dependencies/vma/vk_mem_alloc.h 17145 not called
VmaAllocator_T::FlushOrInvalidateAllocations(unsigned int, VmaAllocation_T* const*, unsigned long const*, unsigned long const*, VMA_CACHE_OPERATION) src/tide/dependencies/vma/vk_mem_alloc.h 17171 not called
VmaAllocator_T::FreeDedicatedMemory(VmaAllocation_T*) src/tide/dependencies/vma/vk_mem_alloc.h 17212 not called
VmaAllocator_T::FreeMemory(unsigned long, VmaAllocation_T* const*) src/tide/dependencies/vma/vk_mem_alloc.h 16430 not called
VmaAllocator_T::FreeVulkanMemory(unsigned int, unsigned long, VkDeviceMemory_T*) src/tide/dependencies/vma/vk_mem_alloc.h 16971 not called
VmaAllocator_T::GetAllocationCallbacks() const src/tide/dependencies/vma/vk_mem_alloc.h 7703 not called
VmaAllocator_T::GetAllocationInfo(VmaAllocation_T*, VmaAllocationInfo*) src/tide/dependencies/vma/vk_mem_alloc.h 16655 not called
VmaAllocator_T::GetBudget(VmaBudget*, unsigned int, unsigned int) src/tide/dependencies/vma/vk_mem_alloc.h 16550 not called
VmaAllocator_T::GetBufferImageGranularity() const src/tide/dependencies/vma/vk_mem_alloc.h 7714 not called
VmaAllocator_T::GetBufferMemoryRequirements(VkBuffer_T*, VkMemoryRequirements&, bool&, bool&) const src/tide/dependencies/vma/vk_mem_alloc.h 16213 not called
VmaAllocator_T::GetFlushOrInvalidateRange(VmaAllocation_T*, unsigned long, unsigned long, VkMappedMemoryRange&) const src/tide/dependencies/vma/vk_mem_alloc.h 17289 not called
VmaAllocator_T::GetGlobalMemoryTypeBits() const src/tide/dependencies/vma/vk_mem_alloc.h 7748 not called
VmaAllocator_T::GetGpuDefragmentationMemoryTypeBits() src/tide/dependencies/vma/vk_mem_alloc.h 17415 not called
VmaAllocator_T::GetImageMemoryRequirements(VkImage_T*, VkMemoryRequirements&, bool&, bool&) const src/tide/dependencies/vma/vk_mem_alloc.h 16245 not called
VmaAllocator_T::GetMemoryHeapCount() const src/tide/dependencies/vma/vk_mem_alloc.h 7721 not called
VmaAllocator_T::GetMemoryTypeCount() const src/tide/dependencies/vma/vk_mem_alloc.h 7722 not called
VmaAllocator_T::GetMemoryTypeMinAlignment(unsigned int) const src/tide/dependencies/vma/vk_mem_alloc.h 7736 not called
VmaAllocator_T::GetPhysicalDevice() const src/tide/dependencies/vma/vk_mem_alloc.h 7712 not called
VmaAllocator_T::GetPoolStats(VmaPool_T*, VmaPoolStats*) src/tide/dependencies/vma/vk_mem_alloc.h 16834 not called
VmaAllocator_T::GetVulkanFunctions() const src/tide/dependencies/vma/vk_mem_alloc.h 7707 not called
VmaAllocator_T::ImportVulkanFunctions(VmaVulkanFunctions const*) src/tide/dependencies/vma/vk_mem_alloc.h 15688 not called
VmaAllocator_T::ImportVulkanFunctions_Custom(VmaVulkanFunctions const*) src/tide/dependencies/vma/vk_mem_alloc.h 15744 not called
VmaAllocator_T::ImportVulkanFunctions_Dynamic() src/tide/dependencies/vma/vk_mem_alloc.h 15788 not called
VmaAllocator_T::ImportVulkanFunctions_Static() src/tide/dependencies/vma/vk_mem_alloc.h 15708 not called
VmaAllocator_T::Init(VmaAllocatorCreateInfo const*) src/tide/dependencies/vma/vk_mem_alloc.h 15625 not called
VmaAllocator_T::IsIntegratedGpu() const src/tide/dependencies/vma/vk_mem_alloc.h 7743 not called
VmaAllocator_T::IsMemoryTypeNonCoherent(unsigned int) const src/tide/dependencies/vma/vk_mem_alloc.h 7730 not called
VmaAllocator_T::MakePoolAllocationsLost(VmaPool_T*, unsigned long*) src/tide/dependencies/vma/vk_mem_alloc.h 16851 not called
VmaAllocator_T::Map(VmaAllocation_T*, void**) src/tide/dependencies/vma/vk_mem_alloc.h 17047 not called
VmaAllocator_T::MemoryTypeIndexToHeapIndex(unsigned int) const src/tide/dependencies/vma/vk_mem_alloc.h 7724 not called
VmaAllocator_T::PrintDetailedMap(VmaJsonWriter&) src/tide/dependencies/vma/vk_mem_alloc.h 17428 not called
VmaAllocator_T::ResizeAllocation(VmaAllocation_T*, unsigned long) src/tide/dependencies/vma/vk_mem_alloc.h 16483 not called
VmaAllocator_T::SetCurrentFrameIndex(unsigned int) src/tide/dependencies/vma/vk_mem_alloc.h 16839 not called
VmaAllocator_T::TouchAllocation(VmaAllocation_T*) src/tide/dependencies/vma/vk_mem_alloc.h 16727 not called
VmaAllocator_T::Unmap(VmaAllocation_T*) src/tide/dependencies/vma/vk_mem_alloc.h 17076 not called
VmaAllocator_T::UpdateVulkanBudget() src/tide/dependencies/vma/vk_mem_alloc.h 17354 not called
VmaAllocator_T::ValidateVulkanFunctions() src/tide/dependencies/vma/vk_mem_alloc.h 15857 not called
VmaAllocator_T::VmaAllocator_T(VmaAllocatorCreateInfo const*) src/tide/dependencies/vma/vk_mem_alloc.h 15477 not called
VmaAllocator_T::~VmaAllocator_T() src/tide/dependencies/vma/vk_mem_alloc.h 15664 not called
VmaBlockDefragmentationContext* VmaAllocateArray<VmaBlockDefragmentationContext>(VkAllocationCallbacks const*, unsigned long) src/tide/dependencies/vma/vk_mem_alloc.h 4672 not called
VmaBlockMetadata::GetAllocationCallbacks() const src/tide/dependencies/vma/vk_mem_alloc.h 6259 not called
VmaBlockMetadata::GetSize() const src/tide/dependencies/vma/vk_mem_alloc.h 6207 not called
VmaBlockMetadata::Init(unsigned long) src/tide/dependencies/vma/vk_mem_alloc.h 6203 not called
VmaBlockMetadata::PrintDetailedMap_Allocation(VmaJsonWriter&, unsigned long, VmaAllocation_T*) const src/tide/dependencies/vma/vk_mem_alloc.h 8769 not called
VmaBlockMetadata::PrintDetailedMap_Begin(VmaJsonWriter&, unsigned long, unsigned long, unsigned long) const src/tide/dependencies/vma/vk_mem_alloc.h 8746 not called
VmaBlockMetadata::PrintDetailedMap_End(VmaJsonWriter&) const src/tide/dependencies/vma/vk_mem_alloc.h 8801 not called
VmaBlockMetadata::PrintDetailedMap_UnusedRange(VmaJsonWriter&, unsigned long, unsigned long) const src/tide/dependencies/vma/vk_mem_alloc.h 8783 not called
VmaBlockMetadata::VmaBlockMetadata(VmaAllocator_T*) src/tide/dependencies/vma/vk_mem_alloc.h 8738 not called
VmaBlockMetadata::~VmaBlockMetadata() src/tide/dependencies/vma/vk_mem_alloc.h 6202 not called
VmaBlockMetadata_Buddy* VmaAllocate<VmaBlockMetadata_Buddy>(VmaAllocator_T*) src/tide/dependencies/vma/vk_mem_alloc.h 7986 not called
VmaBlockMetadata_Buddy::AddPoolStats(VmaPoolStats&) const src/tide/dependencies/vma/vk_mem_alloc.h 11667 not called
VmaBlockMetadata_Buddy::AddToFreeListFront(unsigned int, VmaBlockMetadata_Buddy::Node*) src/tide/dependencies/vma/vk_mem_alloc.h 12025 not called
VmaBlockMetadata_Buddy::Alloc(VmaAllocationRequest const&, VmaSuballocationType, unsigned long, VmaAllocation_T*) src/tide/dependencies/vma/vk_mem_alloc.h 11786 not called
VmaBlockMetadata_Buddy::AllocSizeToLevel(unsigned long) const src/tide/dependencies/vma/vk_mem_alloc.h 11917 not called
VmaBlockMetadata_Buddy::CalcAllocationStatInfo(VmaStatInfo&) const src/tide/dependencies/vma/vk_mem_alloc.h 11643 not called
VmaBlockMetadata_Buddy::CalcAllocationStatInfoNode(VmaStatInfo&, VmaBlockMetadata_Buddy::Node const*, unsigned long) const src/tide/dependencies/vma/vk_mem_alloc.h 11983 not called
VmaBlockMetadata_Buddy::CheckCorruption(void const*) src/tide/dependencies/vma/vk_mem_alloc.h 6633 not called
VmaBlockMetadata_Buddy::CreateAllocationRequest(unsigned int, unsigned int, unsigned long, unsigned long, unsigned long, bool, VmaSuballocationType, bool, unsigned int, VmaAllocationRequest*) src/tide/dependencies/vma/vk_mem_alloc.h 11713 not called
VmaBlockMetadata_Buddy::DeleteNode(VmaBlockMetadata_Buddy::Node*) src/tide/dependencies/vma/vk_mem_alloc.h 11862 not called
VmaBlockMetadata_Buddy::Free(VmaAllocation_T*) src/tide/dependencies/vma/vk_mem_alloc.h 6641 not called
VmaBlockMetadata_Buddy::FreeAtOffset(VmaAllocation_T*, unsigned long) src/tide/dependencies/vma/vk_mem_alloc.h 11932 not called
VmaBlockMetadata_Buddy::FreeAtOffset(unsigned long) src/tide/dependencies/vma/vk_mem_alloc.h 6642 not called
VmaBlockMetadata_Buddy::GetAllocationCount() const src/tide/dependencies/vma/vk_mem_alloc.h 6602 not called
VmaBlockMetadata_Buddy::GetSumFreeSize() const src/tide/dependencies/vma/vk_mem_alloc.h 6603 not called
VmaBlockMetadata_Buddy::GetUnusableSize() const src/tide/dependencies/vma/vk_mem_alloc.h 6707 not called
VmaBlockMetadata_Buddy::GetUnusedRangeSizeMax() const src/tide/dependencies/vma/vk_mem_alloc.h 11631 not called
VmaBlockMetadata_Buddy::Init(unsigned long) src/tide/dependencies/vma/vk_mem_alloc.h 11563 not called
VmaBlockMetadata_Buddy::IsEmpty() const src/tide/dependencies/vma/vk_mem_alloc.h 6605 not called
VmaBlockMetadata_Buddy::LevelToNodeSize(unsigned int) const src/tide/dependencies/vma/vk_mem_alloc.h 6711 not called
VmaBlockMetadata_Buddy::MakeAllocationsLost(unsigned int, unsigned int) src/tide/dependencies/vma/vk_mem_alloc.h 11777 not called
VmaBlockMetadata_Buddy::MakeRequestedAllocationsLost(unsigned int, unsigned int, VmaAllocationRequest*) src/tide/dependencies/vma/vk_mem_alloc.h 11765 not called
VmaBlockMetadata_Buddy::Node* VmaAllocate<VmaBlockMetadata_Buddy::Node>(VkAllocationCallbacks const*) src/tide/dependencies/vma/vk_mem_alloc.h 4666 not called
VmaBlockMetadata_Buddy::PrintDetailedMap(VmaJsonWriter&) const src/tide/dependencies/vma/vk_mem_alloc.h 11686 not called
VmaBlockMetadata_Buddy::PrintDetailedMapNode(VmaJsonWriter&, VmaBlockMetadata_Buddy::Node const*, unsigned long) const src/tide/dependencies/vma/vk_mem_alloc.h 12079 not called
VmaBlockMetadata_Buddy::RemoveFromFreeList(unsigned int, VmaBlockMetadata_Buddy::Node*) src/tide/dependencies/vma/vk_mem_alloc.h 12047 not called
VmaBlockMetadata_Buddy::Validate() const src/tide/dependencies/vma/vk_mem_alloc.h 11588 not called
VmaBlockMetadata_Buddy::ValidateNode(VmaBlockMetadata_Buddy::ValidationContext&, VmaBlockMetadata_Buddy::Node const*, VmaBlockMetadata_Buddy::Node const*, unsigned int, unsigned long) const src/tide/dependencies/vma/vk_mem_alloc.h 11873 not called
VmaBlockMetadata_Buddy::ValidationContext::ValidationContext() src/tide/dependencies/vma/vk_mem_alloc.h 6654 not called
VmaBlockMetadata_Buddy::VmaBlockMetadata_Buddy(VmaAllocator_T*) src/tide/dependencies/vma/vk_mem_alloc.h 11548 not called
VmaBlockMetadata_Buddy::~VmaBlockMetadata_Buddy() src/tide/dependencies/vma/vk_mem_alloc.h 11558 not called
VmaBlockMetadata_Generic* VmaAllocate<VmaBlockMetadata_Generic>(VmaAllocator_T*) src/tide/dependencies/vma/vk_mem_alloc.h 7986 not called
VmaBlockMetadata_Generic::AddPoolStats(VmaPoolStats&) const src/tide/dependencies/vma/vk_mem_alloc.h 8978 not called
VmaBlockMetadata_Generic::Alloc(VmaAllocationRequest const&, VmaSuballocationType, unsigned long, VmaAllocation_T*) src/tide/dependencies/vma/vk_mem_alloc.h 9256 not called
VmaBlockMetadata_Generic::CalcAllocationStatInfo(VmaStatInfo&) const src/tide/dependencies/vma/vk_mem_alloc.h 8944 not called
VmaBlockMetadata_Generic::CheckAllocation(unsigned int, unsigned int, unsigned long, unsigned long, unsigned long, VmaSuballocationType, VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::const_iterator, bool, unsigned long*, unsigned long*, unsigned long*, unsigned long*) const src/tide/dependencies/vma/vk_mem_alloc.h 9369 not called
VmaBlockMetadata_Generic::CheckCorruption(void const*) src/tide/dependencies/vma/vk_mem_alloc.h 9232 not called
VmaBlockMetadata_Generic::CreateAllocationRequest(unsigned int, unsigned int, unsigned long, unsigned long, unsigned long, bool, VmaSuballocationType, bool, unsigned int, VmaAllocationRequest*) src/tide/dependencies/vma/vk_mem_alloc.h 9018 not called
VmaBlockMetadata_Generic::Free(VmaAllocation_T*) src/tide/dependencies/vma/vk_mem_alloc.h 9321 not called
VmaBlockMetadata_Generic::FreeAtOffset(unsigned long) src/tide/dependencies/vma/vk_mem_alloc.h 9338 not called
VmaBlockMetadata_Generic::FreeSuballocation(VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::iterator) src/tide/dependencies/vma/vk_mem_alloc.h 9658 not called
VmaBlockMetadata_Generic::GetAllocationCount() const src/tide/dependencies/vma/vk_mem_alloc.h 6294 not called
VmaBlockMetadata_Generic::GetSumFreeSize() const src/tide/dependencies/vma/vk_mem_alloc.h 6295 not called
VmaBlockMetadata_Generic::GetUnusedRangeSizeMax() const src/tide/dependencies/vma/vk_mem_alloc.h 8927 not called
VmaBlockMetadata_Generic::Init(unsigned long) src/tide/dependencies/vma/vk_mem_alloc.h 8825 not called
VmaBlockMetadata_Generic::IsBufferImageGranularityConflictPossible(unsigned long, VmaSuballocationType&) const src/tide/dependencies/vma/vk_mem_alloc.h 9768 not called
VmaBlockMetadata_Generic::IsEmpty() const src/tide/dependencies/vma/vk_mem_alloc.h 8939 not called
VmaBlockMetadata_Generic::MakeAllocationsLost(unsigned int, unsigned int) src/tide/dependencies/vma/vk_mem_alloc.h 9214 not called
VmaBlockMetadata_Generic::MakeRequestedAllocationsLost(unsigned int, unsigned int, VmaAllocationRequest*) src/tide/dependencies/vma/vk_mem_alloc.h 9180 not called
VmaBlockMetadata_Generic::MergeFreeWithNext(VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::iterator) src/tide/dependencies/vma/vk_mem_alloc.h 9643 not called
VmaBlockMetadata_Generic::PrintDetailedMap(VmaJsonWriter&) const src/tide/dependencies/vma/vk_mem_alloc.h 8991 not called
VmaBlockMetadata_Generic::RegisterFreeSuballocation(VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::iterator) src/tide/dependencies/vma/vk_mem_alloc.h 9710 not called
VmaBlockMetadata_Generic::UnregisterFreeSuballocation(VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::iterator) src/tide/dependencies/vma/vk_mem_alloc.h 9735 not called
VmaBlockMetadata_Generic::Validate() const src/tide/dependencies/vma/vk_mem_alloc.h 8845 not called
VmaBlockMetadata_Generic::ValidateFreeSuballocationList() const src/tide/dependencies/vma/vk_mem_alloc.h 9354 not called
VmaBlockMetadata_Generic::VmaBlockMetadata_Generic(VmaAllocator_T*) src/tide/dependencies/vma/vk_mem_alloc.h 8812 not called
VmaBlockMetadata_Generic::~VmaBlockMetadata_Generic() src/tide/dependencies/vma/vk_mem_alloc.h 8821 not called
VmaBlockMetadata_Linear* VmaAllocate<VmaBlockMetadata_Linear>(VmaAllocator_T*) src/tide/dependencies/vma/vk_mem_alloc.h 7986 not called
VmaBlockMetadata_Linear::AccessSuballocations1st() src/tide/dependencies/vma/vk_mem_alloc.h 6545 not called
VmaBlockMetadata_Linear::AccessSuballocations1st() const src/tide/dependencies/vma/vk_mem_alloc.h 6547 not called
VmaBlockMetadata_Linear::AccessSuballocations2nd() src/tide/dependencies/vma/vk_mem_alloc.h 6546 not called
VmaBlockMetadata_Linear::AccessSuballocations2nd() const src/tide/dependencies/vma/vk_mem_alloc.h 6548 not called
VmaBlockMetadata_Linear::AddPoolStats(VmaPoolStats&) const src/tide/dependencies/vma/vk_mem_alloc.h 10214 not called
VmaBlockMetadata_Linear::Alloc(VmaAllocationRequest const&, VmaSuballocationType, unsigned long, VmaAllocation_T*) src/tide/dependencies/vma/vk_mem_alloc.h 11270 not called
VmaBlockMetadata_Linear::CalcAllocationStatInfo(VmaStatInfo&) const src/tide/dependencies/vma/vk_mem_alloc.h 10021 not called
VmaBlockMetadata_Linear::CheckCorruption(void const*) src/tide/dependencies/vma/vk_mem_alloc.h 11227 not called
VmaBlockMetadata_Linear::CleanupAfterFree() src/tide/dependencies/vma/vk_mem_alloc.h 11439 not called
VmaBlockMetadata_Linear::CreateAllocationRequest(unsigned int, unsigned int, unsigned long, unsigned long, unsigned long, bool, VmaSuballocationType, bool, unsigned int, VmaAllocationRequest*) src/tide/dependencies/vma/vk_mem_alloc.h 10703 not called
VmaBlockMetadata_Linear::CreateAllocationRequest_LowerAddress(unsigned int, unsigned int, unsigned long, unsigned long, unsigned long, VmaSuballocationType, bool, unsigned int, VmaAllocationRequest*) src/tide/dependencies/vma/vk_mem_alloc.h 10848 not called
VmaBlockMetadata_Linear::CreateAllocationRequest_UpperAddress(unsigned int, unsigned int, unsigned long, unsigned long, unsigned long, VmaSuballocationType, bool, unsigned int, VmaAllocationRequest*) src/tide/dependencies/vma/vk_mem_alloc.h 10728 not called
VmaBlockMetadata_Linear::Free(VmaAllocation_T*) src/tide/dependencies/vma/vk_mem_alloc.h 11337 not called
VmaBlockMetadata_Linear::FreeAtOffset(unsigned long) src/tide/dependencies/vma/vk_mem_alloc.h 11342 not called
VmaBlockMetadata_Linear::GetAllocationCount() const src/tide/dependencies/vma/vk_mem_alloc.h 9951 not called
VmaBlockMetadata_Linear::GetSumFreeSize() const src/tide/dependencies/vma/vk_mem_alloc.h 6473 not called
VmaBlockMetadata_Linear::GetUnusedRangeSizeMax() const src/tide/dependencies/vma/vk_mem_alloc.h 9957 not called
VmaBlockMetadata_Linear::Init(unsigned long) src/tide/dependencies/vma/vk_mem_alloc.h 9818 not called
VmaBlockMetadata_Linear::IsEmpty() const src/tide/dependencies/vma/vk_mem_alloc.h 6475 not called
VmaBlockMetadata_Linear::MakeAllocationsLost(unsigned int, unsigned int) src/tide/dependencies/vma/vk_mem_alloc.h 11183 not called
VmaBlockMetadata_Linear::MakeRequestedAllocationsLost(unsigned int, unsigned int, VmaAllocationRequest*) src/tide/dependencies/vma/vk_mem_alloc.h 11119 not called
VmaBlockMetadata_Linear::PrintDetailedMap(VmaJsonWriter&) const src/tide/dependencies/vma/vk_mem_alloc.h 10387 not called
VmaBlockMetadata_Linear::ShouldCompact1st() const src/tide/dependencies/vma/vk_mem_alloc.h 11432 not called
VmaBlockMetadata_Linear::Validate() const src/tide/dependencies/vma/vk_mem_alloc.h 9824 not called
VmaBlockMetadata_Linear::VmaBlockMetadata_Linear(VmaAllocator_T*) src/tide/dependencies/vma/vk_mem_alloc.h 9801 not called
VmaBlockMetadata_Linear::~VmaBlockMetadata_Linear() src/tide/dependencies/vma/vk_mem_alloc.h 9814 not called
VmaBlockVector* VmaAllocate<VmaBlockVector>(VmaAllocator_T*) src/tide/dependencies/vma/vk_mem_alloc.h 7986 not called
VmaBlockVector::AddStats(VmaStats*) src/tide/dependencies/vma/vk_mem_alloc.h 13728 not called
VmaBlockVector::Allocate(unsigned int, unsigned long, unsigned long, VmaAllocationCreateInfo const&, VmaSuballocationType, unsigned long, VmaAllocation_T**) src/tide/dependencies/vma/vk_mem_alloc.h 12498 not called
VmaBlockVector::AllocateFromBlock(VmaDeviceMemoryBlock*, unsigned int, unsigned long, unsigned long, unsigned int, void*, VmaSuballocationType, unsigned int, VmaAllocation_T**) src/tide/dependencies/vma/vk_mem_alloc.h 13041 not called
VmaBlockVector::AllocatePage(unsigned int, unsigned long, unsigned long, VmaAllocationCreateInfo const&, VmaSuballocationType, VmaAllocation_T**) src/tide/dependencies/vma/vk_mem_alloc.h 12547 not called
VmaBlockVector::ApplyDefragmentationMovesCpu(VmaBlockVectorDefragmentationContext*, VmaVector<VmaDefragmentationMove, VmaStlAllocator<VmaDefragmentationMove> > const&) src/tide/dependencies/vma/vk_mem_alloc.h 13156 not called
VmaBlockVector::ApplyDefragmentationMovesCpu(VmaBlockVectorDefragmentationContext*, VmaVector<VmaDefragmentationMove, VmaStlAllocator<VmaDefragmentationMove> > const&)::BlockInfo* VmaAllocateArray<VmaBlockVector::ApplyDefragmentationMovesCpu(VmaBlockVectorDefragmentationContext*, VmaVector<VmaDefragmentationMove, VmaStlAllocator<VmaDefragmentationMove> > const&)::BlockInfo>(VkAllocationCallbacks const*, unsigned long) src/tide/dependencies/vma/vk_mem_alloc.h 4672 not called
VmaBlockVector::ApplyDefragmentationMovesGpu(VmaBlockVectorDefragmentationContext*, VmaVector<VmaDefragmentationMove, VmaStlAllocator<VmaDefragmentationMove> >&, VkCommandBuffer_T*) src/tide/dependencies/vma/vk_mem_alloc.h 13275 not called
VmaBlockVector::CalcAllocationCount() const src/tide/dependencies/vma/vk_mem_alloc.h 13659 not called
VmaBlockVector::CalcMaxBlockSize() const src/tide/dependencies/vma/vk_mem_alloc.h 12998 not called
VmaBlockVector::CheckCorruption() src/tide/dependencies/vma/vk_mem_alloc.h 13707 not called
VmaBlockVector::CommitDefragmentations(VmaBlockVectorDefragmentationContext*, VmaDefragmentationStats*) src/tide/dependencies/vma/vk_mem_alloc.h 13641 not called
VmaBlockVector::CreateBlock(unsigned long, unsigned long*) src/tide/dependencies/vma/vk_mem_alloc.h 13111 not called
VmaBlockVector::CreateMinBlocks() src/tide/dependencies/vma/vk_mem_alloc.h 12446 not called
VmaBlockVector::Defragment(VmaBlockVectorDefragmentationContext*, VmaDefragmentationStats*, unsigned int, unsigned long&, unsigned int&, unsigned long&, unsigned int&, VkCommandBuffer_T*) src/tide/dependencies/vma/vk_mem_alloc.h 13468 not called
VmaBlockVector::DefragmentationEnd(VmaBlockVectorDefragmentationContext*, unsigned int, VmaDefragmentationStats*) src/tide/dependencies/vma/vk_mem_alloc.h 13576 not called
VmaBlockVector::Free(VmaAllocation_T*) src/tide/dependencies/vma/vk_mem_alloc.h 12925 not called
VmaBlockVector::FreeEmptyBlocks(VmaDefragmentationStats*) src/tide/dependencies/vma/vk_mem_alloc.h 13352 not called
VmaBlockVector::GetAlgorithm() const src/tide/dependencies/vma/vk_mem_alloc.h 6862 not called
VmaBlockVector::GetAllocator() const src/tide/dependencies/vma/vk_mem_alloc.h 6855 not called
VmaBlockVector::GetBlock(unsigned long) const src/tide/dependencies/vma/vk_mem_alloc.h 6916 not called
VmaBlockVector::GetBlockCount() const src/tide/dependencies/vma/vk_mem_alloc.h 6915 not called
VmaBlockVector::GetBufferImageGranularity() const src/tide/dependencies/vma/vk_mem_alloc.h 6860 not called
VmaBlockVector::GetFrameInUseCount() const src/tide/dependencies/vma/vk_mem_alloc.h 6861 not called
VmaBlockVector::GetMemoryTypeIndex() const src/tide/dependencies/vma/vk_mem_alloc.h 6858 not called
VmaBlockVector::GetPoolStats(VmaPoolStats*) src/tide/dependencies/vma/vk_mem_alloc.h 12459 not called
VmaBlockVector::GetPreferredBlockSize() const src/tide/dependencies/vma/vk_mem_alloc.h 6859 not called
VmaBlockVector::IncrementallySortBlocks() src/tide/dependencies/vma/vk_mem_alloc.h 13025 not called
VmaBlockVector::IsBufferImageGranularityConflictPossible() const src/tide/dependencies/vma/vk_mem_alloc.h 13669 not called
VmaBlockVector::IsCorruptionDetectionEnabled() const src/tide/dependencies/vma/vk_mem_alloc.h 12487 not called
VmaBlockVector::IsCustomPool() const src/tide/dependencies/vma/vk_mem_alloc.h 6857 not called
VmaBlockVector::IsEmpty() src/tide/dependencies/vma/vk_mem_alloc.h 12481 not called
VmaBlockVector::MakePoolAllocationsLost(unsigned int, unsigned long*) src/tide/dependencies/vma/vk_mem_alloc.h 13689 not called
VmaBlockVector::PrintDetailedMap(VmaJsonWriter&) src/tide/dependencies/vma/vk_mem_alloc.h 13396 not called
VmaBlockVector::ProcessDefragmentations(VmaBlockVectorDefragmentationContext*, VmaDefragmentationPassMoveInfo*, unsigned int) src/tide/dependencies/vma/vk_mem_alloc.h 13617 not called
VmaBlockVector::Remove(VmaDeviceMemoryBlock*) src/tide/dependencies/vma/vk_mem_alloc.h 13012 not called
VmaBlockVector::UpdateHasEmptyBlock() src/tide/dependencies/vma/vk_mem_alloc.h 13380 not called
VmaBlockVector::VmaBlockVector(VmaAllocator_T*, VmaPool_T*, unsigned int, unsigned long, unsigned long, unsigned long, unsigned long, unsigned int, bool, unsigned int) src/tide/dependencies/vma/vk_mem_alloc.h 12410 not called
VmaBlockVector::~VmaBlockVector() src/tide/dependencies/vma/vk_mem_alloc.h 12437 not called
VmaBlockVectorDefragmentationContext* VmaAllocate<VmaBlockVectorDefragmentationContext>(VmaAllocator_T*) src/tide/dependencies/vma/vk_mem_alloc.h 7986 not called
VmaBlockVectorDefragmentationContext** VmaAllocateArray<VmaBlockVectorDefragmentationContext*>(VkAllocationCallbacks const*, unsigned long) src/tide/dependencies/vma/vk_mem_alloc.h 4672 not called
VmaBlockVectorDefragmentationContext::AddAll() src/tide/dependencies/vma/vk_mem_alloc.h 7390 not called
VmaBlockVectorDefragmentationContext::AddAllocation(VmaAllocation_T*, unsigned int*) src/tide/dependencies/vma/vk_mem_alloc.h 14458 not called
VmaBlockVectorDefragmentationContext::AllocInfo* VmaAllocateArray<VmaBlockVectorDefragmentationContext::AllocInfo>(VkAllocationCallbacks const*, unsigned long) src/tide/dependencies/vma/vk_mem_alloc.h 4672 not called
VmaBlockVectorDefragmentationContext::Begin(bool, unsigned int) src/tide/dependencies/vma/vk_mem_alloc.h 14464 not called
VmaBlockVectorDefragmentationContext::GetAlgorithm() const src/tide/dependencies/vma/vk_mem_alloc.h 7387 not called
VmaBlockVectorDefragmentationContext::GetBlockVector() const src/tide/dependencies/vma/vk_mem_alloc.h 7386 not called
VmaBlockVectorDefragmentationContext::GetCustomPool() const src/tide/dependencies/vma/vk_mem_alloc.h 7385 not called
VmaBlockVectorDefragmentationContext::VmaBlockVectorDefragmentationContext(VmaAllocator_T*, VmaPool_T*, VmaBlockVector*, unsigned int) src/tide/dependencies/vma/vk_mem_alloc.h 14431 not called
VmaBlockVectorDefragmentationContext::~VmaBlockVectorDefragmentationContext() src/tide/dependencies/vma/vk_mem_alloc.h 14453 not called
VmaBlocksOnSamePage(unsigned long, unsigned long, unsigned long, unsigned long) src/tide/dependencies/vma/vk_mem_alloc.h 4392 not called
VmaCountBitsSet(unsigned int) src/tide/dependencies/vma/vk_mem_alloc.h 4229 not called
VmaCreateStringCopy(VkAllocationCallbacks const*, char const*) src/tide/dependencies/vma/vk_mem_alloc.h 4701 not called
VmaCurrentBudgetData::AddAllocation(unsigned int, unsigned long) src/tide/dependencies/vma/vk_mem_alloc.h 7646 not called
VmaCurrentBudgetData::RemoveAllocation(unsigned int, unsigned long) src/tide/dependencies/vma/vk_mem_alloc.h 7654 not called
VmaCurrentBudgetData::VmaCurrentBudgetData() src/tide/dependencies/vma/vk_mem_alloc.h 7628 not called
VmaDefragmentationAlgorithm::AllocationInfo* VmaAllocateArray<VmaDefragmentationAlgorithm::AllocationInfo>(VkAllocationCallbacks const*, unsigned long) src/tide/dependencies/vma/vk_mem_alloc.h 4672 not called
VmaDefragmentationAlgorithm::AllocationInfo::AllocationInfo(VmaAllocation_T*, unsigned int*) src/tide/dependencies/vma/vk_mem_alloc.h 7070 not called
VmaDefragmentationAlgorithm::VmaDefragmentationAlgorithm(VmaAllocator_T*, VmaBlockVector*, unsigned int) src/tide/dependencies/vma/vk_mem_alloc.h 7030 not called
VmaDefragmentationAlgorithm::~VmaDefragmentationAlgorithm() src/tide/dependencies/vma/vk_mem_alloc.h 7039 not called
VmaDefragmentationAlgorithm_Fast* VmaAllocate<VmaDefragmentationAlgorithm_Fast>(VmaAllocator_T*) src/tide/dependencies/vma/vk_mem_alloc.h 7986 not called
VmaDefragmentationAlgorithm_Fast::AddAll() src/tide/dependencies/vma/vk_mem_alloc.h 7219 not called
VmaDefragmentationAlgorithm_Fast::AddAllocation(VmaAllocation_T*, unsigned int*) src/tide/dependencies/vma/vk_mem_alloc.h 7218 not called
VmaDefragmentationAlgorithm_Fast::BlockInfo* VmaAllocateArray<VmaDefragmentationAlgorithm_Fast::BlockInfo>(VkAllocationCallbacks const*, unsigned long) src/tide/dependencies/vma/vk_mem_alloc.h 4672 not called
VmaDefragmentationAlgorithm_Fast::Defragment(VmaVector<VmaDefragmentationMove, VmaStlAllocator<VmaDefragmentationMove> >&, unsigned long, unsigned int, unsigned int) src/tide/dependencies/vma/vk_mem_alloc.h 14073 not called
VmaDefragmentationAlgorithm_Fast::Defragment(VmaVector<VmaDefragmentationMove, VmaStlAllocator<VmaDefragmentationMove> >&, unsigned long, unsigned int, unsigned int)::{lambda(VmaDefragmentationAlgorithm_Fast::BlockInfo const&, VmaDefragmentationAlgorithm_Fast::BlockInfo const&)#1}::operator()(VmaDefragmentationAlgorithm_Fast::BlockInfo const&, VmaDefragmentationAlgorithm_Fast::BlockInfo const&) const src/tide/dependencies/vma/vk_mem_alloc.h 14097 not called
VmaDefragmentationAlgorithm_Fast::FreeSpaceDatabase::Fetch(unsigned long, unsigned long, unsigned long&, unsigned long&) src/tide/dependencies/vma/vk_mem_alloc.h 7281 not called
VmaDefragmentationAlgorithm_Fast::FreeSpaceDatabase::FreeSpaceDatabase() src/tide/dependencies/vma/vk_mem_alloc.h 7239 not called
VmaDefragmentationAlgorithm_Fast::FreeSpaceDatabase::Register(unsigned long, unsigned long, unsigned long) src/tide/dependencies/vma/vk_mem_alloc.h 7249 not called
VmaDefragmentationAlgorithm_Fast::GetAllocationsMoved() const src/tide/dependencies/vma/vk_mem_alloc.h 7228 not called
VmaDefragmentationAlgorithm_Fast::GetBytesMoved() const src/tide/dependencies/vma/vk_mem_alloc.h 7227 not called
VmaDefragmentationAlgorithm_Fast::InsertSuballoc(VmaBlockMetadata_Generic*, VmaSuballocation const&) src/tide/dependencies/vma/vk_mem_alloc.h 14414 not called
VmaDefragmentationAlgorithm_Fast::PostprocessMetadata() src/tide/dependencies/vma/vk_mem_alloc.h 14331 not called
VmaDefragmentationAlgorithm_Fast::PreprocessMetadata() src/tide/dependencies/vma/vk_mem_alloc.h 14303 not called
VmaDefragmentationAlgorithm_Fast::VmaDefragmentationAlgorithm_Fast(VmaAllocator_T*, VmaBlockVector*, unsigned int, bool) src/tide/dependencies/vma/vk_mem_alloc.h 14052 not called
VmaDefragmentationAlgorithm_Fast::~VmaDefragmentationAlgorithm_Fast() src/tide/dependencies/vma/vk_mem_alloc.h 14069 not called
VmaDefragmentationAlgorithm_Generic* VmaAllocate<VmaDefragmentationAlgorithm_Generic>(VmaAllocator_T*) src/tide/dependencies/vma/vk_mem_alloc.h 7986 not called
VmaDefragmentationAlgorithm_Generic::AddAll() src/tide/dependencies/vma/vk_mem_alloc.h 7090 not called
VmaDefragmentationAlgorithm_Generic::AddAllocation(VmaAllocation_T*, unsigned int*) src/tide/dependencies/vma/vk_mem_alloc.h 13785 not called
VmaDefragmentationAlgorithm_Generic::AllocationInfoOffsetGreater::operator()(VmaDefragmentationAlgorithm::AllocationInfo const&, VmaDefragmentationAlgorithm::AllocationInfo const&) const src/tide/dependencies/vma/vk_mem_alloc.h 7118 not called
VmaDefragmentationAlgorithm_Generic::BlockInfo* VmaAllocate<VmaDefragmentationAlgorithm_Generic::BlockInfo>(VmaAllocator_T*) src/tide/dependencies/vma/vk_mem_alloc.h 7986 not called
VmaDefragmentationAlgorithm_Generic::BlockInfo** VmaAllocateArray<VmaDefragmentationAlgorithm_Generic::BlockInfo*>(VkAllocationCallbacks const*, unsigned long) src/tide/dependencies/vma/vk_mem_alloc.h 4672 not called
VmaDefragmentationAlgorithm_Generic::BlockInfo** VmaBinaryFindFirstNotLess<VmaDefragmentationAlgorithm_Generic::BlockPointerLess, VmaDefragmentationAlgorithm_Generic::BlockInfo**, VmaDeviceMemoryBlock*>(VmaDefragmentationAlgorithm_Generic::BlockInfo**, VmaDefragmentationAlgorithm_Generic::BlockInfo**, VmaDeviceMemoryBlock* const&, VmaDefragmentationAlgorithm_Generic::BlockPointerLess const&) src/tide/dependencies/vma/vk_mem_alloc.h 4568 not called
VmaDefragmentationAlgorithm_Generic::BlockInfo::BlockInfo(VkAllocationCallbacks const*) src/tide/dependencies/vma/vk_mem_alloc.h 7131 not called
VmaDefragmentationAlgorithm_Generic::BlockInfo::CalcHasNonMovableAllocations() src/tide/dependencies/vma/vk_mem_alloc.h 7139 not called
VmaDefragmentationAlgorithm_Generic::BlockInfo::SortAllocationsByOffsetDescending() src/tide/dependencies/vma/vk_mem_alloc.h 7151 not called
VmaDefragmentationAlgorithm_Generic::BlockInfoCompareMoveDestination::operator()(VmaDefragmentationAlgorithm_Generic::BlockInfo const*, VmaDefragmentationAlgorithm_Generic::BlockInfo const*) const src/tide/dependencies/vma/vk_mem_alloc.h 7173 not called
VmaDefragmentationAlgorithm_Generic::BlockPointerLess::operator()(VmaDefragmentationAlgorithm_Generic::BlockInfo const*, VmaDefragmentationAlgorithm_Generic::BlockInfo const*) const src/tide/dependencies/vma/vk_mem_alloc.h 7163 not called
VmaDefragmentationAlgorithm_Generic::BlockPointerLess::operator()(VmaDefragmentationAlgorithm_Generic::BlockInfo const*, VmaDeviceMemoryBlock const*) const src/tide/dependencies/vma/vk_mem_alloc.h 7159 not called
VmaDefragmentationAlgorithm_Generic::CalcBlocksWithNonMovableCount() const src/tide/dependencies/vma/vk_mem_alloc.h 13961 not called
VmaDefragmentationAlgorithm_Generic::Defragment(VmaVector<VmaDefragmentationMove, VmaStlAllocator<VmaDefragmentationMove> >&, unsigned long, unsigned int, unsigned int) src/tide/dependencies/vma/vk_mem_alloc.h 13974 not called
VmaDefragmentationAlgorithm_Generic::DefragmentRound(VmaVector<VmaDefragmentationMove, VmaStlAllocator<VmaDefragmentationMove> >&, unsigned long, unsigned int, bool) src/tide/dependencies/vma/vk_mem_alloc.h 13806 not called
VmaDefragmentationAlgorithm_Generic::GetAllocationsMoved() const src/tide/dependencies/vma/vk_mem_alloc.h 7099 not called
VmaDefragmentationAlgorithm_Generic::GetBytesMoved() const src/tide/dependencies/vma/vk_mem_alloc.h 7098 not called
VmaDefragmentationAlgorithm_Generic::MoveMakesSense(unsigned long, unsigned long, unsigned long, unsigned long) src/tide/dependencies/vma/vk_mem_alloc.h 14030 not called
VmaDefragmentationAlgorithm_Generic::VmaDefragmentationAlgorithm_Generic(VmaAllocator_T*, VmaBlockVector*, unsigned int, bool) src/tide/dependencies/vma/vk_mem_alloc.h 13751 not called
VmaDefragmentationAlgorithm_Generic::~VmaDefragmentationAlgorithm_Generic() src/tide/dependencies/vma/vk_mem_alloc.h 13777 not called
VmaDefragmentationContext_T* VmaAllocate<VmaDefragmentationContext_T>(VmaAllocator_T*) src/tide/dependencies/vma/vk_mem_alloc.h 7986 not called
VmaDefragmentationContext_T::AddAllocations(unsigned int, VmaAllocation_T* const*, unsigned int*) src/tide/dependencies/vma/vk_mem_alloc.h 14578 not called
VmaDefragmentationContext_T::AddPools(unsigned int, VmaPool_T* const*) src/tide/dependencies/vma/vk_mem_alloc.h 14543 not called
VmaDefragmentationContext_T::Defragment(unsigned long, unsigned int, unsigned long, unsigned int, VkCommandBuffer_T*, VmaDefragmentationStats*, unsigned int) src/tide/dependencies/vma/vk_mem_alloc.h 14647 not called
VmaDefragmentationContext_T::DefragmentPassBegin(VmaDefragmentationPassInfo*) src/tide/dependencies/vma/vk_mem_alloc.h 14726 not called
VmaDefragmentationContext_T::DefragmentPassEnd() src/tide/dependencies/vma/vk_mem_alloc.h 14800 not called
VmaDefragmentationContext_T::VmaDefragmentationContext_T(VmaAllocator_T*, unsigned int, unsigned int, VmaDefragmentationStats*) src/tide/dependencies/vma/vk_mem_alloc.h 14510 not called
VmaDefragmentationContext_T::~VmaDefragmentationContext_T() src/tide/dependencies/vma/vk_mem_alloc.h 14524 not called
VmaDefragmentationMove* VmaAllocateArray<VmaDefragmentationMove>(VkAllocationCallbacks const*, unsigned long) src/tide/dependencies/vma/vk_mem_alloc.h 4672 not called
VmaDeviceMemoryBlock* VmaAllocate<VmaDeviceMemoryBlock>(VmaAllocator_T*) src/tide/dependencies/vma/vk_mem_alloc.h 7986 not called
VmaDeviceMemoryBlock** VmaAllocateArray<VmaDeviceMemoryBlock*>(VkAllocationCallbacks const*, unsigned long) src/tide/dependencies/vma/vk_mem_alloc.h 4672 not called
VmaDeviceMemoryBlock::BindBufferMemory(VmaAllocator_T*, VmaAllocation_T*, unsigned long, VkBuffer_T*, void const*) src/tide/dependencies/vma/vk_mem_alloc.h 12304 not called
VmaDeviceMemoryBlock::BindImageMemory(VmaAllocator_T*, VmaAllocation_T*, unsigned long, VkImage_T*, void const*) src/tide/dependencies/vma/vk_mem_alloc.h 12321 not called
VmaDeviceMemoryBlock::CheckCorruption(VmaAllocator_T*) src/tide/dependencies/vma/vk_mem_alloc.h 12180 not called
VmaDeviceMemoryBlock::Destroy(VmaAllocator_T*) src/tide/dependencies/vma/vk_mem_alloc.h 12158 not called
VmaDeviceMemoryBlock::GetDeviceMemory() const src/tide/dependencies/vma/vk_mem_alloc.h 6762 not called
VmaDeviceMemoryBlock::GetId() const src/tide/dependencies/vma/vk_mem_alloc.h 6764 not called
VmaDeviceMemoryBlock::GetMappedData() const src/tide/dependencies/vma/vk_mem_alloc.h 6765 not called
VmaDeviceMemoryBlock::GetParentPool() const src/tide/dependencies/vma/vk_mem_alloc.h 6761 not called
VmaDeviceMemoryBlock::Init(VmaAllocator_T*, VmaPool_T*, unsigned int, VkDeviceMemory_T*, unsigned long, unsigned int, unsigned int) src/tide/dependencies/vma/vk_mem_alloc.h 12125 not called
VmaDeviceMemoryBlock::Map(VmaAllocator_T*, unsigned int, void**) src/tide/dependencies/vma/vk_mem_alloc.h 12196 not called
VmaDeviceMemoryBlock::Unmap(VmaAllocator_T*, unsigned int) src/tide/dependencies/vma/vk_mem_alloc.h 12235 not called
VmaDeviceMemoryBlock::Validate() const src/tide/dependencies/vma/vk_mem_alloc.h 12172 not called
VmaDeviceMemoryBlock::ValidateMagicValueAroundAllocation(VmaAllocator_T*, unsigned long, unsigned long) src/tide/dependencies/vma/vk_mem_alloc.h 12278 not called
VmaDeviceMemoryBlock::VmaDeviceMemoryBlock(VmaAllocator_T*) src/tide/dependencies/vma/vk_mem_alloc.h 12115 not called
VmaDeviceMemoryBlock::WriteMagicValueAroundAllocation(VmaAllocator_T*, unsigned long, unsigned long) src/tide/dependencies/vma/vk_mem_alloc.h 12258 not called
VmaDeviceMemoryBlock::~VmaDeviceMemoryBlock() src/tide/dependencies/vma/vk_mem_alloc.h 6743 not called
VmaFillGpuDefragmentationBufferCreateInfo(VkBufferCreateInfo&) src/tide/dependencies/vma/vk_mem_alloc.h 4492 not called
VmaFree(VkAllocationCallbacks const*, void*) src/tide/dependencies/vma/vk_mem_alloc.h 4652 not called
VmaFree(VmaAllocator_T*, void*) src/tide/dependencies/vma/vk_mem_alloc.h 7980 not called
VmaFreeString(VkAllocationCallbacks const*, char*) src/tide/dependencies/vma/vk_mem_alloc.h 4716 not called
VmaIsBufferImageGranularityConflict(VmaSuballocationType, VmaSuballocationType) src/tide/dependencies/vma/vk_mem_alloc.h 4423 not called
VmaJsonWriter::BeginArray(bool) src/tide/dependencies/vma/vk_mem_alloc.h 8181 not called
VmaJsonWriter::BeginObject(bool) src/tide/dependencies/vma/vk_mem_alloc.h 8156 not called
VmaJsonWriter::BeginString(char const*) src/tide/dependencies/vma/vk_mem_alloc.h 8212 not called
VmaJsonWriter::BeginValue(bool) src/tide/dependencies/vma/vk_mem_alloc.h 8326 not called
VmaJsonWriter::ContinueString(char const*) src/tide/dependencies/vma/vk_mem_alloc.h 8225 not called
VmaJsonWriter::ContinueString(unsigned int) src/tide/dependencies/vma/vk_mem_alloc.h 8269 not called
VmaJsonWriter::ContinueString(unsigned long) src/tide/dependencies/vma/vk_mem_alloc.h 8275 not called
VmaJsonWriter::ContinueString_Pointer(void const*) src/tide/dependencies/vma/vk_mem_alloc.h 8281 not called
VmaJsonWriter::EndArray() src/tide/dependencies/vma/vk_mem_alloc.h 8195 not called
VmaJsonWriter::EndObject() src/tide/dependencies/vma/vk_mem_alloc.h 8170 not called
VmaJsonWriter::EndString(char const*) src/tide/dependencies/vma/vk_mem_alloc.h 8287 not called
VmaJsonWriter::StackItem* VmaAllocateArray<VmaJsonWriter::StackItem>(VkAllocationCallbacks const*, unsigned long) src/tide/dependencies/vma/vk_mem_alloc.h 4672 not called
VmaJsonWriter::VmaJsonWriter(VkAllocationCallbacks const*, VmaStringBuilder&) src/tide/dependencies/vma/vk_mem_alloc.h 8143 not called
VmaJsonWriter::WriteBool(bool) src/tide/dependencies/vma/vk_mem_alloc.h 8312 not called
VmaJsonWriter::WriteIndent(bool) src/tide/dependencies/vma/vk_mem_alloc.h 8355 not called
VmaJsonWriter::WriteNull() src/tide/dependencies/vma/vk_mem_alloc.h 8319 not called
VmaJsonWriter::WriteNumber(unsigned int) src/tide/dependencies/vma/vk_mem_alloc.h 8298 not called
VmaJsonWriter::WriteNumber(unsigned long) src/tide/dependencies/vma/vk_mem_alloc.h 8305 not called
VmaJsonWriter::WriteString(char const*) src/tide/dependencies/vma/vk_mem_alloc.h 8206 not called
VmaJsonWriter::~VmaJsonWriter() src/tide/dependencies/vma/vk_mem_alloc.h 8150 not called
VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::VmaList(VmaStlAllocator<VmaSuballocation> const&) src/tide/dependencies/vma/vk_mem_alloc.h 5772 not called
VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::begin() src/tide/dependencies/vma/vk_mem_alloc.h 5777 not called
VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::cbegin() const src/tide/dependencies/vma/vk_mem_alloc.h 5780 not called
VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::cend() const src/tide/dependencies/vma/vk_mem_alloc.h 5781 not called
VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::const_iterator::const_iterator(VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::iterator const&) src/tide/dependencies/vma/vk_mem_alloc.h 5698 not called
VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::const_iterator::const_iterator(VmaRawList<VmaSuballocation> const*, VmaListItem<VmaSuballocation> const*) src/tide/dependencies/vma/vk_mem_alloc.h 5760 not called
VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::const_iterator::operator!=(VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::const_iterator const&) const src/tide/dependencies/vma/vk_mem_alloc.h 5753 not called
VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::const_iterator::operator*() const src/tide/dependencies/vma/vk_mem_alloc.h 5704 not called
VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::const_iterator::operator++() src/tide/dependencies/vma/vk_mem_alloc.h 5715 not called
VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::const_iterator::operator--() src/tide/dependencies/vma/vk_mem_alloc.h 5721 not called
VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::const_iterator::operator->() const src/tide/dependencies/vma/vk_mem_alloc.h 5709 not called
VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::const_iterator::operator==(VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::const_iterator const&) const src/tide/dependencies/vma/vk_mem_alloc.h 5748 not called
VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::empty() const src/tide/dependencies/vma/vk_mem_alloc.h 5774 not called
VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::end() src/tide/dependencies/vma/vk_mem_alloc.h 5778 not called
VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::erase(VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::iterator) src/tide/dependencies/vma/vk_mem_alloc.h 5785 not called
VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::insert(VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::iterator, VmaSuballocation const&) src/tide/dependencies/vma/vk_mem_alloc.h 5786 not called
VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::iterator* VmaAllocateArray<VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::iterator>(VkAllocationCallbacks const*, unsigned long) src/tide/dependencies/vma/vk_mem_alloc.h 4672 not called
VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::iterator* VmaBinaryFindFirstNotLess<VmaSuballocationItemSizeLess, VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::iterator*, VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::iterator>(VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::iterator*, VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::iterator*, VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::iterator const&, VmaSuballocationItemSizeLess const&) src/tide/dependencies/vma/vk_mem_alloc.h 4568 not called
VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::iterator* VmaBinaryFindFirstNotLess<VmaSuballocationItemSizeLess, VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::iterator*, unsigned long>(VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::iterator*, VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::iterator*, unsigned long const&, VmaSuballocationItemSizeLess const&) src/tide/dependencies/vma/vk_mem_alloc.h 4568 not called
VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::iterator::iterator() src/tide/dependencies/vma/vk_mem_alloc.h 5615 not called
VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::iterator::iterator(VmaRawList<VmaSuballocation>*, VmaListItem<VmaSuballocation>*) src/tide/dependencies/vma/vk_mem_alloc.h 5680 not called
VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::iterator::operator!=(VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::iterator const&) const src/tide/dependencies/vma/vk_mem_alloc.h 5670 not called
VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::iterator::operator*() const src/tide/dependencies/vma/vk_mem_alloc.h 5621 not called
VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::iterator::operator++() src/tide/dependencies/vma/vk_mem_alloc.h 5632 not called
VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::iterator::operator--() src/tide/dependencies/vma/vk_mem_alloc.h 5638 not called
VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::iterator::operator->() const src/tide/dependencies/vma/vk_mem_alloc.h 5626 not called
VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::iterator::operator==(VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::iterator const&) const src/tide/dependencies/vma/vk_mem_alloc.h 5665 not called
VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::push_back(VmaSuballocation const&) src/tide/dependencies/vma/vk_mem_alloc.h 5784 not called
VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::size() const src/tide/dependencies/vma/vk_mem_alloc.h 5775 not called
VmaListItem<VmaSuballocation>* VmaPoolAllocator<VmaListItem<VmaSuballocation> >::Alloc<>() src/tide/dependencies/vma/vk_mem_alloc.h 5252 not called
VmaMalloc(VkAllocationCallbacks const*, unsigned long, unsigned long) src/tide/dependencies/vma/vk_mem_alloc.h 4635 not called
VmaMalloc(VmaAllocator_T*, unsigned long, unsigned long) src/tide/dependencies/vma/vk_mem_alloc.h 7975 not called
VmaMutex::Lock() src/tide/dependencies/vma/vk_mem_alloc.h 4056 not called
VmaMutex::Unlock() src/tide/dependencies/vma/vk_mem_alloc.h 4057 not called
VmaMutexLock::VmaMutexLock(VmaMutex&, bool) src/tide/dependencies/vma/vk_mem_alloc.h 4505 not called
VmaMutexLock::~VmaMutexLock() src/tide/dependencies/vma/vk_mem_alloc.h 4510 not called
VmaMutexLockRead::VmaMutexLockRead(VmaRWMutex&, bool) src/tide/dependencies/vma/vk_mem_alloc.h 4523 not called
VmaMutexLockRead::~VmaMutexLockRead() src/tide/dependencies/vma/vk_mem_alloc.h 4528 not called
VmaMutexLockWrite::VmaMutexLockWrite(VmaRWMutex&, bool) src/tide/dependencies/vma/vk_mem_alloc.h 4538 not called
VmaMutexLockWrite::~VmaMutexLockWrite() src/tide/dependencies/vma/vk_mem_alloc.h 4543 not called
VmaPointerLess::operator()(void const*, void const*) const src/tide/dependencies/vma/vk_mem_alloc.h 6810 not called
VmaPoolAllocator<VmaAllocation_T>::CreateNewBlock() src/tide/dependencies/vma/vk_mem_alloc.h 5303 not called
VmaPoolAllocator<VmaAllocation_T>::Free(VmaAllocation_T*) src/tide/dependencies/vma/vk_mem_alloc.h 5278 not called
VmaPoolAllocator<VmaAllocation_T>::Item* VmaAllocateArray<VmaPoolAllocator<VmaAllocation_T>::Item>(VkAllocationCallbacks const*, unsigned long) src/tide/dependencies/vma/vk_mem_alloc.h 4672 not called
VmaPoolAllocator<VmaAllocation_T>::ItemBlock* VmaAllocateArray<VmaPoolAllocator<VmaAllocation_T>::ItemBlock>(VkAllocationCallbacks const*, unsigned long) src/tide/dependencies/vma/vk_mem_alloc.h 4672 not called
VmaPoolAllocator<VmaAllocation_T>::VmaPoolAllocator(VkAllocationCallbacks const*, unsigned int) src/tide/dependencies/vma/vk_mem_alloc.h 5235 not called
VmaPoolAllocator<VmaAllocation_T>::~VmaPoolAllocator() src/tide/dependencies/vma/vk_mem_alloc.h 5244 not called
VmaPoolAllocator<VmaListItem<VmaSuballocation> >::CreateNewBlock() src/tide/dependencies/vma/vk_mem_alloc.h 5303 not called
VmaPoolAllocator<VmaListItem<VmaSuballocation> >::Free(VmaListItem<VmaSuballocation>*) src/tide/dependencies/vma/vk_mem_alloc.h 5278 not called
VmaPoolAllocator<VmaListItem<VmaSuballocation> >::Item* VmaAllocateArray<VmaPoolAllocator<VmaListItem<VmaSuballocation> >::Item>(VkAllocationCallbacks const*, unsigned long) src/tide/dependencies/vma/vk_mem_alloc.h 4672 not called
VmaPoolAllocator<VmaListItem<VmaSuballocation> >::ItemBlock* VmaAllocateArray<VmaPoolAllocator<VmaListItem<VmaSuballocation> >::ItemBlock>(VkAllocationCallbacks const*, unsigned long) src/tide/dependencies/vma/vk_mem_alloc.h 4672 not called
VmaPoolAllocator<VmaListItem<VmaSuballocation> >::VmaPoolAllocator(VkAllocationCallbacks const*, unsigned int) src/tide/dependencies/vma/vk_mem_alloc.h 5235 not called
VmaPoolAllocator<VmaListItem<VmaSuballocation> >::~VmaPoolAllocator() src/tide/dependencies/vma/vk_mem_alloc.h 5244 not called
VmaPool_T* VmaAllocate<VmaPool_T>(VmaAllocator_T*) src/tide/dependencies/vma/vk_mem_alloc.h 7986 not called
VmaPool_T** VmaAllocateArray<VmaPool_T*>(VkAllocationCallbacks const*, unsigned long) src/tide/dependencies/vma/vk_mem_alloc.h 4672 not called
VmaPool_T** VmaBinaryFindFirstNotLess<VmaPointerLess, VmaPool_T**, VmaPool_T*>(VmaPool_T**, VmaPool_T**, VmaPool_T* const&, VmaPointerLess const&) src/tide/dependencies/vma/vk_mem_alloc.h 4568 not called
VmaPool_T::GetId() const src/tide/dependencies/vma/vk_mem_alloc.h 7004 not called
VmaPool_T::GetName() const src/tide/dependencies/vma/vk_mem_alloc.h 7007 not called
VmaPool_T::SetId(unsigned int) src/tide/dependencies/vma/vk_mem_alloc.h 7005 not called
VmaPool_T::SetName(char const*) src/tide/dependencies/vma/vk_mem_alloc.h 12391 not called
VmaPool_T::VmaPool_T(VmaAllocator_T*, VmaPoolCreateInfo const&, unsigned long) src/tide/dependencies/vma/vk_mem_alloc.h 12367 not called
VmaPool_T::~VmaPool_T() src/tide/dependencies/vma/vk_mem_alloc.h 12387 not called
VmaPostprocessCalcStatInfo(VmaStatInfo&) src/tide/dependencies/vma/vk_mem_alloc.h 12359 not called
VmaPrevPow2(unsigned long) src/tide/dependencies/vma/vk_mem_alloc.h 4308 not called
VmaPrintStatInfo(VmaJsonWriter&, VmaStatInfo const&) src/tide/dependencies/vma/vk_mem_alloc.h 8668 not called
VmaPtrToStr(char*, unsigned long, void const*) src/tide/dependencies/vma/vk_mem_alloc.h 4046 not called
VmaRWMutex::LockRead() src/tide/dependencies/vma/vk_mem_alloc.h 4073 not called
VmaRWMutex::LockWrite() src/tide/dependencies/vma/vk_mem_alloc.h 4076 not called
VmaRWMutex::TryLockWrite() src/tide/dependencies/vma/vk_mem_alloc.h 4078 not called
VmaRWMutex::UnlockRead() src/tide/dependencies/vma/vk_mem_alloc.h 4074 not called
VmaRWMutex::UnlockWrite() src/tide/dependencies/vma/vk_mem_alloc.h 4077 not called
VmaRawList<VmaSuballocation>::Back() src/tide/dependencies/vma/vk_mem_alloc.h 5356 not called
VmaRawList<VmaSuballocation>::Back() const src/tide/dependencies/vma/vk_mem_alloc.h 5357 not called
VmaRawList<VmaSuballocation>::Front() src/tide/dependencies/vma/vk_mem_alloc.h 5354 not called
VmaRawList<VmaSuballocation>::Front() const src/tide/dependencies/vma/vk_mem_alloc.h 5355 not called
VmaRawList<VmaSuballocation>::GetCount() const src/tide/dependencies/vma/vk_mem_alloc.h 5351 not called
VmaRawList<VmaSuballocation>::InsertBefore(VmaListItem<VmaSuballocation>*) src/tide/dependencies/vma/vk_mem_alloc.h 5540 not called
VmaRawList<VmaSuballocation>::InsertBefore(VmaListItem<VmaSuballocation>*, VmaSuballocation const&) src/tide/dependencies/vma/vk_mem_alloc.h 5592 not called
VmaRawList<VmaSuballocation>::IsEmpty() const src/tide/dependencies/vma/vk_mem_alloc.h 5352 not called
VmaRawList<VmaSuballocation>::PushBack() src/tide/dependencies/vma/vk_mem_alloc.h 5420 not called
VmaRawList<VmaSuballocation>::PushBack(VmaSuballocation const&) src/tide/dependencies/vma/vk_mem_alloc.h 5464 not called
VmaRawList<VmaSuballocation>::Remove(VmaListItem<VmaSuballocation>*) src/tide/dependencies/vma/vk_mem_alloc.h 5510 not called
VmaRawList<VmaSuballocation>::VmaRawList(VkAllocationCallbacks const*) src/tide/dependencies/vma/vk_mem_alloc.h 5385 not called
VmaRawList<VmaSuballocation>::~VmaRawList() src/tide/dependencies/vma/vk_mem_alloc.h 5395 not called
VmaSmallVector<VkMappedMemoryRange, VmaStlAllocator<VkMappedMemoryRange>, 16ul>::VmaSmallVector(VmaStlAllocator<VkMappedMemoryRange> const&) src/tide/dependencies/vma/vk_mem_alloc.h 5043 not called
VmaSmallVector<VkMappedMemoryRange, VmaStlAllocator<VkMappedMemoryRange>, 16ul>::data() src/tide/dependencies/vma/vk_mem_alloc.h 5060 not called
VmaSmallVector<VkMappedMemoryRange, VmaStlAllocator<VkMappedMemoryRange>, 16ul>::empty() const src/tide/dependencies/vma/vk_mem_alloc.h 5058 not called
VmaSmallVector<VkMappedMemoryRange, VmaStlAllocator<VkMappedMemoryRange>, 16ul>::push_back(VkMappedMemoryRange const&) src/tide/dependencies/vma/vk_mem_alloc.h 5160 not called
VmaSmallVector<VkMappedMemoryRange, VmaStlAllocator<VkMappedMemoryRange>, 16ul>::resize(unsigned long, bool) src/tide/dependencies/vma/vk_mem_alloc.h 5095 not called
VmaSmallVector<VkMappedMemoryRange, VmaStlAllocator<VkMappedMemoryRange>, 16ul>::size() const src/tide/dependencies/vma/vk_mem_alloc.h 5059 not called
VmaStlAllocator<VkMappedMemoryRange>::VmaStlAllocator(VkAllocationCallbacks const*) src/tide/dependencies/vma/vk_mem_alloc.h 4733 not called
VmaStlAllocator<VmaAllocation_T*>::VmaStlAllocator(VkAllocationCallbacks const*) src/tide/dependencies/vma/vk_mem_alloc.h 4733 not called
VmaStlAllocator<VmaBlockDefragmentationContext>::VmaStlAllocator(VkAllocationCallbacks const*) src/tide/dependencies/vma/vk_mem_alloc.h 4733 not called
VmaStlAllocator<VmaBlockVector::ApplyDefragmentationMovesCpu(VmaBlockVectorDefragmentationContext*, VmaVector<VmaDefragmentationMove, VmaStlAllocator<VmaDefragmentationMove> > const&)::BlockInfo>::VmaStlAllocator(VkAllocationCallbacks const*) src/tide/dependencies/vma/vk_mem_alloc.h 4733 not called
VmaStlAllocator<VmaBlockVectorDefragmentationContext*>::VmaStlAllocator(VkAllocationCallbacks const*) src/tide/dependencies/vma/vk_mem_alloc.h 4733 not called
VmaStlAllocator<VmaBlockVectorDefragmentationContext::AllocInfo>::VmaStlAllocator(VkAllocationCallbacks const*) src/tide/dependencies/vma/vk_mem_alloc.h 4733 not called
VmaStlAllocator<VmaDefragmentationAlgorithm::AllocationInfo>::VmaStlAllocator(VkAllocationCallbacks const*) src/tide/dependencies/vma/vk_mem_alloc.h 4733 not called
VmaStlAllocator<VmaDefragmentationAlgorithm_Fast::BlockInfo>::VmaStlAllocator(VkAllocationCallbacks const*) src/tide/dependencies/vma/vk_mem_alloc.h 4733 not called
VmaStlAllocator<VmaDefragmentationAlgorithm_Generic::BlockInfo*>::VmaStlAllocator(VkAllocationCallbacks const*) src/tide/dependencies/vma/vk_mem_alloc.h 4733 not called
VmaStlAllocator<VmaDefragmentationMove>::VmaStlAllocator(VkAllocationCallbacks const*) src/tide/dependencies/vma/vk_mem_alloc.h 4733 not called
VmaStlAllocator<VmaDeviceMemoryBlock*>::VmaStlAllocator(VkAllocationCallbacks const*) src/tide/dependencies/vma/vk_mem_alloc.h 4733 not called
VmaStlAllocator<VmaJsonWriter::StackItem>::VmaStlAllocator(VkAllocationCallbacks const*) src/tide/dependencies/vma/vk_mem_alloc.h 4733 not called
VmaStlAllocator<VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::iterator>::VmaStlAllocator(VkAllocationCallbacks const*) src/tide/dependencies/vma/vk_mem_alloc.h 4733 not called
VmaStlAllocator<VmaPoolAllocator<VmaAllocation_T>::ItemBlock>::VmaStlAllocator(VkAllocationCallbacks const*) src/tide/dependencies/vma/vk_mem_alloc.h 4733 not called
VmaStlAllocator<VmaPoolAllocator<VmaListItem<VmaSuballocation> >::ItemBlock>::VmaStlAllocator(VkAllocationCallbacks const*) src/tide/dependencies/vma/vk_mem_alloc.h 4733 not called
VmaStlAllocator<VmaPool_T*>::VmaStlAllocator(VkAllocationCallbacks const*) src/tide/dependencies/vma/vk_mem_alloc.h 4733 not called
VmaStlAllocator<VmaSuballocation>::VmaStlAllocator(VkAllocationCallbacks const*) src/tide/dependencies/vma/vk_mem_alloc.h 4733 not called
VmaStlAllocator<char>::VmaStlAllocator(VkAllocationCallbacks const*) src/tide/dependencies/vma/vk_mem_alloc.h 4733 not called
VmaStrIsEmpty(char const*) src/tide/dependencies/vma/vk_mem_alloc.h 4320 not called
VmaStringBuilder::Add(char const*) src/tide/dependencies/vma/vk_mem_alloc.h 8041 not called
VmaStringBuilder::Add(char) src/tide/dependencies/vma/vk_mem_alloc.h 8030 not called
VmaStringBuilder::AddNewLine() src/tide/dependencies/vma/vk_mem_alloc.h 8032 not called
VmaStringBuilder::AddNumber(unsigned int) src/tide/dependencies/vma/vk_mem_alloc.h 8052 not called
VmaStringBuilder::AddNumber(unsigned long) src/tide/dependencies/vma/vk_mem_alloc.h 8065 not called
VmaStringBuilder::AddPointer(void const*) src/tide/dependencies/vma/vk_mem_alloc.h 8078 not called
VmaStringBuilder::GetData() const src/tide/dependencies/vma/vk_mem_alloc.h 8028 not called
VmaStringBuilder::GetLength() const src/tide/dependencies/vma/vk_mem_alloc.h 8027 not called
VmaStringBuilder::VmaStringBuilder(VmaAllocator_T*) src/tide/dependencies/vma/vk_mem_alloc.h 8026 not called
VmaSuballocation* VmaAllocateArray<VmaSuballocation>(VkAllocationCallbacks const*, unsigned long) src/tide/dependencies/vma/vk_mem_alloc.h 4672 not called
VmaSuballocation* VmaBinaryFindFirstNotLess<VmaSuballocationOffsetGreater, VmaSuballocation*, VmaSuballocation>(VmaSuballocation*, VmaSuballocation*, VmaSuballocation const&, VmaSuballocationOffsetGreater const&) src/tide/dependencies/vma/vk_mem_alloc.h 4568 not called
VmaSuballocation* VmaBinaryFindFirstNotLess<VmaSuballocationOffsetLess, VmaSuballocation*, VmaSuballocation>(VmaSuballocation*, VmaSuballocation*, VmaSuballocation const&, VmaSuballocationOffsetLess const&) src/tide/dependencies/vma/vk_mem_alloc.h 4568 not called
VmaSuballocation* VmaBinaryFindSorted<VmaSuballocationOffsetGreater, VmaSuballocation*, VmaSuballocation>(VmaSuballocation* const&, VmaSuballocation* const&, VmaSuballocation const&, VmaSuballocationOffsetGreater const&) src/tide/dependencies/vma/vk_mem_alloc.h 4587 not called
VmaSuballocation* VmaBinaryFindSorted<VmaSuballocationOffsetLess, VmaSuballocation*, VmaSuballocation>(VmaSuballocation* const&, VmaSuballocation* const&, VmaSuballocation const&, VmaSuballocationOffsetLess const&) src/tide/dependencies/vma/vk_mem_alloc.h 4587 not called
VmaSuballocationItemSizeLess::operator()(VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::iterator, VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::iterator) const src/tide/dependencies/vma/vk_mem_alloc.h 8720 not called
VmaSuballocationItemSizeLess::operator()(VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::iterator, unsigned long) const src/tide/dependencies/vma/vk_mem_alloc.h 8726 not called
VmaSuballocationOffsetGreater::operator()(VmaSuballocation const&, VmaSuballocation const&) const src/tide/dependencies/vma/vk_mem_alloc.h 6145 not called
VmaSuballocationOffsetLess::operator()(VmaSuballocation const&, VmaSuballocation const&) const src/tide/dependencies/vma/vk_mem_alloc.h 6138 not called
VmaValidateMagicValue(void const*, unsigned long) src/tide/dependencies/vma/vk_mem_alloc.h 4472 not called
VmaVector<VkMappedMemoryRange, VmaStlAllocator<VkMappedMemoryRange> >::VmaVector(VmaStlAllocator<VkMappedMemoryRange> const&) src/tide/dependencies/vma/vk_mem_alloc.h 4780 not called
VmaVector<VkMappedMemoryRange, VmaStlAllocator<VkMappedMemoryRange> >::data() src/tide/dependencies/vma/vk_mem_alloc.h 4833 not called
VmaVector<VkMappedMemoryRange, VmaStlAllocator<VkMappedMemoryRange> >::resize(unsigned long, bool) src/tide/dependencies/vma/vk_mem_alloc.h 4890 not called
VmaVector<VkMappedMemoryRange, VmaStlAllocator<VkMappedMemoryRange> >::~VmaVector() src/tide/dependencies/vma/vk_mem_alloc.h 4813 not called
VmaVector<VmaAllocation_T*, VmaStlAllocator<VmaAllocation_T*> >* VmaAllocate<VmaVector<VmaAllocation_T*, VmaStlAllocator<VmaAllocation_T*> > >(VmaAllocator_T*) src/tide/dependencies/vma/vk_mem_alloc.h 7986 not called
VmaVector<VmaAllocation_T*, VmaStlAllocator<VmaAllocation_T*> >::VmaVector(VmaStlAllocator<VmaAllocation_T*> const&) src/tide/dependencies/vma/vk_mem_alloc.h 4780 not called
VmaVector<VmaAllocation_T*, VmaStlAllocator<VmaAllocation_T*> >::begin() src/tide/dependencies/vma/vk_mem_alloc.h 4972 not called
VmaVector<VmaAllocation_T*, VmaStlAllocator<VmaAllocation_T*> >::data() src/tide/dependencies/vma/vk_mem_alloc.h 4833 not called
VmaVector<VmaAllocation_T*, VmaStlAllocator<VmaAllocation_T*> >::empty() const src/tide/dependencies/vma/vk_mem_alloc.h 4831 not called
VmaVector<VmaAllocation_T*, VmaStlAllocator<VmaAllocation_T*> >::end() src/tide/dependencies/vma/vk_mem_alloc.h 4973 not called
VmaVector<VmaAllocation_T*, VmaStlAllocator<VmaAllocation_T*> >::insert(unsigned long, VmaAllocation_T* const&) src/tide/dependencies/vma/vk_mem_alloc.h 4923 not called
VmaVector<VmaAllocation_T*, VmaStlAllocator<VmaAllocation_T*> >::operator[](unsigned long) src/tide/dependencies/vma/vk_mem_alloc.h 4836 not called
VmaVector<VmaAllocation_T*, VmaStlAllocator<VmaAllocation_T*> >::remove(unsigned long) src/tide/dependencies/vma/vk_mem_alloc.h 4935 not called
VmaVector<VmaAllocation_T*, VmaStlAllocator<VmaAllocation_T*> >::resize(unsigned long, bool) src/tide/dependencies/vma/vk_mem_alloc.h 4890 not called
VmaVector<VmaAllocation_T*, VmaStlAllocator<VmaAllocation_T*> >::size() const src/tide/dependencies/vma/vk_mem_alloc.h 4832 not called
VmaVector<VmaAllocation_T*, VmaStlAllocator<VmaAllocation_T*> >::~VmaVector() src/tide/dependencies/vma/vk_mem_alloc.h 4813 not called
VmaVector<VmaBlockDefragmentationContext, VmaStlAllocator<VmaBlockDefragmentationContext> >::VmaVector(VmaStlAllocator<VmaBlockDefragmentationContext> const&) src/tide/dependencies/vma/vk_mem_alloc.h 4780 not called
VmaVector<VmaBlockDefragmentationContext, VmaStlAllocator<VmaBlockDefragmentationContext> >::data() src/tide/dependencies/vma/vk_mem_alloc.h 4833 not called
VmaVector<VmaBlockDefragmentationContext, VmaStlAllocator<VmaBlockDefragmentationContext> >::operator[](unsigned long) src/tide/dependencies/vma/vk_mem_alloc.h 4836 not called
VmaVector<VmaBlockDefragmentationContext, VmaStlAllocator<VmaBlockDefragmentationContext> >::resize(unsigned long, bool) src/tide/dependencies/vma/vk_mem_alloc.h 4890 not called
VmaVector<VmaBlockDefragmentationContext, VmaStlAllocator<VmaBlockDefragmentationContext> >::size() const src/tide/dependencies/vma/vk_mem_alloc.h 4832 not called
VmaVector<VmaBlockDefragmentationContext, VmaStlAllocator<VmaBlockDefragmentationContext> >::~VmaVector() src/tide/dependencies/vma/vk_mem_alloc.h 4813 not called
VmaVector<VmaBlockVector::ApplyDefragmentationMovesCpu(VmaBlockVectorDefragmentationContext*, VmaVector<VmaDefragmentationMove, VmaStlAllocator<VmaDefragmentationMove> > const&)::BlockInfo, VmaStlAllocator<VmaBlockVector::ApplyDefragmentationMovesCpu(VmaBlockVectorDefragmentationContext*, VmaVector<VmaDefragmentationMove, VmaStlAllocator<VmaDefragmentationMove> > const&)::BlockInfo> >::VmaVector(unsigned long, VmaBlockVector::ApplyDefragmentationMovesCpu(VmaBlockVectorDefragmentationContext*, VmaVector<VmaDefragmentationMove, VmaStlAllocator<VmaDefragmentationMove> > const&)::BlockInfo const&, VmaStlAllocator<VmaBlockVector::ApplyDefragmentationMovesCpu(VmaBlockVectorDefragmentationContext*, VmaVector<VmaDefragmentationMove, VmaStlAllocator<VmaDefragmentationMove> > const&)::BlockInfo> const&) src/tide/dependencies/vma/vk_mem_alloc.h 4798 not called
VmaVector<VmaBlockVector::ApplyDefragmentationMovesCpu(VmaBlockVectorDefragmentationContext*, VmaVector<VmaDefragmentationMove, VmaStlAllocator<VmaDefragmentationMove> > const&)::BlockInfo, VmaStlAllocator<VmaBlockVector::ApplyDefragmentationMovesCpu(VmaBlockVectorDefragmentationContext*, VmaVector<VmaDefragmentationMove, VmaStlAllocator<VmaDefragmentationMove> > const&)::BlockInfo> >::VmaVector(unsigned long, VmaStlAllocator<VmaBlockVector::ApplyDefragmentationMovesCpu(VmaBlockVectorDefragmentationContext*, VmaVector<VmaDefragmentationMove, VmaStlAllocator<VmaDefragmentationMove> > const&)::BlockInfo> const&) src/tide/dependencies/vma/vk_mem_alloc.h 4788 not called
VmaVector<VmaBlockVector::ApplyDefragmentationMovesCpu(VmaBlockVectorDefragmentationContext*, VmaVector<VmaDefragmentationMove, VmaStlAllocator<VmaDefragmentationMove> > const&)::BlockInfo, VmaStlAllocator<VmaBlockVector::ApplyDefragmentationMovesCpu(VmaBlockVectorDefragmentationContext*, VmaVector<VmaDefragmentationMove, VmaStlAllocator<VmaDefragmentationMove> > const&)::BlockInfo> >::data() src/tide/dependencies/vma/vk_mem_alloc.h 4833 not called
VmaVector<VmaBlockVector::ApplyDefragmentationMovesCpu(VmaBlockVectorDefragmentationContext*, VmaVector<VmaDefragmentationMove, VmaStlAllocator<VmaDefragmentationMove> > const&)::BlockInfo, VmaStlAllocator<VmaBlockVector::ApplyDefragmentationMovesCpu(VmaBlockVectorDefragmentationContext*, VmaVector<VmaDefragmentationMove, VmaStlAllocator<VmaDefragmentationMove> > const&)::BlockInfo> >::operator[](unsigned long) src/tide/dependencies/vma/vk_mem_alloc.h 4836 not called
VmaVector<VmaBlockVector::ApplyDefragmentationMovesCpu(VmaBlockVectorDefragmentationContext*, VmaVector<VmaDefragmentationMove, VmaStlAllocator<VmaDefragmentationMove> > const&)::BlockInfo, VmaStlAllocator<VmaBlockVector::ApplyDefragmentationMovesCpu(VmaBlockVectorDefragmentationContext*, VmaVector<VmaDefragmentationMove, VmaStlAllocator<VmaDefragmentationMove> > const&)::BlockInfo> >::~VmaVector() src/tide/dependencies/vma/vk_mem_alloc.h 4813 not called
VmaVector<VmaBlockVectorDefragmentationContext*, VmaStlAllocator<VmaBlockVectorDefragmentationContext*> >::VmaVector(VmaStlAllocator<VmaBlockVectorDefragmentationContext*> const&) src/tide/dependencies/vma/vk_mem_alloc.h 4780 not called
VmaVector<VmaBlockVectorDefragmentationContext*, VmaStlAllocator<VmaBlockVectorDefragmentationContext*> >::operator[](unsigned long) src/tide/dependencies/vma/vk_mem_alloc.h 4836 not called
VmaVector<VmaBlockVectorDefragmentationContext*, VmaStlAllocator<VmaBlockVectorDefragmentationContext*> >::push_back(VmaBlockVectorDefragmentationContext* const&) src/tide/dependencies/vma/vk_mem_alloc.h 4946 not called
VmaVector<VmaBlockVectorDefragmentationContext*, VmaStlAllocator<VmaBlockVectorDefragmentationContext*> >::resize(unsigned long, bool) src/tide/dependencies/vma/vk_mem_alloc.h 4890 not called
VmaVector<VmaBlockVectorDefragmentationContext*, VmaStlAllocator<VmaBlockVectorDefragmentationContext*> >::size() const src/tide/dependencies/vma/vk_mem_alloc.h 4832 not called
VmaVector<VmaBlockVectorDefragmentationContext*, VmaStlAllocator<VmaBlockVectorDefragmentationContext*> >::~VmaVector() src/tide/dependencies/vma/vk_mem_alloc.h 4813 not called
VmaVector<VmaBlockVectorDefragmentationContext::AllocInfo, VmaStlAllocator<VmaBlockVectorDefragmentationContext::AllocInfo> >::VmaVector(VmaStlAllocator<VmaBlockVectorDefragmentationContext::AllocInfo> const&) src/tide/dependencies/vma/vk_mem_alloc.h 4780 not called
VmaVector<VmaBlockVectorDefragmentationContext::AllocInfo, VmaStlAllocator<VmaBlockVectorDefragmentationContext::AllocInfo> >::operator[](unsigned long) src/tide/dependencies/vma/vk_mem_alloc.h 4836 not called
VmaVector<VmaBlockVectorDefragmentationContext::AllocInfo, VmaStlAllocator<VmaBlockVectorDefragmentationContext::AllocInfo> >::push_back(VmaBlockVectorDefragmentationContext::AllocInfo const&) src/tide/dependencies/vma/vk_mem_alloc.h 4946 not called
VmaVector<VmaBlockVectorDefragmentationContext::AllocInfo, VmaStlAllocator<VmaBlockVectorDefragmentationContext::AllocInfo> >::resize(unsigned long, bool) src/tide/dependencies/vma/vk_mem_alloc.h 4890 not called
VmaVector<VmaBlockVectorDefragmentationContext::AllocInfo, VmaStlAllocator<VmaBlockVectorDefragmentationContext::AllocInfo> >::size() const src/tide/dependencies/vma/vk_mem_alloc.h 4832 not called
VmaVector<VmaBlockVectorDefragmentationContext::AllocInfo, VmaStlAllocator<VmaBlockVectorDefragmentationContext::AllocInfo> >::~VmaVector() src/tide/dependencies/vma/vk_mem_alloc.h 4813 not called
VmaVector<VmaDefragmentationAlgorithm::AllocationInfo, VmaStlAllocator<VmaDefragmentationAlgorithm::AllocationInfo> >::VmaVector(VmaStlAllocator<VmaDefragmentationAlgorithm::AllocationInfo> const&) src/tide/dependencies/vma/vk_mem_alloc.h 4780 not called
VmaVector<VmaDefragmentationAlgorithm::AllocationInfo, VmaStlAllocator<VmaDefragmentationAlgorithm::AllocationInfo> >::begin() src/tide/dependencies/vma/vk_mem_alloc.h 4972 not called
VmaVector<VmaDefragmentationAlgorithm::AllocationInfo, VmaStlAllocator<VmaDefragmentationAlgorithm::AllocationInfo> >::empty() const src/tide/dependencies/vma/vk_mem_alloc.h 4831 not called
VmaVector<VmaDefragmentationAlgorithm::AllocationInfo, VmaStlAllocator<VmaDefragmentationAlgorithm::AllocationInfo> >::end() src/tide/dependencies/vma/vk_mem_alloc.h 4973 not called
VmaVector<VmaDefragmentationAlgorithm::AllocationInfo, VmaStlAllocator<VmaDefragmentationAlgorithm::AllocationInfo> >::operator[](unsigned long) src/tide/dependencies/vma/vk_mem_alloc.h 4836 not called
VmaVector<VmaDefragmentationAlgorithm::AllocationInfo, VmaStlAllocator<VmaDefragmentationAlgorithm::AllocationInfo> >::push_back(VmaDefragmentationAlgorithm::AllocationInfo const&) src/tide/dependencies/vma/vk_mem_alloc.h 4946 not called
VmaVector<VmaDefragmentationAlgorithm::AllocationInfo, VmaStlAllocator<VmaDefragmentationAlgorithm::AllocationInfo> >::remove(unsigned long) src/tide/dependencies/vma/vk_mem_alloc.h 4935 not called
VmaVector<VmaDefragmentationAlgorithm::AllocationInfo, VmaStlAllocator<VmaDefragmentationAlgorithm::AllocationInfo> >::resize(unsigned long, bool) src/tide/dependencies/vma/vk_mem_alloc.h 4890 not called
VmaVector<VmaDefragmentationAlgorithm::AllocationInfo, VmaStlAllocator<VmaDefragmentationAlgorithm::AllocationInfo> >::size() const src/tide/dependencies/vma/vk_mem_alloc.h 4832 not called
VmaVector<VmaDefragmentationAlgorithm::AllocationInfo, VmaStlAllocator<VmaDefragmentationAlgorithm::AllocationInfo> >::~VmaVector() src/tide/dependencies/vma/vk_mem_alloc.h 4813 not called
VmaVector<VmaDefragmentationAlgorithm_Fast::BlockInfo, VmaStlAllocator<VmaDefragmentationAlgorithm_Fast::BlockInfo> >::VmaVector(VmaStlAllocator<VmaDefragmentationAlgorithm_Fast::BlockInfo> const&) src/tide/dependencies/vma/vk_mem_alloc.h 4780 not called
VmaVector<VmaDefragmentationAlgorithm_Fast::BlockInfo, VmaStlAllocator<VmaDefragmentationAlgorithm_Fast::BlockInfo> >::begin() src/tide/dependencies/vma/vk_mem_alloc.h 4972 not called
VmaVector<VmaDefragmentationAlgorithm_Fast::BlockInfo, VmaStlAllocator<VmaDefragmentationAlgorithm_Fast::BlockInfo> >::clear(bool) src/tide/dependencies/vma/vk_mem_alloc.h 4918 not called
VmaVector<VmaDefragmentationAlgorithm_Fast::BlockInfo, VmaStlAllocator<VmaDefragmentationAlgorithm_Fast::BlockInfo> >::end() src/tide/dependencies/vma/vk_mem_alloc.h 4973 not called
VmaVector<VmaDefragmentationAlgorithm_Fast::BlockInfo, VmaStlAllocator<VmaDefragmentationAlgorithm_Fast::BlockInfo> >::operator[](unsigned long) src/tide/dependencies/vma/vk_mem_alloc.h 4836 not called
VmaVector<VmaDefragmentationAlgorithm_Fast::BlockInfo, VmaStlAllocator<VmaDefragmentationAlgorithm_Fast::BlockInfo> >::resize(unsigned long, bool) src/tide/dependencies/vma/vk_mem_alloc.h 4890 not called
VmaVector<VmaDefragmentationAlgorithm_Fast::BlockInfo, VmaStlAllocator<VmaDefragmentationAlgorithm_Fast::BlockInfo> >::~VmaVector() src/tide/dependencies/vma/vk_mem_alloc.h 4813 not called
VmaVector<VmaDefragmentationAlgorithm_Generic::BlockInfo*, VmaStlAllocator<VmaDefragmentationAlgorithm_Generic::BlockInfo*> >::VmaVector(VmaStlAllocator<VmaDefragmentationAlgorithm_Generic::BlockInfo*> const&) src/tide/dependencies/vma/vk_mem_alloc.h 4780 not called
VmaVector<VmaDefragmentationAlgorithm_Generic::BlockInfo*, VmaStlAllocator<VmaDefragmentationAlgorithm_Generic::BlockInfo*> >::begin() src/tide/dependencies/vma/vk_mem_alloc.h 4972 not called
VmaVector<VmaDefragmentationAlgorithm_Generic::BlockInfo*, VmaStlAllocator<VmaDefragmentationAlgorithm_Generic::BlockInfo*> >::empty() const src/tide/dependencies/vma/vk_mem_alloc.h 4831 not called
VmaVector<VmaDefragmentationAlgorithm_Generic::BlockInfo*, VmaStlAllocator<VmaDefragmentationAlgorithm_Generic::BlockInfo*> >::end() src/tide/dependencies/vma/vk_mem_alloc.h 4973 not called
VmaVector<VmaDefragmentationAlgorithm_Generic::BlockInfo*, VmaStlAllocator<VmaDefragmentationAlgorithm_Generic::BlockInfo*> >::operator[](unsigned long) src/tide/dependencies/vma/vk_mem_alloc.h 4836 not called
VmaVector<VmaDefragmentationAlgorithm_Generic::BlockInfo*, VmaStlAllocator<VmaDefragmentationAlgorithm_Generic::BlockInfo*> >::operator[](unsigned long) const src/tide/dependencies/vma/vk_mem_alloc.h 4841 not called
VmaVector<VmaDefragmentationAlgorithm_Generic::BlockInfo*, VmaStlAllocator<VmaDefragmentationAlgorithm_Generic::BlockInfo*> >::push_back(VmaDefragmentationAlgorithm_Generic::BlockInfo* const&) src/tide/dependencies/vma/vk_mem_alloc.h 4946 not called
VmaVector<VmaDefragmentationAlgorithm_Generic::BlockInfo*, VmaStlAllocator<VmaDefragmentationAlgorithm_Generic::BlockInfo*> >::resize(unsigned long, bool) src/tide/dependencies/vma/vk_mem_alloc.h 4890 not called
VmaVector<VmaDefragmentationAlgorithm_Generic::BlockInfo*, VmaStlAllocator<VmaDefragmentationAlgorithm_Generic::BlockInfo*> >::size() const src/tide/dependencies/vma/vk_mem_alloc.h 4832 not called
VmaVector<VmaDefragmentationAlgorithm_Generic::BlockInfo*, VmaStlAllocator<VmaDefragmentationAlgorithm_Generic::BlockInfo*> >::~VmaVector() src/tide/dependencies/vma/vk_mem_alloc.h 4813 not called
VmaVector<VmaDefragmentationMove, VmaStlAllocator<VmaDefragmentationMove> >::VmaVector(VmaStlAllocator<VmaDefragmentationMove> const&) src/tide/dependencies/vma/vk_mem_alloc.h 4780 not called
VmaVector<VmaDefragmentationMove, VmaStlAllocator<VmaDefragmentationMove> >::empty() const src/tide/dependencies/vma/vk_mem_alloc.h 4831 not called
VmaVector<VmaDefragmentationMove, VmaStlAllocator<VmaDefragmentationMove> >::operator[](unsigned long) src/tide/dependencies/vma/vk_mem_alloc.h 4836 not called
VmaVector<VmaDefragmentationMove, VmaStlAllocator<VmaDefragmentationMove> >::operator[](unsigned long) const src/tide/dependencies/vma/vk_mem_alloc.h 4841 not called
VmaVector<VmaDefragmentationMove, VmaStlAllocator<VmaDefragmentationMove> >::push_back(VmaDefragmentationMove const&) src/tide/dependencies/vma/vk_mem_alloc.h 4946 not called
VmaVector<VmaDefragmentationMove, VmaStlAllocator<VmaDefragmentationMove> >::resize(unsigned long, bool) src/tide/dependencies/vma/vk_mem_alloc.h 4890 not called
VmaVector<VmaDefragmentationMove, VmaStlAllocator<VmaDefragmentationMove> >::size() const src/tide/dependencies/vma/vk_mem_alloc.h 4832 not called
VmaVector<VmaDefragmentationMove, VmaStlAllocator<VmaDefragmentationMove> >::~VmaVector() src/tide/dependencies/vma/vk_mem_alloc.h 4813 not called
VmaVector<VmaDeviceMemoryBlock*, VmaStlAllocator<VmaDeviceMemoryBlock*> >::VmaVector(VmaStlAllocator<VmaDeviceMemoryBlock*> const&) src/tide/dependencies/vma/vk_mem_alloc.h 4780 not called
VmaVector<VmaDeviceMemoryBlock*, VmaStlAllocator<VmaDeviceMemoryBlock*> >::back() src/tide/dependencies/vma/vk_mem_alloc.h 4857 not called
VmaVector<VmaDeviceMemoryBlock*, VmaStlAllocator<VmaDeviceMemoryBlock*> >::empty() const src/tide/dependencies/vma/vk_mem_alloc.h 4831 not called
VmaVector<VmaDeviceMemoryBlock*, VmaStlAllocator<VmaDeviceMemoryBlock*> >::operator[](unsigned long) src/tide/dependencies/vma/vk_mem_alloc.h 4836 not called
VmaVector<VmaDeviceMemoryBlock*, VmaStlAllocator<VmaDeviceMemoryBlock*> >::operator[](unsigned long) const src/tide/dependencies/vma/vk_mem_alloc.h 4841 not called
VmaVector<VmaDeviceMemoryBlock*, VmaStlAllocator<VmaDeviceMemoryBlock*> >::pop_back() src/tide/dependencies/vma/vk_mem_alloc.h 4953 not called
VmaVector<VmaDeviceMemoryBlock*, VmaStlAllocator<VmaDeviceMemoryBlock*> >::push_back(VmaDeviceMemoryBlock* const&) src/tide/dependencies/vma/vk_mem_alloc.h 4946 not called
VmaVector<VmaDeviceMemoryBlock*, VmaStlAllocator<VmaDeviceMemoryBlock*> >::remove(unsigned long) src/tide/dependencies/vma/vk_mem_alloc.h 4935 not called
VmaVector<VmaDeviceMemoryBlock*, VmaStlAllocator<VmaDeviceMemoryBlock*> >::resize(unsigned long, bool) src/tide/dependencies/vma/vk_mem_alloc.h 4890 not called
VmaVector<VmaDeviceMemoryBlock*, VmaStlAllocator<VmaDeviceMemoryBlock*> >::size() const src/tide/dependencies/vma/vk_mem_alloc.h 4832 not called
VmaVector<VmaDeviceMemoryBlock*, VmaStlAllocator<VmaDeviceMemoryBlock*> >::~VmaVector() src/tide/dependencies/vma/vk_mem_alloc.h 4813 not called
VmaVector<VmaJsonWriter::StackItem, VmaStlAllocator<VmaJsonWriter::StackItem> >::VmaVector(VmaStlAllocator<VmaJsonWriter::StackItem> const&) src/tide/dependencies/vma/vk_mem_alloc.h 4780 not called
VmaVector<VmaJsonWriter::StackItem, VmaStlAllocator<VmaJsonWriter::StackItem> >::back() src/tide/dependencies/vma/vk_mem_alloc.h 4857 not called
VmaVector<VmaJsonWriter::StackItem, VmaStlAllocator<VmaJsonWriter::StackItem> >::empty() const src/tide/dependencies/vma/vk_mem_alloc.h 4831 not called
VmaVector<VmaJsonWriter::StackItem, VmaStlAllocator<VmaJsonWriter::StackItem> >::pop_back() src/tide/dependencies/vma/vk_mem_alloc.h 4953 not called
VmaVector<VmaJsonWriter::StackItem, VmaStlAllocator<VmaJsonWriter::StackItem> >::push_back(VmaJsonWriter::StackItem const&) src/tide/dependencies/vma/vk_mem_alloc.h 4946 not called
VmaVector<VmaJsonWriter::StackItem, VmaStlAllocator<VmaJsonWriter::StackItem> >::resize(unsigned long, bool) src/tide/dependencies/vma/vk_mem_alloc.h 4890 not called
VmaVector<VmaJsonWriter::StackItem, VmaStlAllocator<VmaJsonWriter::StackItem> >::size() const src/tide/dependencies/vma/vk_mem_alloc.h 4832 not called
VmaVector<VmaJsonWriter::StackItem, VmaStlAllocator<VmaJsonWriter::StackItem> >::~VmaVector() src/tide/dependencies/vma/vk_mem_alloc.h 4813 not called
VmaVector<VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::iterator, VmaStlAllocator<VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::iterator> >::VmaVector(VmaStlAllocator<VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::iterator> const&) src/tide/dependencies/vma/vk_mem_alloc.h 4780 not called
VmaVector<VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::iterator, VmaStlAllocator<VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::iterator> >::back() const src/tide/dependencies/vma/vk_mem_alloc.h 4862 not called
VmaVector<VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::iterator, VmaStlAllocator<VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::iterator> >::begin() src/tide/dependencies/vma/vk_mem_alloc.h 4972 not called
VmaVector<VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::iterator, VmaStlAllocator<VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::iterator> >::clear(bool) src/tide/dependencies/vma/vk_mem_alloc.h 4918 not called
VmaVector<VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::iterator, VmaStlAllocator<VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::iterator> >::data() src/tide/dependencies/vma/vk_mem_alloc.h 4833 not called
VmaVector<VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::iterator, VmaStlAllocator<VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::iterator> >::empty() const src/tide/dependencies/vma/vk_mem_alloc.h 4831 not called
VmaVector<VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::iterator, VmaStlAllocator<VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::iterator> >::end() src/tide/dependencies/vma/vk_mem_alloc.h 4973 not called
VmaVector<VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::iterator, VmaStlAllocator<VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::iterator> >::insert(unsigned long, VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::iterator const&) src/tide/dependencies/vma/vk_mem_alloc.h 4923 not called
VmaVector<VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::iterator, VmaStlAllocator<VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::iterator> >::operator[](unsigned long) src/tide/dependencies/vma/vk_mem_alloc.h 4836 not called
VmaVector<VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::iterator, VmaStlAllocator<VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::iterator> >::operator[](unsigned long) const src/tide/dependencies/vma/vk_mem_alloc.h 4841 not called
VmaVector<VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::iterator, VmaStlAllocator<VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::iterator> >::push_back(VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::iterator const&) src/tide/dependencies/vma/vk_mem_alloc.h 4946 not called
VmaVector<VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::iterator, VmaStlAllocator<VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::iterator> >::remove(unsigned long) src/tide/dependencies/vma/vk_mem_alloc.h 4935 not called
VmaVector<VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::iterator, VmaStlAllocator<VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::iterator> >::resize(unsigned long, bool) src/tide/dependencies/vma/vk_mem_alloc.h 4890 not called
VmaVector<VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::iterator, VmaStlAllocator<VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::iterator> >::size() const src/tide/dependencies/vma/vk_mem_alloc.h 4832 not called
VmaVector<VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::iterator, VmaStlAllocator<VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::iterator> >::~VmaVector() src/tide/dependencies/vma/vk_mem_alloc.h 4813 not called
VmaVector<VmaPoolAllocator<VmaAllocation_T>::ItemBlock, VmaStlAllocator<VmaPoolAllocator<VmaAllocation_T>::ItemBlock> >::VmaVector(VmaStlAllocator<VmaPoolAllocator<VmaAllocation_T>::ItemBlock> const&) src/tide/dependencies/vma/vk_mem_alloc.h 4780 not called
VmaVector<VmaPoolAllocator<VmaAllocation_T>::ItemBlock, VmaStlAllocator<VmaPoolAllocator<VmaAllocation_T>::ItemBlock> >::back() src/tide/dependencies/vma/vk_mem_alloc.h 4857 not called
VmaVector<VmaPoolAllocator<VmaAllocation_T>::ItemBlock, VmaStlAllocator<VmaPoolAllocator<VmaAllocation_T>::ItemBlock> >::clear(bool) src/tide/dependencies/vma/vk_mem_alloc.h 4918 not called
VmaVector<VmaPoolAllocator<VmaAllocation_T>::ItemBlock, VmaStlAllocator<VmaPoolAllocator<VmaAllocation_T>::ItemBlock> >::empty() const src/tide/dependencies/vma/vk_mem_alloc.h 4831 not called
VmaVector<VmaPoolAllocator<VmaAllocation_T>::ItemBlock, VmaStlAllocator<VmaPoolAllocator<VmaAllocation_T>::ItemBlock> >::operator[](unsigned long) src/tide/dependencies/vma/vk_mem_alloc.h 4836 not called
VmaVector<VmaPoolAllocator<VmaAllocation_T>::ItemBlock, VmaStlAllocator<VmaPoolAllocator<VmaAllocation_T>::ItemBlock> >::push_back(VmaPoolAllocator<VmaAllocation_T>::ItemBlock const&) src/tide/dependencies/vma/vk_mem_alloc.h 4946 not called
VmaVector<VmaPoolAllocator<VmaAllocation_T>::ItemBlock, VmaStlAllocator<VmaPoolAllocator<VmaAllocation_T>::ItemBlock> >::resize(unsigned long, bool) src/tide/dependencies/vma/vk_mem_alloc.h 4890 not called
VmaVector<VmaPoolAllocator<VmaAllocation_T>::ItemBlock, VmaStlAllocator<VmaPoolAllocator<VmaAllocation_T>::ItemBlock> >::size() const src/tide/dependencies/vma/vk_mem_alloc.h 4832 not called
VmaVector<VmaPoolAllocator<VmaAllocation_T>::ItemBlock, VmaStlAllocator<VmaPoolAllocator<VmaAllocation_T>::ItemBlock> >::~VmaVector() src/tide/dependencies/vma/vk_mem_alloc.h 4813 not called
VmaVector<VmaPoolAllocator<VmaListItem<VmaSuballocation> >::ItemBlock, VmaStlAllocator<VmaPoolAllocator<VmaListItem<VmaSuballocation> >::ItemBlock> >::VmaVector(VmaStlAllocator<VmaPoolAllocator<VmaListItem<VmaSuballocation> >::ItemBlock> const&) src/tide/dependencies/vma/vk_mem_alloc.h 4780 not called
VmaVector<VmaPoolAllocator<VmaListItem<VmaSuballocation> >::ItemBlock, VmaStlAllocator<VmaPoolAllocator<VmaListItem<VmaSuballocation> >::ItemBlock> >::back() src/tide/dependencies/vma/vk_mem_alloc.h 4857 not called
VmaVector<VmaPoolAllocator<VmaListItem<VmaSuballocation> >::ItemBlock, VmaStlAllocator<VmaPoolAllocator<VmaListItem<VmaSuballocation> >::ItemBlock> >::clear(bool) src/tide/dependencies/vma/vk_mem_alloc.h 4918 not called
VmaVector<VmaPoolAllocator<VmaListItem<VmaSuballocation> >::ItemBlock, VmaStlAllocator<VmaPoolAllocator<VmaListItem<VmaSuballocation> >::ItemBlock> >::empty() const src/tide/dependencies/vma/vk_mem_alloc.h 4831 not called
VmaVector<VmaPoolAllocator<VmaListItem<VmaSuballocation> >::ItemBlock, VmaStlAllocator<VmaPoolAllocator<VmaListItem<VmaSuballocation> >::ItemBlock> >::operator[](unsigned long) src/tide/dependencies/vma/vk_mem_alloc.h 4836 not called
VmaVector<VmaPoolAllocator<VmaListItem<VmaSuballocation> >::ItemBlock, VmaStlAllocator<VmaPoolAllocator<VmaListItem<VmaSuballocation> >::ItemBlock> >::push_back(VmaPoolAllocator<VmaListItem<VmaSuballocation> >::ItemBlock const&) src/tide/dependencies/vma/vk_mem_alloc.h 4946 not called
VmaVector<VmaPoolAllocator<VmaListItem<VmaSuballocation> >::ItemBlock, VmaStlAllocator<VmaPoolAllocator<VmaListItem<VmaSuballocation> >::ItemBlock> >::resize(unsigned long, bool) src/tide/dependencies/vma/vk_mem_alloc.h 4890 not called
VmaVector<VmaPoolAllocator<VmaListItem<VmaSuballocation> >::ItemBlock, VmaStlAllocator<VmaPoolAllocator<VmaListItem<VmaSuballocation> >::ItemBlock> >::size() const src/tide/dependencies/vma/vk_mem_alloc.h 4832 not called
VmaVector<VmaPoolAllocator<VmaListItem<VmaSuballocation> >::ItemBlock, VmaStlAllocator<VmaPoolAllocator<VmaListItem<VmaSuballocation> >::ItemBlock> >::~VmaVector() src/tide/dependencies/vma/vk_mem_alloc.h 4813 not called
VmaVector<VmaPool_T*, VmaStlAllocator<VmaPool_T*> >::VmaVector(VmaStlAllocator<VmaPool_T*> const&) src/tide/dependencies/vma/vk_mem_alloc.h 4780 not called
VmaVector<VmaPool_T*, VmaStlAllocator<VmaPool_T*> >::begin() src/tide/dependencies/vma/vk_mem_alloc.h 4972 not called
VmaVector<VmaPool_T*, VmaStlAllocator<VmaPool_T*> >::data() src/tide/dependencies/vma/vk_mem_alloc.h 4833 not called
VmaVector<VmaPool_T*, VmaStlAllocator<VmaPool_T*> >::empty() const src/tide/dependencies/vma/vk_mem_alloc.h 4831 not called
VmaVector<VmaPool_T*, VmaStlAllocator<VmaPool_T*> >::end() src/tide/dependencies/vma/vk_mem_alloc.h 4973 not called
VmaVector<VmaPool_T*, VmaStlAllocator<VmaPool_T*> >::insert(unsigned long, VmaPool_T* const&) src/tide/dependencies/vma/vk_mem_alloc.h 4923 not called
VmaVector<VmaPool_T*, VmaStlAllocator<VmaPool_T*> >::operator[](unsigned long) src/tide/dependencies/vma/vk_mem_alloc.h 4836 not called
VmaVector<VmaPool_T*, VmaStlAllocator<VmaPool_T*> >::remove(unsigned long) src/tide/dependencies/vma/vk_mem_alloc.h 4935 not called
VmaVector<VmaPool_T*, VmaStlAllocator<VmaPool_T*> >::resize(unsigned long, bool) src/tide/dependencies/vma/vk_mem_alloc.h 4890 not called
VmaVector<VmaPool_T*, VmaStlAllocator<VmaPool_T*> >::size() const src/tide/dependencies/vma/vk_mem_alloc.h 4832 not called
VmaVector<VmaPool_T*, VmaStlAllocator<VmaPool_T*> >::~VmaVector() src/tide/dependencies/vma/vk_mem_alloc.h 4813 not called
VmaVector<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::VmaVector(VmaStlAllocator<VmaSuballocation> const&) src/tide/dependencies/vma/vk_mem_alloc.h 4780 not called
VmaVector<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::back() src/tide/dependencies/vma/vk_mem_alloc.h 4857 not called
VmaVector<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::back() const src/tide/dependencies/vma/vk_mem_alloc.h 4862 not called
VmaVector<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::begin() src/tide/dependencies/vma/vk_mem_alloc.h 4972 not called
VmaVector<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::clear(bool) src/tide/dependencies/vma/vk_mem_alloc.h 4918 not called
VmaVector<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::empty() const src/tide/dependencies/vma/vk_mem_alloc.h 4831 not called
VmaVector<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::end() src/tide/dependencies/vma/vk_mem_alloc.h 4973 not called
VmaVector<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::operator[](unsigned long) src/tide/dependencies/vma/vk_mem_alloc.h 4836 not called
VmaVector<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::operator[](unsigned long) const src/tide/dependencies/vma/vk_mem_alloc.h 4841 not called
VmaVector<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::pop_back() src/tide/dependencies/vma/vk_mem_alloc.h 4953 not called
VmaVector<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::push_back(VmaSuballocation const&) src/tide/dependencies/vma/vk_mem_alloc.h 4946 not called
VmaVector<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::remove(unsigned long) src/tide/dependencies/vma/vk_mem_alloc.h 4935 not called
VmaVector<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::resize(unsigned long, bool) src/tide/dependencies/vma/vk_mem_alloc.h 4890 not called
VmaVector<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::size() const src/tide/dependencies/vma/vk_mem_alloc.h 4832 not called
VmaVector<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::~VmaVector() src/tide/dependencies/vma/vk_mem_alloc.h 4813 not called
VmaVector<char, VmaStlAllocator<char> >::VmaVector(VmaStlAllocator<char> const&) src/tide/dependencies/vma/vk_mem_alloc.h 4780 not called
VmaVector<char, VmaStlAllocator<char> >::data() src/tide/dependencies/vma/vk_mem_alloc.h 4833 not called
VmaVector<char, VmaStlAllocator<char> >::data() const src/tide/dependencies/vma/vk_mem_alloc.h 4834 not called
VmaVector<char, VmaStlAllocator<char> >::push_back(char const&) src/tide/dependencies/vma/vk_mem_alloc.h 4946 not called
VmaVector<char, VmaStlAllocator<char> >::resize(unsigned long, bool) src/tide/dependencies/vma/vk_mem_alloc.h 4890 not called
VmaVector<char, VmaStlAllocator<char> >::size() const src/tide/dependencies/vma/vk_mem_alloc.h 4832 not called
VmaVector<char, VmaStlAllocator<char> >::~VmaVector() src/tide/dependencies/vma/vk_mem_alloc.h 4813 not called
VmaWriteMagicValue(void*, unsigned long) src/tide/dependencies/vma/vk_mem_alloc.h 4458 not called
VulkanEngine::VulkanEngine() src/tide/engine/vk_engine.cpp 27 not called
VulkanEngine::cleanup() src/tide/engine/vk_engine.cpp 85 not called
VulkanEngine::create_buffer(unsigned long, unsigned int, VmaMemoryUsage) src/tide/engine/vk_engine.cpp 1291 not called
VulkanEngine::create_material(VkPipeline_T*, VkPipelineLayout_T*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) src/tide/engine/vk_engine.cpp 1082 not called
VulkanEngine::draw(float) src/tide/engine/vk_engine.cpp 108 not called
VulkanEngine::draw_objects(VkCommandBuffer_T*, RenderObject*, int) src/tide/engine/vk_engine.cpp 1111 not called
VulkanEngine::end() src/tide/engine/vk_engine.cpp 106 not called
VulkanEngine::get_current_frame() src/tide/engine/vk_engine.cpp 263 not called
VulkanEngine::get_height(void*) src/tide/engine/vk_engine.cpp 961 not called
VulkanEngine::get_last_frame() src/tide/engine/vk_engine.cpp 265 not called
VulkanEngine::get_material(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) src/tide/engine/vk_engine.cpp 1092 not called
VulkanEngine::get_mesh(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) src/tide/engine/vk_engine.cpp 1102 not called
VulkanEngine::get_sampler() src/tide/engine/vk_engine.cpp 968 not called
VulkanEngine::get_sampler()::{lambda()#1}::operator()() const src/tide/engine/vk_engine.cpp 972 not called
VulkanEngine::get_width(void*) src/tide/engine/vk_engine.cpp 964 not called
VulkanEngine::handle_event(SDL_Event const&) src/tide/engine/vk_engine.cpp 104 not called
VulkanEngine::immediate_submit(std::function<void (VkCommandBuffer_T*)>&&) src/tide/engine/vk_engine.cpp 1329 not called
VulkanEngine::init() src/tide/engine/vk_engine.cpp 43 not called
VulkanEngine::init_commands() src/tide/engine/vk_engine.cpp 572 not called
VulkanEngine::init_commands()::{lambda()#1}::operator()() const src/tide/engine/vk_engine.cpp 589 not called
VulkanEngine::init_commands()::{lambda()#2}::operator()() const src/tide/engine/vk_engine.cpp 599 not called
VulkanEngine::init_default_renderpass() src/tide/engine/vk_engine.cpp 459 not called
VulkanEngine::init_default_renderpass()::{lambda()#1}::operator()() const src/tide/engine/vk_engine.cpp 544 not called
VulkanEngine::init_descriptors() src/tide/engine/vk_engine.cpp 1354 not called
VulkanEngine::init_descriptors()::{lambda()#1}::operator()() const src/tide/engine/vk_engine.cpp 1475 not called
VulkanEngine::init_framebuffers() src/tide/engine/vk_engine.cpp 547 not called
VulkanEngine::init_framebuffers()::{lambda()#1}::operator()() const src/tide/engine/vk_engine.cpp 565 not called
VulkanEngine::init_imgui() src/tide/engine/vk_engine.cpp 400 not called
VulkanEngine::init_imgui()::{lambda()#2}::operator()() const src/tide/engine/vk_engine.cpp 453 not called
VulkanEngine::init_imgui()::{lambda(VkCommandBuffer_T*)#1}::operator()(VkCommandBuffer_T*) const src/tide/engine/vk_engine.cpp 447 not called
VulkanEngine::init_pipelines() src/tide/engine/vk_engine.cpp 644 not called
VulkanEngine::init_pipelines()::{lambda()#1}::operator()() const src/tide/engine/vk_engine.cpp 778 not called
VulkanEngine::init_scene() src/tide/engine/vk_engine.cpp 1233 not called
VulkanEngine::init_scene()::{lambda()#1}::operator()() const src/tide/engine/vk_engine.cpp 1278 not called
VulkanEngine::init_swapchain() src/tide/engine/vk_engine.cpp 342 not called
VulkanEngine::init_swapchain()::{lambda()#1}::operator()() const src/tide/engine/vk_engine.cpp 361 not called
VulkanEngine::init_swapchain()::{lambda()#2}::operator()() const src/tide/engine/vk_engine.cpp 394 not called
VulkanEngine::init_sync_structures() src/tide/engine/vk_engine.cpp 608 not called
VulkanEngine::init_sync_structures()::{lambda()#1}::operator()() const src/tide/engine/vk_engine.cpp 623 not called
VulkanEngine::init_sync_structures()::{lambda()#2}::operator()() const src/tide/engine/vk_engine.cpp 631 not called
VulkanEngine::init_sync_structures()::{lambda()#3}::operator()() const src/tide/engine/vk_engine.cpp 641 not called
VulkanEngine::init_vulkan() src/tide/engine/vk_engine.cpp 267 not called
VulkanEngine::init_vulkan()::{lambda()#1}::operator()() const src/tide/engine/vk_engine.cpp 334 not called
VulkanEngine::instance() src/tide/engine/vk_engine.cpp 29 not called
VulkanEngine::load_images() src/tide/engine/vk_engine.cpp 997 not called
VulkanEngine::load_images()::{lambda()#1}::operator()() const src/tide/engine/vk_engine.cpp 1009 not called
VulkanEngine::load_imtexture(char const*) src/tide/engine/vk_engine.cpp 951 not called
VulkanEngine::load_imtexture(char const*)::{lambda()#1}::operator()() const src/tide/engine/vk_engine.cpp 956 not called
VulkanEngine::load_meshes() src/tide/engine/vk_engine.cpp 889 not called
VulkanEngine::load_shader_module(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, VkShaderModule_T**) src/tide/engine/vk_engine.cpp 787 not called
VulkanEngine::load_texture(char const*) src/tide/engine/vk_engine.cpp 977 not called
VulkanEngine::load_texture(char const*)::{lambda()#1}::operator()() const src/tide/engine/vk_engine.cpp 988 not called
VulkanEngine::new_texture_sampler() src/tide/engine/vk_engine.cpp 922 not called
VulkanEngine::pad_uniform_buffer_size(unsigned long) src/tide/engine/vk_engine.cpp 1319 not called
VulkanEngine::run() src/tide/engine/vk_engine.cpp 221 not called
VulkanEngine::start() src/tide/engine/vk_engine.cpp 103 not called
VulkanEngine::tick(float) src/tide/engine/vk_engine.cpp 105 not called
VulkanEngine::upload_mesh(Mesh&) src/tide/engine/vk_engine.cpp 1014 not called
VulkanEngine::upload_mesh(Mesh&)::{lambda()#1}::operator()() const src/tide/engine/vk_engine.cpp 1067 not called
VulkanEngine::upload_mesh(Mesh&)::{lambda(VkCommandBuffer_T*)#2}::operator()(VkCommandBuffer_T*) const src/tide/engine/vk_engine.cpp 1071 not called
_ZZN6lython7CompareIJiEE3runERSoENKUlDpOT_E0_clIJRiEEEDaS5_ benchmarks/bench.h 121 not called
_ZZN6lython7CompareIJiEE3runERSoENKUlDpOT_E_clIJRiEEEDaS5_ benchmarks/bench.h 117 not called
auto lython::FormatSpecifier::__repr__[abi:cxx11]() const::{lambda(std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> >, auto:1)#1}::operator()<char>(std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> >, char) const src/parser/format_spec.cpp 31 not called
auto lython::FormatSpecifier::__repr__[abi:cxx11]() const::{lambda(std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> >, auto:1)#1}::operator()<unsigned long>(std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> >, unsigned long) const src/parser/format_spec.cpp 31 not called
auto main::{lambda(auto:1 const&)#1}::operator()<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const src/cli/cli.cpp 68 not called
bool VmaIsPow2<int>(int) src/tide/dependencies/vma/vk_mem_alloc.h 4267 not called
bool VmaIsPow2<unsigned long>(unsigned long) src/tide/dependencies/vma/vk_mem_alloc.h 4267 not called
bool VmaVectorRemoveSorted<VmaPointerLess, VmaVector<VmaAllocation_T*, VmaStlAllocator<VmaAllocation_T*> > >(VmaVector<VmaAllocation_T*, VmaStlAllocator<VmaAllocation_T*> >&, VmaVector<VmaAllocation_T*, VmaStlAllocator<VmaAllocation_T*> >::value_type const&) src/tide/dependencies/vma/vk_mem_alloc.h 5009 not called
bool VmaVectorRemoveSorted<VmaPointerLess, VmaVector<VmaPool_T*, VmaStlAllocator<VmaPool_T*> > >(VmaVector<VmaPool_T*, VmaStlAllocator<VmaPool_T*> >&, VmaVector<VmaPool_T*, VmaStlAllocator<VmaPool_T*> >::value_type const&) src/tide/dependencies/vma/vk_mem_alloc.h 5009 not called
bool const& lython::ConstantValue::get<bool>() const src/ast/constant.h 244 called 113 times
bool lython::BaseVisitor<lython::Printer, true, lython::PrintTrait, std::ostream&, int>::exec<bool>(lython::Node const*, int, std::ostream&, int) src/ast/visitor.h 99 called 2850 times
bool lython::Circle::any_of<lython::ExprNode*>(std::vector<lython::ExprNode*, lython::Allocator<lython::ExprNode*, lython::device::CPU> > const&, int) src/ast/ops/circle.cpp 79 called 5 times
bool lython::Circle::any_of<lython::Pattern*>(std::vector<lython::Pattern*, lython::Allocator<lython::Pattern*, lython::device::CPU> > const&, int) src/ast/ops/circle.cpp 79 not called
bool lython::Circle::any_of<lython::StmtNode*>(std::vector<lython::StmtNode*, lython::Allocator<lython::StmtNode*, lython::device::CPU> > const&, int) src/ast/ops/circle.cpp 79 called 4 times
bool lython::Equality::exec<bool>(bool const&, bool const&, int) src/ast/ops/equality.cpp 12 called 2 times
bool lython::Equality::exec<int>(int const&, int const&, int) src/ast/ops/equality.cpp 12 not called
bool lython::Equality::exec<int>(lython::Optional<int> const&, lython::Optional<int> const&, int) src/ast/ops/equality.cpp 61 called 2 times
bool lython::Equality::exec<lython::Alias>(std::vector<lython::Alias, lython::Allocator<lython::Alias, lython::device::CPU> > const&, std::vector<lython::Alias, lython::Allocator<lython::Alias, lython::device::CPU> > const&, int) src/ast/ops/equality.cpp 73 called 4 times
bool lython::Equality::exec<lython::Arg>(lython::Optional<lython::Arg> const&, lython::Optional<lython::Arg> const&, int) src/ast/ops/equality.cpp 61 called 2 times
bool lython::Equality::exec<lython::Arg>(std::vector<lython::Arg, lython::Allocator<lython::Arg, lython::device::CPU> > const&, std::vector<lython::Arg, lython::Allocator<lython::Arg, lython::device::CPU> > const&, int) src/ast/ops/equality.cpp 73 called 3 times
bool lython::Equality::exec<lython::CmpOperator>(lython::CmpOperator const&, lython::CmpOperator const&, int) src/ast/ops/equality.cpp 12 called 11 times
bool lython::Equality::exec<lython::CmpOperator>(std::vector<lython::CmpOperator, lython::Allocator<lython::CmpOperator, lython::device::CPU> > const&, std::vector<lython::CmpOperator, lython::Allocator<lython::CmpOperator, lython::device::CPU> > const&, int) src/ast/ops/equality.cpp 73 called 9 times
bool lython::Equality::exec<lython::Comprehension>(std::vector<lython::Comprehension, lython::Allocator<lython::Comprehension, lython::device::CPU> > const&, std::vector<lython::Comprehension, lython::Allocator<lython::Comprehension, lython::device::CPU> > const&, int) src/ast/ops/equality.cpp 73 called 4 times
bool lython::Equality::exec<lython::ConstantValue>(lython::ConstantValue const&, lython::ConstantValue const&, int) src/ast/ops/equality.cpp 12 called 2 times
bool lython::Equality::exec<lython::ConversionKind>(lython::ConversionKind const&, lython::ConversionKind const&, int) src/ast/ops/equality.cpp 12 called 3 times
bool lython::Equality::exec<lython::ConversionKind>(lython::Optional<lython::ConversionKind> const&, lython::Optional<lython::ConversionKind> const&, int) src/ast/ops/equality.cpp 61 called 3 times
bool lython::Equality::exec<lython::ExceptHandler>(std::vector<lython::ExceptHandler, lython::Allocator<lython::ExceptHandler, lython::device::CPU> > const&, std::vector<lython::ExceptHandler, lython::Allocator<lython::ExceptHandler, lython::device::CPU> > const&, int) src/ast/ops/equality.cpp 73 called 1 time
bool lython::Equality::exec<lython::ExprNode*>(lython::Optional<lython::ExprNode*> const&, lython::Optional<lython::ExprNode*> const&, int) src/ast/ops/equality.cpp 61 called 43 times
bool lython::Equality::exec<lython::ExprNode*>(std::vector<lython::ExprNode*, lython::Allocator<lython::ExprNode*, lython::device::CPU> > const&, std::vector<lython::ExprNode*, lython::Allocator<lython::ExprNode*, lython::device::CPU> > const&, int) src/ast/ops/equality.cpp 73 called 161 times
bool lython::Equality::exec<lython::Keyword>(std::vector<lython::Keyword, lython::Allocator<lython::Keyword, lython::device::CPU> > const&, std::vector<lython::Keyword, lython::Allocator<lython::Keyword, lython::device::CPU> > const&, int) src/ast/ops/equality.cpp 73 called 1 time
bool lython::Equality::exec<lython::MatchCase>(std::vector<lython::MatchCase, lython::Allocator<lython::MatchCase, lython::device::CPU> > const&, std::vector<lython::MatchCase, lython::Allocator<lython::MatchCase, lython::device::CPU> > const&, int) src/ast/ops/equality.cpp 73 called 3 times
bool lython::Equality::exec<lython::Pattern*>(lython::Optional<lython::Pattern*> const&, lython::Optional<lython::Pattern*> const&, int) src/ast/ops/equality.cpp 61 called 1 time
bool lython::Equality::exec<lython::Pattern*>(std::vector<lython::Pattern*, lython::Allocator<lython::Pattern*, lython::device::CPU> > const&, std::vector<lython::Pattern*, lython::Allocator<lython::Pattern*, lython::device::CPU> > const&, int) src/ast/ops/equality.cpp 73 called 5 times
bool lython::Equality::exec<lython::StmtNode*>(std::vector<lython::StmtNode*, lython::Allocator<lython::StmtNode*, lython::device::CPU> > const&, std::vector<lython::StmtNode*, lython::Allocator<lython::StmtNode*, lython::device::CPU> > const&, int) src/ast/ops/equality.cpp 73 called 25 times
bool lython::Equality::exec<lython::StringRef>(lython::Optional<lython::StringRef> const&, lython::Optional<lython::StringRef> const&, int) src/ast/ops/equality.cpp 61 called 7 times
bool lython::Equality::exec<lython::StringRef>(lython::StringRef const&, lython::StringRef const&, int) src/ast/ops/equality.cpp 12 called 982 times
bool lython::Equality::exec<lython::StringRef>(std::vector<lython::StringRef, lython::Allocator<lython::StringRef, lython::device::CPU> > const&, std::vector<lython::StringRef, lython::Allocator<lython::StringRef, lython::device::CPU> > const&, int) src/ast/ops/equality.cpp 73 called 2 times
bool lython::Equality::exec<lython::WithItem>(std::vector<lython::WithItem, lython::Allocator<lython::WithItem, lython::device::CPU> > const&, std::vector<lython::WithItem, lython::Allocator<lython::WithItem, lython::device::CPU> > const&, int) src/ast/ops/equality.cpp 73 called 2 times
bool lython::Equality::exec<std::vector<lython::StmtNode*, lython::Allocator<lython::StmtNode*, lython::device::CPU> > >(std::vector<std::vector<lython::StmtNode*, lython::Allocator<lython::StmtNode*, lython::device::CPU> >, lython::Allocator<std::vector<lython::StmtNode*, lython::Allocator<lython::StmtNode*, lython::device::CPU> >, lython::device::CPU> > const&, std::vector<std::vector<lython::StmtNode*, lython::Allocator<lython::StmtNode*, lython::device::CPU> >, lython::Allocator<std::vector<lython::StmtNode*, lython::Allocator<lython::StmtNode*, lython::device::CPU> >, lython::device::CPU> > const&, int) src/ast/ops/equality.cpp 73 called 1 time
bool lython::Node::is_instance<lython::AnnAssign>() const src/ast/nodes.h 58 called 22 times
bool lython::Node::is_instance<lython::Arrow>() const src/ast/nodes.h 58 called 80 times
bool lython::Node::is_instance<lython::Assign>() const src/ast/nodes.h 58 called 27 times
bool lython::Node::is_instance<lython::Attribute>() const src/ast/nodes.h 58 called 19 times
bool lython::Node::is_instance<lython::BoolOp>() const src/ast/nodes.h 58 called 34 times
bool lython::Node::is_instance<lython::BuiltinType>() const src/ast/nodes.h 58 called 17 times
bool lython::Node::is_instance<lython::ClassDef>() const src/ast/nodes.h 58 called 56 times
bool lython::Node::is_instance<lython::Compare>() const src/ast/nodes.h 58 called 111 times
bool lython::Node::is_instance<lython::Constant>() const src/ast/nodes.h 58 called 423 times
bool lython::Node::is_instance<lython::Expr>() const src/ast/nodes.h 58 called 135 times
bool lython::Node::is_instance<lython::FunctionDef>() const src/ast/nodes.h 58 called 97 times
bool lython::Node::is_instance<lython::Name>() const src/ast/nodes.h 58 called 213 times
bool lython::Node::is_instance<lython::TupleExpr>() const src/ast/nodes.h 58 called 42 times
bool lython::Node::is_instance<lython::TupleType>() const src/ast/nodes.h 58 not called
bool lython::in<signed char, lython::TokenType, lython::TokenType, lython::TokenType, lython::TokenType>(signed char const&, lython::TokenType const&, lython::TokenType, lython::TokenType, lython::TokenType) src/lexer/lexer.h 29 called 216 times
bool lython::in<signed char, lython::TokenType, lython::TokenType, lython::TokenType>(signed char const&, lython::TokenType const&, lython::TokenType, lython::TokenType) src/lexer/lexer.h 29 called 20382 times
bool lython::in<signed char, lython::TokenType, lython::TokenType>(signed char const&, lython::TokenType const&, lython::TokenType) src/lexer/lexer.h 29 called 23506 times
bool lython::in<signed char, lython::TokenType>(signed char const&, lython::TokenType const&) src/lexer/lexer.h 24 called 22732 times
char const* lython::meta::register_type<char>(char const*) src/utilities/allocator.h 97 called 177 times
char const* lython::meta::register_type<int>(char const*) src/utilities/allocator.h 97 called 14175 times
char const* lython::meta::register_type<llvm::Type*>(char const*) src/utilities/allocator.h 97 called 17 times
char const* lython::meta::register_type<llvm::Value*>(char const*) src/utilities/allocator.h 97 called 62 times
char const* lython::meta::register_type<lython::Alias>(char const*) src/utilities/allocator.h 97 called 115 times
char const* lython::meta::register_type<lython::AnnAssign>(char const*) src/utilities/allocator.h 97 called 115 times
char const* lython::meta::register_type<lython::Arg>(char const*) src/utilities/allocator.h 97 called 373 times
char const* lython::meta::register_type<lython::ArrayType>(char const*) src/utilities/allocator.h 97 called 11 times
char const* lython::meta::register_type<lython::Arrow>(char const*) src/utilities/allocator.h 97 called 224 times
char const* lython::meta::register_type<lython::Assert>(char const*) src/utilities/allocator.h 97 called 20 times
char const* lython::meta::register_type<lython::Assign>(char const*) src/utilities/allocator.h 97 called 342 times
char const* lython::meta::register_type<lython::AsyncFor>(char const*) src/utilities/allocator.h 97 not called
char const* lython::meta::register_type<lython::AsyncFunctionDef>(char const*) src/utilities/allocator.h 97 not called
char const* lython::meta::register_type<lython::AsyncWith>(char const*) src/utilities/allocator.h 97 not called
char const* lython::meta::register_type<lython::Attribute>(char const*) src/utilities/allocator.h 97 called 49 times
char const* lython::meta::register_type<lython::AugAssign>(char const*) src/utilities/allocator.h 97 called 26 times
char const* lython::meta::register_type<lython::Await>(char const*) src/utilities/allocator.h 97 called 7 times
char const* lython::meta::register_type<lython::BinOp>(char const*) src/utilities/allocator.h 97 called 154 times
char const* lython::meta::register_type<lython::BindingEntry>(char const*) src/utilities/allocator.h 97 called 1 time
char const* lython::meta::register_type<lython::BoolOp>(char const*) src/utilities/allocator.h 97 called 27 times
char const* lython::meta::register_type<lython::Break>(char const*) src/utilities/allocator.h 97 called 6 times
char const* lython::meta::register_type<lython::Call>(char const*) src/utilities/allocator.h 97 called 175 times
char const* lython::meta::register_type<lython::ClassDef::Attr>(char const*) src/utilities/allocator.h 97 called 21 times
char const* lython::meta::register_type<lython::ClassDef>(char const*) src/utilities/allocator.h 97 called 76 times
char const* lython::meta::register_type<lython::CmpOperator>(char const*) src/utilities/allocator.h 97 called 109 times
char const* lython::meta::register_type<lython::Command*>(char const*) src/utilities/allocator.h 97 called 8 times
char const* lython::meta::register_type<lython::Comment*>(char const*) src/utilities/allocator.h 97 called 17 times
char const* lython::meta::register_type<lython::Comment>(char const*) src/utilities/allocator.h 97 called 278 times
char const* lython::meta::register_type<lython::Compare>(char const*) src/utilities/allocator.h 97 called 89 times
char const* lython::meta::register_type<lython::Comprehension>(char const*) src/utilities/allocator.h 97 called 36 times
char const* lython::meta::register_type<lython::Constant*>(char const*) src/utilities/allocator.h 97 called 2 times
char const* lython::meta::register_type<lython::Constant>(char const*) src/utilities/allocator.h 97 called 982 times
char const* lython::meta::register_type<lython::ConstantValue (*)(lython::ConstantValue const&, lython::ConstantValue const&)>(char const*) src/utilities/allocator.h 97 called 43 times
char const* lython::meta::register_type<lython::Continue>(char const*) src/utilities/allocator.h 97 called 7 times
char const* lython::meta::register_type<lython::Decorator>(char const*) src/utilities/allocator.h 97 called 154 times
char const* lython::meta::register_type<lython::Delete>(char const*) src/utilities/allocator.h 97 called 9 times
char const* lython::meta::register_type<lython::DictComp>(char const*) src/utilities/allocator.h 97 called 14 times
char const* lython::meta::register_type<lython::DictExpr>(char const*) src/utilities/allocator.h 97 called 37 times
char const* lython::meta::register_type<lython::DictType>(char const*) src/utilities/allocator.h 97 called 7 times
char const* lython::meta::register_type<lython::ExceptHandler>(char const*) src/utilities/allocator.h 97 called 21 times
char const* lython::meta::register_type<lython::Expr>(char const*) src/utilities/allocator.h 97 called 539 times
char const* lython::meta::register_type<lython::ExprContext>(char const*) src/utilities/allocator.h 97 called 48 times
char const* lython::meta::register_type<lython::ExprNode*>(char const*) src/utilities/allocator.h 97 called 2396 times
char const* lython::meta::register_type<lython::For>(char const*) src/utilities/allocator.h 97 called 48 times
char const* lython::meta::register_type<lython::FormattedValue>(char const*) src/utilities/allocator.h 97 called 15 times
char const* lython::meta::register_type<lython::FunctionDef>(char const*) src/utilities/allocator.h 97 called 216 times
char const* lython::meta::register_type<lython::GCObject*>(char const*) src/utilities/allocator.h 97 called 9233 times
char const* lython::meta::register_type<lython::Generator>(char const*) src/utilities/allocator.h 97 not called
char const* lython::meta::register_type<lython::GeneratorExp>(char const*) src/utilities/allocator.h 97 called 14 times
char const* lython::meta::register_type<lython::Global>(char const*) src/utilities/allocator.h 97 called 6 times
char const* lython::meta::register_type<lython::If>(char const*) src/utilities/allocator.h 97 called 33 times
char const* lython::meta::register_type<lython::IfExp>(char const*) src/utilities/allocator.h 97 called 11 times
char const* lython::meta::register_type<lython::Import>(char const*) src/utilities/allocator.h 97 called 30 times
char const* lython::meta::register_type<lython::ImportFrom>(char const*) src/utilities/allocator.h 97 called 44 times
char const* lython::meta::register_type<lython::Inline>(char const*) src/utilities/allocator.h 97 called 10 times
char const* lython::meta::register_type<lython::InvalidStatement>(char const*) src/utilities/allocator.h 97 called 565 times
char const* lython::meta::register_type<lython::JoinedStr>(char const*) src/utilities/allocator.h 97 called 33 times
char const* lython::meta::register_type<lython::Keyword>(char const*) src/utilities/allocator.h 97 called 75 times
char const* lython::meta::register_type<lython::Lambda>(char const*) src/utilities/allocator.h 97 called 9 times
char const* lython::meta::register_type<lython::ListComp>(char const*) src/utilities/allocator.h 97 called 14 times
char const* lython::meta::register_type<lython::ListExpr>(char const*) src/utilities/allocator.h 97 called 31 times
char const* lython::meta::register_type<lython::Match>(char const*) src/utilities/allocator.h 97 called 141 times
char const* lython::meta::register_type<lython::MatchAs>(char const*) src/utilities/allocator.h 97 called 57 times
char const* lython::meta::register_type<lython::MatchCase>(char const*) src/utilities/allocator.h 97 called 221 times
char const* lython::meta::register_type<lython::MatchClass>(char const*) src/utilities/allocator.h 97 called 35 times
char const* lython::meta::register_type<lython::MatchMapping>(char const*) src/utilities/allocator.h 97 called 45 times
char const* lython::meta::register_type<lython::MatchOr>(char const*) src/utilities/allocator.h 97 called 46 times
char const* lython::meta::register_type<lython::MatchSequence>(char const*) src/utilities/allocator.h 97 called 111 times
char const* lython::meta::register_type<lython::MatchSingleton>(char const*) src/utilities/allocator.h 97 called 136 times
char const* lython::meta::register_type<lython::MatchStar>(char const*) src/utilities/allocator.h 97 called 13 times
char const* lython::meta::register_type<lython::MatchValue>(char const*) src/utilities/allocator.h 97 called 292 times
char const* lython::meta::register_type<lython::Name>(char const*) src/utilities/allocator.h 97 called 3907 times
char const* lython::meta::register_type<lython::NamedExpr>(char const*) src/utilities/allocator.h 97 called 7 times
char const* lython::meta::register_type<lython::Node const*>(char const*) src/utilities/allocator.h 97 called 937 times
char const* lython::meta::register_type<lython::Node*>(char const*) src/utilities/allocator.h 97 called 100 times
char const* lython::meta::register_type<lython::Nonlocal>(char const*) src/utilities/allocator.h 97 called 6 times
char const* lython::meta::register_type<lython::NotAllowedEpxr>(char const*) src/utilities/allocator.h 97 not called
char const* lython::meta::register_type<lython::NotImplementedExpr>(char const*) src/utilities/allocator.h 97 not called
char const* lython::meta::register_type<lython::NotImplementedStmt>(char const*) src/utilities/allocator.h 97 not called
char const* lython::meta::register_type<lython::Object>(char const*) src/utilities/allocator.h 97 called 2 times
char const* lython::meta::register_type<lython::ParsingContext>(char const*) src/utilities/allocator.h 97 called 77 times
char const* lython::meta::register_type<lython::ParsingError>(char const*) src/utilities/allocator.h 97 called 565 times
char const* lython::meta::register_type<lython::Pass>(char const*) src/utilities/allocator.h 97 called 301 times
char const* lython::meta::register_type<lython::Pattern*>(char const*) src/utilities/allocator.h 97 called 364 times
char const* lython::meta::register_type<lython::RTGCObject>(char const*) src/utilities/allocator.h 97 not called
char const* lython::meta::register_type<lython::Raise>(char const*) src/utilities/allocator.h 97 called 16 times
char const* lython::meta::register_type<lython::Return>(char const*) src/utilities/allocator.h 97 called 286 times
char const* lython::meta::register_type<lython::SemaContext>(char const*) src/utilities/allocator.h 97 called 124 times
char const* lython::meta::register_type<lython::SetComp>(char const*) src/utilities/allocator.h 97 called 14 times
char const* lython::meta::register_type<lython::SetExpr>(char const*) src/utilities/allocator.h 97 called 29 times
char const* lython::meta::register_type<lython::SetType>(char const*) src/utilities/allocator.h 97 called 5 times
char const* lython::meta::register_type<lython::Slice>(char const*) src/utilities/allocator.h 97 called 18 times
char const* lython::meta::register_type<lython::StackTrace>(char const*) src/utilities/allocator.h 97 not called
char const* lython::meta::register_type<lython::Starred>(char const*) src/utilities/allocator.h 97 called 8 times
char const* lython::meta::register_type<lython::StmtNode*>(char const*) src/utilities/allocator.h 97 called 3227 times
char const* lython::meta::register_type<lython::StringDatabase::StringEntry>(char const*) src/utilities/allocator.h 97 called 12 times
char const* lython::meta::register_type<lython::StringRef>(char const*) src/utilities/allocator.h 97 called 152 times
char const* lython::meta::register_type<lython::Subscript>(char const*) src/utilities/allocator.h 97 called 21 times
char const* lython::meta::register_type<lython::Token>(char const*) src/utilities/allocator.h 97 called 2356 times
char const* lython::meta::register_type<lython::Try>(char const*) src/utilities/allocator.h 97 called 35 times
char const* lython::meta::register_type<lython::TupleExpr>(char const*) src/utilities/allocator.h 97 called 123 times
char const* lython::meta::register_type<lython::TupleType>(char const*) src/utilities/allocator.h 97 called 17 times
char const* lython::meta::register_type<lython::UnaryOp>(char const*) src/utilities/allocator.h 97 called 39 times
char const* lython::meta::register_type<lython::While>(char const*) src/utilities/allocator.h 97 called 25 times
char const* lython::meta::register_type<lython::With>(char const*) src/utilities/allocator.h 97 called 52 times
char const* lython::meta::register_type<lython::WithItem>(char const*) src/utilities/allocator.h 97 called 88 times
char const* lython::meta::register_type<lython::Yield>(char const*) src/utilities/allocator.h 97 called 23 times
char const* lython::meta::register_type<lython::YieldFrom>(char const*) src/utilities/allocator.h 97 called 7 times
char const* lython::meta::register_type<lython::lyException*>(char const*) src/utilities/allocator.h 97 called 3 times
char const* lython::meta::register_type<lython::lyException>(char const*) src/utilities/allocator.h 97 called 3 times
char const* lython::meta::register_type<std::_List_node<std::vector<lython::StringDatabase::StringEntry, lython::Allocator<lython::StringDatabase::StringEntry, lython::device::CPU> > > >(char const*) src/utilities/allocator.h 97 called 12 times
char const* lython::meta::register_type<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > >(char const*) src/utilities/allocator.h 97 called 29 times
char const* lython::meta::register_type<std::__detail::_Hash_node<char, false> >(char const*) src/utilities/allocator.h 97 called 33 times
char const* lython::meta::register_type<std::__detail::_Hash_node<std::pair<int const, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > >, false> >(char const*) src/utilities/allocator.h 97 called 507 times
char const* lython::meta::register_type<std::__detail::_Hash_node<std::pair<lython::StringRef const, bool>, false> >(char const*) src/utilities/allocator.h 97 called 39 times
char const* lython::meta::register_type<std::__detail::_Hash_node<std::pair<lython::StringRef const, llvm::Type*>, false> >(char const*) src/utilities/allocator.h 97 not called
char const* lython::meta::register_type<std::__detail::_Hash_node<std::pair<lython::StringRef const, lython::ConstantValue (*)(lython::ConstantValue const&)>, false> >(char const*) src/utilities/allocator.h 97 called 432 times
char const* lython::meta::register_type<std::__detail::_Hash_node<std::pair<lython::StringRef const, lython::ConstantValue (*)(lython::ConstantValue const&, lython::ConstantValue const&)>, false> >(char const*) src/utilities/allocator.h 97 called 2184 times
char const* lython::meta::register_type<std::__detail::_Hash_node<std::pair<lython::StringRef const, lython::ExprNode*>, false> >(char const*) src/utilities/allocator.h 97 called 7 times
char const* lython::meta::register_type<std::__detail::_Hash_node<std::pair<lython::StringRef const, unsigned long>, false> >(char const*) src/utilities/allocator.h 97 called 62 times
char const* lython::meta::register_type<std::__detail::_Hash_node<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const, lython::OpConfig>, false> >(char const*) src/utilities/allocator.h 97 called 246 times
char const* lython::meta::register_type<std::__detail::_Hash_node<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const, lython::TokenType>, false> >(char const*) src/utilities/allocator.h 97 called 468 times
char const* lython::meta::register_type<std::__detail::_Hash_node<std::pair<std::basic_string_view<char, std::char_traits<char> > const, unsigned long>, true> >(char const*) src/utilities/allocator.h 97 called 3691 times
char const* lython::meta::register_type<std::__detail::_Hash_node_base*>(char const*) src/utilities/allocator.h 97 called 141 times
char const* lython::meta::register_type<std::filesystem::__cxx11::path>(char const*) src/utilities/allocator.h 97 not called
char const* lython::meta::register_type<std::unique_ptr<lython::SemaException, std::default_delete<lython::SemaException> > >(char const*) src/utilities/allocator.h 97 called 285 times
char const* lython::meta::register_type<std::vector<lython::StmtNode*, lython::Allocator<lython::StmtNode*, lython::device::CPU> > >(char const*) src/utilities/allocator.h 97 called 14 times
char const* lython::meta::register_type<std::vector<lython::StringDatabase::StringEntry, lython::Allocator<lython::StringDatabase::StringEntry, lython::device::CPU> >*>(char const*) src/utilities/allocator.h 97 called 12 times
char const* lython::meta::register_type<unsigned long>(char const*) src/utilities/allocator.h 97 called 218 times
char const* lython::meta::type_name<char>() src/utilities/metadata.h 31 called 12 times
char const* lython::meta::type_name<double>() src/utilities/metadata.h 31 called 12 times
char const* lython::meta::type_name<float>() src/utilities/metadata.h 31 called 12 times
char const* lython::meta::type_name<int>() src/utilities/metadata.h 31 called 12 times
char const* lython::meta::type_name<long>() src/utilities/metadata.h 31 called 12 times
char const* lython::meta::type_name<short>() src/utilities/metadata.h 31 called 12 times
char const* lython::meta::type_name<signed char>() src/utilities/metadata.h 31 called 12 times
char const* lython::meta::type_name<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > >() src/utilities/metadata.h 31 called 12 times
char const* lython::meta::type_name<unsigned char>() src/utilities/metadata.h 31 called 12 times
char const* lython::meta::type_name<unsigned int>() src/utilities/metadata.h 31 called 12 times
char const* lython::meta::type_name<unsigned long>() src/utilities/metadata.h 31 called 12 times
char const* lython::meta::type_name<unsigned short>() src/utilities/metadata.h 31 called 12 times
char* VmaAllocateArray<char>(VkAllocationCallbacks const*, unsigned long) src/tide/dependencies/vma/vk_mem_alloc.h 4672 not called
char* VmaAllocateArray<char>(VmaAllocator_T*, unsigned long) src/tide/dependencies/vma/vk_mem_alloc.h 7992 not called
double const& lython::ConstantValue::get<double>() const src/ast/constant.h 244 called 8 times
draw_bezier(ImDrawList*, ImVec2, ImVec2, unsigned int, int, float, float) src/tide/node.cpp 181 not called
draw_bezier(ImDrawList*, ImVec2, ImVec2, unsigned int, int, float, float)::{lambda(float)#1}::operator()(float) const src/tide/node.cpp 192 not called
float const& lython::ConstantValue::get<float>() const src/ast/constant.h 244 not called
float glm::abs<float>(float) src/tide/dependencies/glm/glm/detail/func_common.inl 270 not called
float glm::radians<float>(float) src/tide/dependencies/glm/glm/detail/func_trigonometric.inl 9 not called
free_plugin src/plugin/example.cpp 90 not called
glm::detail::compute_abs<float, true>::call(float) src/tide/dependencies/glm/glm/detail/compute_common.hpp 16 not called
glm::detail::compute_vec4_add<float, (glm::qualifier)0, false>::call(glm::vec<4, float, (glm::qualifier)0> const&, glm::vec<4, float, (glm::qualifier)0> const&) src/tide/dependencies/glm/glm/detail/type_vec4.inl 11 not called
glm::detail::compute_vec4_mul<float, (glm::qualifier)0, false>::call(glm::vec<4, float, (glm::qualifier)0> const&, glm::vec<4, float, (glm::qualifier)0> const&) src/tide/dependencies/glm/glm/detail/type_vec4.inl 29 not called
glm::mat<4, 4, float, (glm::qualifier)0> glm::operator*<float, (glm::qualifier)0>(glm::mat<4, 4, float, (glm::qualifier)0> const&, glm::mat<4, 4, float, (glm::qualifier)0> const&) src/tide/dependencies/glm/glm/detail/type_mat4x4.inl 630 not called
glm::mat<4, 4, float, (glm::qualifier)0> glm::perspective<float>(float, float, float, float) src/tide/dependencies/glm/glm/ext/matrix_clip_space.inl 338 not called
glm::mat<4, 4, float, (glm::qualifier)0> glm::perspectiveRH_NO<float>(float, float, float, float) src/tide/dependencies/glm/glm/ext/matrix_clip_space.inl 249 not called
glm::mat<4, 4, float, (glm::qualifier)0> glm::scale<float, (glm::qualifier)0>(glm::mat<4, 4, float, (glm::qualifier)0> const&, glm::vec<3, float, (glm::qualifier)0> const&) src/tide/dependencies/glm/glm/ext/matrix_transform.inl 78 not called
glm::mat<4, 4, float, (glm::qualifier)0> glm::translate<float, (glm::qualifier)0>(glm::mat<4, 4, float, (glm::qualifier)0> const&, glm::vec<3, float, (glm::qualifier)0> const&) src/tide/dependencies/glm/glm/ext/matrix_transform.inl 10 not called
glm::mat<4, 4, float, (glm::qualifier)0> glm::translate<float, (glm::qualifier)0>(glm::vec<3, float, (glm::qualifier)0> const&) src/tide/dependencies/glm/glm/gtx/transform.inl 6 not called
glm::mat<4, 4, float, (glm::qualifier)0>::length() src/tide/dependencies/glm/glm/detail/type_mat4x4.hpp 28 not called
glm::mat<4, 4, float, (glm::qualifier)0>::mat(float const&) src/tide/dependencies/glm/glm/detail/type_mat4x4.inl 39 not called
glm::mat<4, 4, float, (glm::qualifier)0>::operator[](int) src/tide/dependencies/glm/glm/detail/type_mat4x4.inl 289 not called
glm::mat<4, 4, float, (glm::qualifier)0>::operator[](int) const src/tide/dependencies/glm/glm/detail/type_mat4x4.inl 296 not called
glm::vec<3, float, (glm::qualifier)0>::length() src/tide/dependencies/glm/glm/detail/type_vec3.hpp 91 not called
glm::vec<3, float, (glm::qualifier)0>::operator[](int) const src/tide/dependencies/glm/glm/detail/type_vec3.inl 184 not called
glm::vec<3, float, (glm::qualifier)0>::vec(float, float, float) src/tide/dependencies/glm/glm/detail/type_vec3.inl 37 not called
glm::vec<3, float, (glm::qualifier)0>::vec<double, double, double>(double, double, double) src/tide/dependencies/glm/glm/detail/type_vec3.inl 53 not called
glm::vec<3, float, (glm::qualifier)0>::vec<int, int, int>(int, int, int) src/tide/dependencies/glm/glm/detail/type_vec3.inl 53 not called
glm::vec<4, float, (glm::qualifier)0> glm::operator*<float, (glm::qualifier)0>(glm::vec<4, float, (glm::qualifier)0> const&, float const&) src/tide/dependencies/glm/glm/detail/type_vec4.inl 864 not called
glm::vec<4, float, (glm::qualifier)0> glm::operator+<float, (glm::qualifier)0>(glm::vec<4, float, (glm::qualifier)0> const&, glm::vec<4, float, (glm::qualifier)0> const&) src/tide/dependencies/glm/glm/detail/type_vec4.inl 828 not called
glm::vec<4, float, (glm::qualifier)0>& glm::vec<4, float, (glm::qualifier)0>::operator*=<float>(float) src/tide/dependencies/glm/glm/detail/type_vec4.inl 581 not called
glm::vec<4, float, (glm::qualifier)0>& glm::vec<4, float, (glm::qualifier)0>::operator+=<float>(glm::vec<4, float, (glm::qualifier)0> const&) src/tide/dependencies/glm/glm/detail/type_vec4.inl 553 not called
glm::vec<4, float, (glm::qualifier)0>::length() src/tide/dependencies/glm/glm/detail/type_vec4.hpp 90 not called
glm::vec<4, float, (glm::qualifier)0>::operator[](int) src/tide/dependencies/glm/glm/detail/type_vec4.inl 477 not called
glm::vec<4, float, (glm::qualifier)0>::operator[](int) const src/tide/dependencies/glm/glm/detail/type_vec4.inl 495 not called
glm::vec<4, float, (glm::qualifier)0>::vec(float) src/tide/dependencies/glm/glm/detail/type_vec4.inl 155 not called
glm::vec<4, float, (glm::qualifier)0>::vec(float, float, float, float) src/tide/dependencies/glm/glm/detail/type_vec4.inl 160 not called
glm::vec<4, float, (glm::qualifier)0>::vec<float, int, float, int>(float, int, float, int) src/tide/dependencies/glm/glm/detail/type_vec4.inl 177 not called
glm::vec<4, float, (glm::qualifier)0>::vec<float, int, int, int>(float, int, int, int) src/tide/dependencies/glm/glm/detail/type_vec4.inl 177 not called
glm::vec<4, float, (glm::qualifier)0>::vec<int, float, int, int>(int, float, int, int) src/tide/dependencies/glm/glm/detail/type_vec4.inl 177 not called
glm::vec<4, float, (glm::qualifier)0>::vec<int, int, float, int>(int, int, float, int) src/tide/dependencies/glm/glm/detail/type_vec4.inl 177 not called
glm::vec<4, float, (glm::qualifier)0>::vec<int, int, int, float>(int, int, int, float) src/tide/dependencies/glm/glm/detail/type_vec4.inl 177 not called
int const& lython::ConstantValue::get<int>() const src/ast/constant.h 244 called 291 times
int lython::meta::_register_type_once<char>(char const*) src/utilities/allocator.h 75 called 10 times
int lython::meta::_register_type_once<double>(char const*) src/utilities/allocator.h 75 called 12 times
int lython::meta::_register_type_once<float>(char const*) src/utilities/allocator.h 75 called 12 times
int lython::meta::_register_type_once<int>(char const*) src/utilities/allocator.h 75 called 12 times
int lython::meta::_register_type_once<llvm::Type*>(char const*) src/utilities/allocator.h 75 called 1 time
int lython::meta::_register_type_once<llvm::Value*>(char const*) src/utilities/allocator.h 75 called 1 time
int lython::meta::_register_type_once<long>(char const*) src/utilities/allocator.h 75 called 12 times
int lython::meta::_register_type_once<lython::Alias>(char const*) src/utilities/allocator.h 75 called 4 times
int lython::meta::_register_type_once<lython::AnnAssign>(char const*) src/utilities/allocator.h 75 called 6 times
int lython::meta::_register_type_once<lython::Arg>(char const*) src/utilities/allocator.h 75 called 7 times
int lython::meta::_register_type_once<lython::ArrayType>(char const*) src/utilities/allocator.h 75 called 2 times
int lython::meta::_register_type_once<lython::Arrow>(char const*) src/utilities/allocator.h 75 called 4 times
int lython::meta::_register_type_once<lython::Assert>(char const*) src/utilities/allocator.h 75 called 5 times
int lython::meta::_register_type_once<lython::Assign>(char const*) src/utilities/allocator.h 75 called 7 times
int lython::meta::_register_type_once<lython::AsyncFor>(char const*) src/utilities/allocator.h 75 not called
int lython::meta::_register_type_once<lython::AsyncFunctionDef>(char const*) src/utilities/allocator.h 75 not called
int lython::meta::_register_type_once<lython::AsyncWith>(char const*) src/utilities/allocator.h 75 not called
int lython::meta::_register_type_once<lython::Attribute>(char const*) src/utilities/allocator.h 75 called 5 times
int lython::meta::_register_type_once<lython::AugAssign>(char const*) src/utilities/allocator.h 75 called 5 times
int lython::meta::_register_type_once<lython::Await>(char const*) src/utilities/allocator.h 75 called 4 times
int lython::meta::_register_type_once<lython::BinOp>(char const*) src/utilities/allocator.h 75 called 5 times
int lython::meta::_register_type_once<lython::BindingEntry>(char const*) src/utilities/allocator.h 75 called 1 time
int lython::meta::_register_type_once<lython::BoolOp>(char const*) src/utilities/allocator.h 75 called 5 times
int lython::meta::_register_type_once<lython::Break>(char const*) src/utilities/allocator.h 75 called 4 times
int lython::meta::_register_type_once<lython::Call>(char const*) src/utilities/allocator.h 75 called 6 times
int lython::meta::_register_type_once<lython::ClassDef::Attr>(char const*) src/utilities/allocator.h 75 called 4 times
int lython::meta::_register_type_once<lython::ClassDef>(char const*) src/utilities/allocator.h 75 called 7 times
int lython::meta::_register_type_once<lython::CmpOperator>(char const*) src/utilities/allocator.h 75 called 5 times
int lython::meta::_register_type_once<lython::Command*>(char const*) src/utilities/allocator.h 75 called 8 times
int lython::meta::_register_type_once<lython::Comment*>(char const*) src/utilities/allocator.h 75 called 4 times
int lython::meta::_register_type_once<lython::Comment>(char const*) src/utilities/allocator.h 75 called 1 time
int lython::meta::_register_type_once<lython::Compare>(char const*) src/utilities/allocator.h 75 called 5 times
int lython::meta::_register_type_once<lython::Comprehension>(char const*) src/utilities/allocator.h 75 called 4 times
int lython::meta::_register_type_once<lython::Constant*>(char const*) src/utilities/allocator.h 75 called 1 time
int lython::meta::_register_type_once<lython::Constant>(char const*) src/utilities/allocator.h 75 called 7 times
int lython::meta::_register_type_once<lython::ConstantValue (*)(lython::ConstantValue const&, lython::ConstantValue const&)>(char const*) src/utilities/allocator.h 75 called 3 times
int lython::meta::_register_type_once<lython::Continue>(char const*) src/utilities/allocator.h 75 called 4 times
int lython::meta::_register_type_once<lython::Decorator>(char const*) src/utilities/allocator.h 75 called 4 times
int lython::meta::_register_type_once<lython::Delete>(char const*) src/utilities/allocator.h 75 called 4 times
int lython::meta::_register_type_once<lython::DictComp>(char const*) src/utilities/allocator.h 75 called 4 times
int lython::meta::_register_type_once<lython::DictExpr>(char const*) src/utilities/allocator.h 75 called 4 times
int lython::meta::_register_type_once<lython::DictType>(char const*) src/utilities/allocator.h 75 called 2 times
int lython::meta::_register_type_once<lython::ExceptHandler>(char const*) src/utilities/allocator.h 75 called 4 times
int lython::meta::_register_type_once<lython::Expr>(char const*) src/utilities/allocator.h 75 called 6 times
int lython::meta::_register_type_once<lython::ExprContext>(char const*) src/utilities/allocator.h 75 called 5 times
int lython::meta::_register_type_once<lython::ExprNode*>(char const*) src/utilities/allocator.h 75 called 7 times
int lython::meta::_register_type_once<lython::For>(char const*) src/utilities/allocator.h 75 called 5 times
int lython::meta::_register_type_once<lython::FormattedValue>(char const*) src/utilities/allocator.h 75 called 3 times
int lython::meta::_register_type_once<lython::FunctionDef>(char const*) src/utilities/allocator.h 75 called 7 times
int lython::meta::_register_type_once<lython::GCObject*>(char const*) src/utilities/allocator.h 75 called 7 times
int lython::meta::_register_type_once<lython::Generator>(char const*) src/utilities/allocator.h 75 not called
int lython::meta::_register_type_once<lython::GeneratorExp>(char const*) src/utilities/allocator.h 75 called 4 times
int lython::meta::_register_type_once<lython::Global>(char const*) src/utilities/allocator.h 75 called 3 times
int lython::meta::_register_type_once<lython::If>(char const*) src/utilities/allocator.h 75 called 5 times
int lython::meta::_register_type_once<lython::IfExp>(char const*) src/utilities/allocator.h 75 called 4 times
int lython::meta::_register_type_once<lython::Import>(char const*) src/utilities/allocator.h 75 called 4 times
int lython::meta::_register_type_once<lython::ImportFrom>(char const*) src/utilities/allocator.h 75 called 4 times
int lython::meta::_register_type_once<lython::Inline>(char const*) src/utilities/allocator.h 75 called 4 times
int lython::meta::_register_type_once<lython::InvalidStatement>(char const*) src/utilities/allocator.h 75 called 3 times
int lython::meta::_register_type_once<lython::JoinedStr>(char const*) src/utilities/allocator.h 75 called 3 times
int lython::meta::_register_type_once<lython::Keyword>(char const*) src/utilities/allocator.h 75 called 4 times
int lython::meta::_register_type_once<lython::Lambda>(char const*) src/utilities/allocator.h 75 called 4 times
int lython::meta::_register_type_once<lython::ListComp>(char const*) src/utilities/allocator.h 75 called 4 times
int lython::meta::_register_type_once<lython::ListExpr>(char const*) src/utilities/allocator.h 75 called 4 times
int lython::meta::_register_type_once<lython::Match>(char const*) src/utilities/allocator.h 75 called 4 times
int lython::meta::_register_type_once<lython::MatchAs>(char const*) src/utilities/allocator.h 75 called 4 times
int lython::meta::_register_type_once<lython::MatchCase>(char const*) src/utilities/allocator.h 75 called 4 times
int lython::meta::_register_type_once<lython::MatchClass>(char const*) src/utilities/allocator.h 75 called 4 times
int lython::meta::_register_type_once<lython::MatchMapping>(char const*) src/utilities/allocator.h 75 called 4 times
int lython::meta::_register_type_once<lython::MatchOr>(char const*) src/utilities/allocator.h 75 called 4 times
int lython::meta::_register_type_once<lython::MatchSequence>(char const*) src/utilities/allocator.h 75 called 4 times
int lython::meta::_register_type_once<lython::MatchSingleton>(char const*) src/utilities/allocator.h 75 called 4 times
int lython::meta::_register_type_once<lython::MatchStar>(char const*) src/utilities/allocator.h 75 called 4 times
int lython::meta::_register_type_once<lython::MatchValue>(char const*) src/utilities/allocator.h 75 called 4 times
int lython::meta::_register_type_once<lython::Name>(char const*) src/utilities/allocator.h 75 called 7 times
int lython::meta::_register_type_once<lython::NamedExpr>(char const*) src/utilities/allocator.h 75 called 4 times
int lython::meta::_register_type_once<lython::Node const*>(char const*) src/utilities/allocator.h 75 called 4 times
int lython::meta::_register_type_once<lython::Node*>(char const*) src/utilities/allocator.h 75 called 1 time
int lython::meta::_register_type_once<lython::Nonlocal>(char const*) src/utilities/allocator.h 75 called 3 times
int lython::meta::_register_type_once<lython::NotAllowedEpxr>(char const*) src/utilities/allocator.h 75 not called
int lython::meta::_register_type_once<lython::NotImplementedExpr>(char const*) src/utilities/allocator.h 75 not called
int lython::meta::_register_type_once<lython::NotImplementedStmt>(char const*) src/utilities/allocator.h 75 not called
int lython::meta::_register_type_once<lython::Object>(char const*) src/utilities/allocator.h 75 called 1 time
int lython::meta::_register_type_once<lython::ParsingContext>(char const*) src/utilities/allocator.h 75 called 5 times
int lython::meta::_register_type_once<lython::ParsingError>(char const*) src/utilities/allocator.h 75 called 3 times
int lython::meta::_register_type_once<lython::Pass>(char const*) src/utilities/allocator.h 75 called 7 times
int lython::meta::_register_type_once<lython::Pattern*>(char const*) src/utilities/allocator.h 75 called 4 times
int lython::meta::_register_type_once<lython::RTGCObject>(char const*) src/utilities/allocator.h 75 not called
int lython::meta::_register_type_once<lython::Raise>(char const*) src/utilities/allocator.h 75 called 4 times
int lython::meta::_register_type_once<lython::Return>(char const*) src/utilities/allocator.h 75 called 6 times
int lython::meta::_register_type_once<lython::SemaContext>(char const*) src/utilities/allocator.h 75 called 4 times
int lython::meta::_register_type_once<lython::SetComp>(char const*) src/utilities/allocator.h 75 called 4 times
int lython::meta::_register_type_once<lython::SetExpr>(char const*) src/utilities/allocator.h 75 called 4 times
int lython::meta::_register_type_once<lython::SetType>(char const*) src/utilities/allocator.h 75 called 2 times
int lython::meta::_register_type_once<lython::Slice>(char const*) src/utilities/allocator.h 75 called 4 times
int lython::meta::_register_type_once<lython::StackTrace>(char const*) src/utilities/allocator.h 75 not called
int lython::meta::_register_type_once<lython::Starred>(char const*) src/utilities/allocator.h 75 called 4 times
int lython::meta::_register_type_once<lython::StmtNode*>(char const*) src/utilities/allocator.h 75 called 7 times
int lython::meta::_register_type_once<lython::StringDatabase::StringEntry>(char const*) src/utilities/allocator.h 75 called 12 times
int lython::meta::_register_type_once<lython::StringRef>(char const*) src/utilities/allocator.h 75 called 6 times
int lython::meta::_register_type_once<lython::Subscript>(char const*) src/utilities/allocator.h 75 called 5 times
int lython::meta::_register_type_once<lython::Token>(char const*) src/utilities/allocator.h 75 called 6 times
int lython::meta::_register_type_once<lython::Try>(char const*) src/utilities/allocator.h 75 called 4 times
int lython::meta::_register_type_once<lython::TupleExpr>(char const*) src/utilities/allocator.h 75 called 4 times
int lython::meta::_register_type_once<lython::TupleType>(char const*) src/utilities/allocator.h 75 called 2 times
int lython::meta::_register_type_once<lython::UnaryOp>(char const*) src/utilities/allocator.h 75 called 5 times
int lython::meta::_register_type_once<lython::While>(char const*) src/utilities/allocator.h 75 called 5 times
int lython::meta::_register_type_once<lython::With>(char const*) src/utilities/allocator.h 75 called 4 times
int lython::meta::_register_type_once<lython::WithItem>(char const*) src/utilities/allocator.h 75 called 4 times
int lython::meta::_register_type_once<lython::Yield>(char const*) src/utilities/allocator.h 75 called 4 times
int lython::meta::_register_type_once<lython::YieldFrom>(char const*) src/utilities/allocator.h 75 called 4 times
int lython::meta::_register_type_once<lython::lyException*>(char const*) src/utilities/allocator.h 75 called 1 time
int lython::meta::_register_type_once<lython::lyException>(char const*) src/utilities/allocator.h 75 called 1 time
int lython::meta::_register_type_once<short>(char const*) src/utilities/allocator.h 75 called 12 times
int lython::meta::_register_type_once<signed char>(char const*) src/utilities/allocator.h 75 called 12 times
int lython::meta::_register_type_once<std::_List_node<std::vector<lython::StringDatabase::StringEntry, lython::Allocator<lython::StringDatabase::StringEntry, lython::device::CPU> > > >(char const*) src/utilities/allocator.h 75 called 12 times
int lython::meta::_register_type_once<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > >(char const*) src/utilities/allocator.h 75 called 5 times
int lython::meta::_register_type_once<std::__detail::_Hash_node<char, false> >(char const*) src/utilities/allocator.h 75 called 11 times
int lython::meta::_register_type_once<std::__detail::_Hash_node<std::pair<int const, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > >, false> >(char const*) src/utilities/allocator.h 75 called 12 times
int lython::meta::_register_type_once<std::__detail::_Hash_node<std::pair<lython::StringRef const, bool>, false> >(char const*) src/utilities/allocator.h 75 called 2 times
int lython::meta::_register_type_once<std::__detail::_Hash_node<std::pair<lython::StringRef const, llvm::Type*>, false> >(char const*) src/utilities/allocator.h 75 not called
int lython::meta::_register_type_once<std::__detail::_Hash_node<std::pair<lython::StringRef const, lython::ConstantValue (*)(lython::ConstantValue const&)>, false> >(char const*) src/utilities/allocator.h 75 called 12 times
int lython::meta::_register_type_once<std::__detail::_Hash_node<std::pair<lython::StringRef const, lython::ConstantValue (*)(lython::ConstantValue const&, lython::ConstantValue const&)>, false> >(char const*) src/utilities/allocator.h 75 called 12 times
int lython::meta::_register_type_once<std::__detail::_Hash_node<std::pair<lython::StringRef const, lython::ExprNode*>, false> >(char const*) src/utilities/allocator.h 75 called 2 times
int lython::meta::_register_type_once<std::__detail::_Hash_node<std::pair<lython::StringRef const, unsigned long>, false> >(char const*) src/utilities/allocator.h 75 called 1 time
int lython::meta::_register_type_once<std::__detail::_Hash_node<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const, lython::OpConfig>, false> >(char const*) src/utilities/allocator.h 75 called 5 times
int lython::meta::_register_type_once<std::__detail::_Hash_node<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const, lython::TokenType>, false> >(char const*) src/utilities/allocator.h 75 called 12 times
int lython::meta::_register_type_once<std::__detail::_Hash_node<std::pair<std::basic_string_view<char, std::char_traits<char> > const, unsigned long>, true> >(char const*) src/utilities/allocator.h 75 called 12 times
int lython::meta::_register_type_once<std::__detail::_Hash_node_base*>(char const*) src/utilities/allocator.h 75 called 5 times
int lython::meta::_register_type_once<std::filesystem::__cxx11::path>(char const*) src/utilities/allocator.h 75 not called
int lython::meta::_register_type_once<std::unique_ptr<lython::SemaException, std::default_delete<lython::SemaException> > >(char const*) src/utilities/allocator.h 75 called 3 times
int lython::meta::_register_type_once<std::vector<lython::StmtNode*, lython::Allocator<lython::StmtNode*, lython::device::CPU> > >(char const*) src/utilities/allocator.h 75 called 4 times
int lython::meta::_register_type_once<std::vector<lython::StringDatabase::StringEntry, lython::Allocator<lython::StringDatabase::StringEntry, lython::device::CPU> >*>(char const*) src/utilities/allocator.h 75 called 12 times
int lython::meta::_register_type_once<unsigned char>(char const*) src/utilities/allocator.h 75 called 12 times
int lython::meta::_register_type_once<unsigned int>(char const*) src/utilities/allocator.h 75 called 12 times
int lython::meta::_register_type_once<unsigned long>(char const*) src/utilities/allocator.h 75 called 12 times
int lython::meta::_register_type_once<unsigned short>(char const*) src/utilities/allocator.h 75 called 12 times
int lython::meta::type_id<char>() src/utilities/allocator.h 69 called 701 times
int lython::meta::type_id<double>() src/utilities/allocator.h 69 called 24 times
int lython::meta::type_id<float>() src/utilities/allocator.h 69 called 24 times
int lython::meta::type_id<int>() src/utilities/allocator.h 69 called 220 times
int lython::meta::type_id<llvm::Type*>() src/utilities/allocator.h 69 called 70 times
int lython::meta::type_id<llvm::Value*>() src/utilities/allocator.h 69 called 250 times
int lython::meta::type_id<long>() src/utilities/allocator.h 69 called 24 times
int lython::meta::type_id<lython::Alias>() src/utilities/allocator.h 69 called 476 times
int lython::meta::type_id<lython::AnnAssign*>() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<lython::AnnAssign>() src/utilities/allocator.h 69 called 478 times
int lython::meta::type_id<lython::Arg>() src/utilities/allocator.h 69 called 1505 times
int lython::meta::type_id<lython::ArrayType*>() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<lython::ArrayType>() src/utilities/allocator.h 69 called 58 times
int lython::meta::type_id<lython::Arrow*>() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<lython::Arrow>() src/utilities/allocator.h 69 called 912 times
int lython::meta::type_id<lython::Assert*>() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<lython::Assert>() src/utilities/allocator.h 69 called 97 times
int lython::meta::type_id<lython::Assign*>() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<lython::Assign>() src/utilities/allocator.h 69 called 1387 times
int lython::meta::type_id<lython::AsyncFor>() src/utilities/allocator.h 69 not called
int lython::meta::type_id<lython::AsyncFunctionDef>() src/utilities/allocator.h 69 not called
int lython::meta::type_id<lython::AsyncWith>() src/utilities/allocator.h 69 not called
int lython::meta::type_id<lython::Attribute*>() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<lython::Attribute>() src/utilities/allocator.h 69 called 213 times
int lython::meta::type_id<lython::AugAssign*>() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<lython::AugAssign>() src/utilities/allocator.h 69 called 121 times
int lython::meta::type_id<lython::Await*>() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<lython::Await>() src/utilities/allocator.h 69 called 44 times
int lython::meta::type_id<lython::BinOp*>() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<lython::BinOp>() src/utilities/allocator.h 69 called 633 times
int lython::meta::type_id<lython::BindingEntry>() src/utilities/allocator.h 69 called 14 times
int lython::meta::type_id<lython::BoolOp*>() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<lython::BoolOp>() src/utilities/allocator.h 69 called 125 times
int lython::meta::type_id<lython::Break*>() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<lython::Break>() src/utilities/allocator.h 69 called 40 times
int lython::meta::type_id<lython::BuiltinType*>() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<lython::BuiltinType>() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<lython::Call*>() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<lython::Call>() src/utilities/allocator.h 69 called 718 times
int lython::meta::type_id<lython::ClassDef*>() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<lython::ClassDef::Attr>() src/utilities/allocator.h 69 called 100 times
int lython::meta::type_id<lython::ClassDef>() src/utilities/allocator.h 69 called 323 times
int lython::meta::type_id<lython::ClassType*>() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<lython::ClassType>() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<lython::CmpOperator>() src/utilities/allocator.h 69 called 453 times
int lython::meta::type_id<lython::Command*>() src/utilities/allocator.h 69 called 41 times
int lython::meta::type_id<lython::Comment*>() src/utilities/allocator.h 69 called 84 times
int lython::meta::type_id<lython::Comment>() src/utilities/allocator.h 69 called 1125 times
int lython::meta::type_id<lython::Compare*>() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<lython::Compare>() src/utilities/allocator.h 69 called 373 times
int lython::meta::type_id<lython::Comprehension>() src/utilities/allocator.h 69 called 160 times
int lython::meta::type_id<lython::Constant*>() src/utilities/allocator.h 69 called 21 times
int lython::meta::type_id<lython::Constant>() src/utilities/allocator.h 69 called 3947 times
int lython::meta::type_id<lython::ConstantValue (*)(lython::ConstantValue const&, lython::ConstantValue const&)>() src/utilities/allocator.h 69 called 187 times
int lython::meta::type_id<lython::ConstantValue>() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<lython::Continue*>() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<lython::Continue>() src/utilities/allocator.h 69 called 44 times
int lython::meta::type_id<lython::Decorator>() src/utilities/allocator.h 69 called 632 times
int lython::meta::type_id<lython::Delete*>() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<lython::Delete>() src/utilities/allocator.h 69 called 52 times
int lython::meta::type_id<lython::DictComp*>() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<lython::DictComp>() src/utilities/allocator.h 69 called 72 times
int lython::meta::type_id<lython::DictExpr*>() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<lython::DictExpr>() src/utilities/allocator.h 69 called 164 times
int lython::meta::type_id<lython::DictType*>() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<lython::DictType>() src/utilities/allocator.h 69 called 42 times
int lython::meta::type_id<lython::ExceptHandler>() src/utilities/allocator.h 69 called 100 times
int lython::meta::type_id<lython::Expr*>() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<lython::Expr>() src/utilities/allocator.h 69 called 2174 times
int lython::meta::type_id<lython::ExprContext>() src/utilities/allocator.h 69 called 11 times
int lython::meta::type_id<lython::ExprNode*>() src/utilities/allocator.h 69 called 9593 times
int lython::meta::type_id<lython::Expression*>() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<lython::Expression>() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<lython::For*>() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<lython::For>() src/utilities/allocator.h 69 called 209 times
int lython::meta::type_id<lython::FormattedValue*>() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<lython::FormattedValue>() src/utilities/allocator.h 69 called 75 times
int lython::meta::type_id<lython::FunctionDef*>() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<lython::FunctionDef>() src/utilities/allocator.h 69 called 883 times
int lython::meta::type_id<lython::FunctionType*>() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<lython::FunctionType>() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<lython::GCObject*>() src/utilities/allocator.h 69 called 36714 times
int lython::meta::type_id<lython::Generator>() src/utilities/allocator.h 69 not called
int lython::meta::type_id<lython::GeneratorExp*>() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<lython::GeneratorExp>() src/utilities/allocator.h 69 called 72 times
int lython::meta::type_id<lython::Global*>() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<lython::Global>() src/utilities/allocator.h 69 called 39 times
int lython::meta::type_id<lython::If*>() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<lython::If>() src/utilities/allocator.h 69 called 149 times
int lython::meta::type_id<lython::IfExp*>() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<lython::IfExp>() src/utilities/allocator.h 69 called 60 times
int lython::meta::type_id<lython::Import*>() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<lython::Import>() src/utilities/allocator.h 69 called 136 times
int lython::meta::type_id<lython::ImportFrom*>() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<lython::ImportFrom>() src/utilities/allocator.h 69 called 192 times
int lython::meta::type_id<lython::Inline*>() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<lython::Inline>() src/utilities/allocator.h 69 called 56 times
int lython::meta::type_id<lython::Interactive*>() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<lython::Interactive>() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<lython::InvalidStatement*>() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<lython::InvalidStatement>() src/utilities/allocator.h 69 called 2275 times
int lython::meta::type_id<lython::JoinedStr*>() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<lython::JoinedStr>() src/utilities/allocator.h 69 called 147 times
int lython::meta::type_id<lython::Keyword>() src/utilities/allocator.h 69 called 316 times
int lython::meta::type_id<lython::Lambda*>() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<lython::Lambda>() src/utilities/allocator.h 69 called 52 times
int lython::meta::type_id<lython::ListComp*>() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<lython::ListComp>() src/utilities/allocator.h 69 called 72 times
int lython::meta::type_id<lython::ListExpr*>() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<lython::ListExpr>() src/utilities/allocator.h 69 called 140 times
int lython::meta::type_id<lython::Match*>() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<lython::Match>() src/utilities/allocator.h 69 called 580 times
int lython::meta::type_id<lython::MatchAs*>() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<lython::MatchAs>() src/utilities/allocator.h 69 called 244 times
int lython::meta::type_id<lython::MatchCase>() src/utilities/allocator.h 69 called 900 times
int lython::meta::type_id<lython::MatchClass*>() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<lython::MatchClass>() src/utilities/allocator.h 69 called 156 times
int lython::meta::type_id<lython::MatchMapping*>() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<lython::MatchMapping>() src/utilities/allocator.h 69 called 196 times
int lython::meta::type_id<lython::MatchOr*>() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<lython::MatchOr>() src/utilities/allocator.h 69 called 200 times
int lython::meta::type_id<lython::MatchSequence*>() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<lython::MatchSequence>() src/utilities/allocator.h 69 called 460 times
int lython::meta::type_id<lython::MatchSingleton*>() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<lython::MatchSingleton>() src/utilities/allocator.h 69 called 560 times
int lython::meta::type_id<lython::MatchStar*>() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<lython::MatchStar>() src/utilities/allocator.h 69 called 68 times
int lython::meta::type_id<lython::MatchValue*>() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<lython::MatchValue>() src/utilities/allocator.h 69 called 1184 times
int lython::meta::type_id<lython::Module*>() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<lython::Module>() src/utilities/allocator.h 69 called 7 times
int lython::meta::type_id<lython::Name*>() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<lython::Name>() src/utilities/allocator.h 69 called 15647 times
int lython::meta::type_id<lython::NamedExpr*>() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<lython::NamedExpr>() src/utilities/allocator.h 69 called 44 times
int lython::meta::type_id<lython::Node const*>() src/utilities/allocator.h 69 called 3756 times
int lython::meta::type_id<lython::Node*>() src/utilities/allocator.h 69 called 413 times
int lython::meta::type_id<lython::Nonlocal*>() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<lython::Nonlocal>() src/utilities/allocator.h 69 called 39 times
int lython::meta::type_id<lython::NotAllowedEpxr>() src/utilities/allocator.h 69 not called
int lython::meta::type_id<lython::NotImplementedExpr>() src/utilities/allocator.h 69 not called
int lython::meta::type_id<lython::NotImplementedStmt>() src/utilities/allocator.h 69 not called
int lython::meta::type_id<lython::Object>() src/utilities/allocator.h 69 called 23 times
int lython::meta::type_id<lython::ParsingContext>() src/utilities/allocator.h 69 called 11 times
int lython::meta::type_id<lython::ParsingError>() src/utilities/allocator.h 69 called 11 times
int lython::meta::type_id<lython::Pass*>() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<lython::Pass>() src/utilities/allocator.h 69 called 1223 times
int lython::meta::type_id<lython::Pattern*>() src/utilities/allocator.h 69 called 1472 times
int lython::meta::type_id<lython::RTGCObject>() src/utilities/allocator.h 69 not called
int lython::meta::type_id<lython::Raise*>() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<lython::Raise>() src/utilities/allocator.h 69 called 80 times
int lython::meta::type_id<lython::Return*>() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<lython::Return>() src/utilities/allocator.h 69 called 1162 times
int lython::meta::type_id<lython::SemaContext>() src/utilities/allocator.h 69 called 14 times
int lython::meta::type_id<lython::SetComp*>() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<lython::SetComp>() src/utilities/allocator.h 69 called 72 times
int lython::meta::type_id<lython::SetExpr*>() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<lython::SetExpr>() src/utilities/allocator.h 69 called 132 times
int lython::meta::type_id<lython::SetType*>() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<lython::SetType>() src/utilities/allocator.h 69 called 34 times
int lython::meta::type_id<lython::Slice*>() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<lython::Slice>() src/utilities/allocator.h 69 called 88 times
int lython::meta::type_id<lython::StackTrace>() src/utilities/allocator.h 69 not called
int lython::meta::type_id<lython::Starred*>() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<lython::Starred>() src/utilities/allocator.h 69 called 48 times
int lython::meta::type_id<lython::StmtNode*>() src/utilities/allocator.h 69 called 59 times
int lython::meta::type_id<lython::StringDatabase::StringEntry>() src/utilities/allocator.h 69 called 75 times
int lython::meta::type_id<lython::StringRef>() src/utilities/allocator.h 69 called 622 times
int lython::meta::type_id<lython::Subscript*>() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<lython::Subscript>() src/utilities/allocator.h 69 called 101 times
int lython::meta::type_id<lython::Token>() src/utilities/allocator.h 69 called 30 times
int lython::meta::type_id<lython::Try*>() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<lython::Try>() src/utilities/allocator.h 69 called 156 times
int lython::meta::type_id<lython::TupleExpr*>() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<lython::TupleExpr>() src/utilities/allocator.h 69 called 508 times
int lython::meta::type_id<lython::TupleType*>() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<lython::TupleType>() src/utilities/allocator.h 69 called 82 times
int lython::meta::type_id<lython::UnaryOp*>() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<lython::UnaryOp>() src/utilities/allocator.h 69 called 173 times
int lython::meta::type_id<lython::While*>() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<lython::While>() src/utilities/allocator.h 69 called 117 times
int lython::meta::type_id<lython::With*>() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<lython::With>() src/utilities/allocator.h 69 called 224 times
int lython::meta::type_id<lython::WithItem>() src/utilities/allocator.h 69 called 368 times
int lython::meta::type_id<lython::Yield*>() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<lython::Yield>() src/utilities/allocator.h 69 called 108 times
int lython::meta::type_id<lython::YieldFrom*>() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<lython::YieldFrom>() src/utilities/allocator.h 69 called 44 times
int lython::meta::type_id<lython::lyException*>() src/utilities/allocator.h 69 not called
int lython::meta::type_id<lython::lyException>() src/utilities/allocator.h 69 called 14 times
int lython::meta::type_id<short>() src/utilities/allocator.h 69 called 24 times
int lython::meta::type_id<signed char>() src/utilities/allocator.h 69 called 24 times
int lython::meta::type_id<std::_List_node<std::vector<lython::StringDatabase::StringEntry, lython::Allocator<lython::StringDatabase::StringEntry, lython::device::CPU> > > >() src/utilities/allocator.h 69 called 75 times
int lython::meta::type_id<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > >() src/utilities/allocator.h 69 called 114 times
int lython::meta::type_id<std::__detail::_Hash_node<char, false> >() src/utilities/allocator.h 69 called 163 times
int lython::meta::type_id<std::__detail::_Hash_node<std::pair<int const, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > >, false> >() src/utilities/allocator.h 69 called 2169 times
int lython::meta::type_id<std::__detail::_Hash_node<std::pair<lython::StringRef const, bool>, false> >() src/utilities/allocator.h 69 called 9 times
int lython::meta::type_id<std::__detail::_Hash_node<std::pair<lython::StringRef const, bool>, true> >() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<std::__detail::_Hash_node<std::pair<lython::StringRef const, llvm::Type*>, false> >() src/utilities/allocator.h 69 not called
int lython::meta::type_id<std::__detail::_Hash_node<std::pair<lython::StringRef const, lython::ClassDef::Attr>, false> >() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<std::__detail::_Hash_node<std::pair<lython::StringRef const, lython::ConstantValue (*)(lython::ConstantValue const&)>, false> >() src/utilities/allocator.h 69 called 1860 times
int lython::meta::type_id<std::__detail::_Hash_node<std::pair<lython::StringRef const, lython::ConstantValue (*)(lython::ConstantValue const&)>, true> >() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<std::__detail::_Hash_node<std::pair<lython::StringRef const, lython::ConstantValue (*)(lython::ConstantValue const&, lython::ConstantValue const&)>, false> >() src/utilities/allocator.h 69 called 9306 times
int lython::meta::type_id<std::__detail::_Hash_node<std::pair<lython::StringRef const, lython::ConstantValue (*)(lython::ConstantValue const&, lython::ConstantValue const&)>, true> >() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<std::__detail::_Hash_node<std::pair<lython::StringRef const, lython::ExprNode*>, false> >() src/utilities/allocator.h 69 called 42 times
int lython::meta::type_id<std::__detail::_Hash_node<std::pair<lython::StringRef const, lython::ExprNode*>, true> >() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<std::__detail::_Hash_node<std::pair<lython::StringRef const, unsigned long>, false> >() src/utilities/allocator.h 69 called 250 times
int lython::meta::type_id<std::__detail::_Hash_node<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const, int>, true> >() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<std::__detail::_Hash_node<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const, lython::OpConfig>, false> >() src/utilities/allocator.h 69 called 1117 times
int lython::meta::type_id<std::__detail::_Hash_node<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const, lython::OpConfig>, true> >() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<std::__detail::_Hash_node<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const, lython::TokenType>, false> >() src/utilities/allocator.h 69 called 2013 times
int lython::meta::type_id<std::__detail::_Hash_node<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const, lython::TokenType>, true> >() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<std::__detail::_Hash_node<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const, std::tuple<int, bool> >, true> >() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<std::__detail::_Hash_node<std::pair<std::basic_string_view<char, std::char_traits<char> > const, unsigned long>, true> >() src/utilities/allocator.h 69 called 15625 times
int lython::meta::type_id<std::__detail::_Hash_node_base*>() src/utilities/allocator.h 69 called 601 times
int lython::meta::type_id<std::filesystem::__cxx11::path>() src/utilities/allocator.h 69 not called
int lython::meta::type_id<std::unique_ptr<lython::ParsingException, std::default_delete<lython::ParsingException> > >() src/utilities/allocator.h 69 called 12 times
int lython::meta::type_id<std::unique_ptr<lython::SemaException, std::default_delete<lython::SemaException> > >() src/utilities/allocator.h 69 called 26 times
int lython::meta::type_id<std::vector<lython::StmtNode*, lython::Allocator<lython::StmtNode*, lython::device::CPU> > >() src/utilities/allocator.h 69 called 72 times
int lython::meta::type_id<std::vector<lython::StringDatabase::StringEntry, lython::Allocator<lython::StringDatabase::StringEntry, lython::device::CPU> >*>() src/utilities/allocator.h 69 called 75 times
int lython::meta::type_id<unsigned char>() src/utilities/allocator.h 69 called 24 times
int lython::meta::type_id<unsigned int>() src/utilities/allocator.h 69 called 24 times
int lython::meta::type_id<unsigned long>() src/utilities/allocator.h 69 called 16 times
int lython::meta::type_id<unsigned short>() src/utilities/allocator.h 69 called 24 times
int tinyobj::pnpoly<float>(int, float*, float*, float, float) src/tide/dependencies/tinyobjloader/tiny_obj_loader.h 1330 not called
load_jpeg_image(stbi__jpeg*, int*, int*, int*, int) src/tide/dependencies/stb_image/stb_image.h 3721 not called
long const& lython::ConstantValue::get<long>() const src/ast/constant.h 244 not called
lython::AbstractBuffer::AbstractBuffer() src/lexer/buffer.h 26 called 1 time
lython::AbstractBuffer::col() src/lexer/buffer.h 66 called 12340 times
lython::AbstractBuffer::consume() src/lexer/buffer.h 34 called 27352 times
lython::AbstractBuffer::empty_line() src/lexer/buffer.h 68 called 4206 times
lython::AbstractBuffer::getline[abi:cxx11](int, int) src/lexer/buffer.h 62 not called
lython::AbstractBuffer::indent() src/lexer/buffer.h 67 called 2 times
lython::AbstractBuffer::init() src/lexer/buffer.h 30 called 1 time
lython::AbstractBuffer::line() src/lexer/buffer.h 65 called 12340 times
lython::AbstractBuffer::peek() src/lexer/buffer.h 64 called 45300 times
lython::AbstractBuffer::reset() src/lexer/buffer.h 70 not called
lython::AbstractBuffer::~AbstractBuffer() src/lexer/buffer.cpp 31 called 864 times
lython::AbstractLexer::debug_print(std::ostream&) src/lexer/lexer.cpp 66 not called
lython::AbstractLexer::get_mode() const src/lexer/lexer.h 91 not called
lython::AbstractLexer::peekc() const src/lexer/lexer.h 87 not called
lython::AbstractLexer::print(std::ostream&) src/lexer/lexer.cpp 83 called 16 times
lython::AbstractLexer::set_mode(int) src/lexer/lexer.h 92 not called
lython::AbstractLexer::~AbstractLexer() src/lexer/lexer.h 79 called 1 time
lython::Add<double>::call(double, double) src/builtin/operators.inc 90 called 1 time
lython::Add<float>::call(float, float) src/builtin/operators.inc 90 not called
lython::Add<int>::call(int, int) src/builtin/operators.inc 90 called 50 times
lython::Add<long>::call(long, long) src/builtin/operators.inc 90 not called
lython::Add<short>::call(short, short) src/builtin/operators.inc 90 not called
lython::Add<signed char>::call(signed char, signed char) src/builtin/operators.inc 90 not called
lython::Add<unsigned char>::call(unsigned char, unsigned char) src/builtin/operators.inc 90 not called
lython::Add<unsigned int>::call(unsigned int, unsigned int) src/builtin/operators.inc 90 not called
lython::Add<unsigned long>::call(unsigned long, unsigned long) src/builtin/operators.inc 90 not called
lython::Add<unsigned short>::call(unsigned short, unsigned short) src/builtin/operators.inc 90 not called
lython::Allocator<char, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 2114 times
lython::Allocator<char, lython::device::CPU>::Allocator(lython::Allocator<char, lython::device::CPU> const&) src/utilities/allocator.h 207 called 6889 times
lython::Allocator<char, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 174 times
lython::Allocator<char, lython::device::CPU>::deallocate(char*, unsigned long) src/utilities/allocator.h 191 called 174 times
lython::Allocator<char, lython::device::CPU>::operator!=(lython::Allocator<char, lython::device::CPU> const&) const src/utilities/allocator.h 184 not called
lython::Allocator<char, lython::device::CPU>::operator==(lython::Allocator<char, lython::device::CPU> const&) const src/utilities/allocator.h 182 not called
lython::Allocator<int, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 14482 times
lython::Allocator<int, lython::device::CPU>::Allocator(lython::Allocator<int, lython::device::CPU> const&) src/utilities/allocator.h 207 called 28404 times
lython::Allocator<int, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 14168 times
lython::Allocator<int, lython::device::CPU>::deallocate(int*, unsigned long) src/utilities/allocator.h 191 called 52 times
lython::Allocator<int, lython::device::CPU>::operator!=(lython::Allocator<int, lython::device::CPU> const&) const src/utilities/allocator.h 184 not called
lython::Allocator<int, lython::device::CPU>::operator==(lython::Allocator<int, lython::device::CPU> const&) const src/utilities/allocator.h 182 not called
lython::Allocator<llvm::Type*, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 31 times
lython::Allocator<llvm::Type*, lython::device::CPU>::Allocator(lython::Allocator<llvm::Type*, lython::device::CPU> const&) src/utilities/allocator.h 207 called 62 times
lython::Allocator<llvm::Type*, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 17 times
lython::Allocator<llvm::Type*, lython::device::CPU>::deallocate(llvm::Type**, unsigned long) src/utilities/allocator.h 191 called 17 times
lython::Allocator<llvm::Value*, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 31 times
lython::Allocator<llvm::Value*, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 62 times
lython::Allocator<llvm::Value*, lython::device::CPU>::deallocate(llvm::Value**, unsigned long) src/utilities/allocator.h 191 called 62 times
lython::Allocator<lython::Alias, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 74 times
lython::Allocator<lython::Alias, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 115 times
lython::Allocator<lython::Alias, lython::device::CPU>::deallocate(lython::Alias*, unsigned long) src/utilities/allocator.h 191 called 115 times
lython::Allocator<lython::AnnAssign, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 6 times
lython::Allocator<lython::AnnAssign, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 115 times
lython::Allocator<lython::Arg, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 1332 times
lython::Allocator<lython::Arg, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 373 times
lython::Allocator<lython::Arg, lython::device::CPU>::deallocate(lython::Arg*, unsigned long) src/utilities/allocator.h 191 called 367 times
lython::Allocator<lython::Arg, lython::device::CPU>::operator!=(lython::Allocator<lython::Arg, lython::device::CPU> const&) const src/utilities/allocator.h 184 not called
lython::Allocator<lython::Arg, lython::device::CPU>::operator==(lython::Allocator<lython::Arg, lython::device::CPU> const&) const src/utilities/allocator.h 182 not called
lython::Allocator<lython::ArrayType, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 2 times
lython::Allocator<lython::ArrayType, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 11 times
lython::Allocator<lython::Arrow, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 4 times
lython::Allocator<lython::Arrow, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 224 times
lython::Allocator<lython::Assert, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 5 times
lython::Allocator<lython::Assert, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 20 times
lython::Allocator<lython::Assign, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 7 times
lython::Allocator<lython::Assign, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 342 times
lython::Allocator<lython::AsyncFor, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 not called
lython::Allocator<lython::AsyncFor, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 not called
lython::Allocator<lython::AsyncFunctionDef, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 not called
lython::Allocator<lython::AsyncFunctionDef, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 not called
lython::Allocator<lython::AsyncWith, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 not called
lython::Allocator<lython::AsyncWith, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 not called
lython::Allocator<lython::Attribute, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 5 times
lython::Allocator<lython::Attribute, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 49 times
lython::Allocator<lython::AugAssign, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 5 times
lython::Allocator<lython::AugAssign, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 26 times
lython::Allocator<lython::Await, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 4 times
lython::Allocator<lython::Await, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 7 times
lython::Allocator<lython::BinOp, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 5 times
lython::Allocator<lython::BinOp, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 154 times
lython::Allocator<lython::BindingEntry, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 1 time
lython::Allocator<lython::BindingEntry, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 1 time
lython::Allocator<lython::BindingEntry, lython::device::CPU>::deallocate(lython::BindingEntry*, unsigned long) src/utilities/allocator.h 191 called 1 time
lython::Allocator<lython::BindingEntry, lython::device::CPU>::operator!=(lython::Allocator<lython::BindingEntry, lython::device::CPU> const&) const src/utilities/allocator.h 184 not called
lython::Allocator<lython::BindingEntry, lython::device::CPU>::operator==(lython::Allocator<lython::BindingEntry, lython::device::CPU> const&) const src/utilities/allocator.h 182 not called
lython::Allocator<lython::BoolOp, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 5 times
lython::Allocator<lython::BoolOp, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 27 times
lython::Allocator<lython::Break, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 4 times
lython::Allocator<lython::Break, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 6 times
lython::Allocator<lython::Call, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 6 times
lython::Allocator<lython::Call, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 175 times
lython::Allocator<lython::ClassDef, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 7 times
lython::Allocator<lython::ClassDef, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 76 times
lython::Allocator<lython::ClassDef::Attr, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 152 times
lython::Allocator<lython::ClassDef::Attr, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 21 times
lython::Allocator<lython::ClassDef::Attr, lython::device::CPU>::deallocate(lython::ClassDef::Attr*, unsigned long) src/utilities/allocator.h 191 called 21 times
lython::Allocator<lython::CmpOperator, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 89 times
lython::Allocator<lython::CmpOperator, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 109 times
lython::Allocator<lython::CmpOperator, lython::device::CPU>::deallocate(lython::CmpOperator*, unsigned long) src/utilities/allocator.h 191 called 109 times
lython::Allocator<lython::CmpOperator, lython::device::CPU>::operator!=(lython::Allocator<lython::CmpOperator, lython::device::CPU> const&) const src/utilities/allocator.h 184 not called
lython::Allocator<lython::CmpOperator, lython::device::CPU>::operator==(lython::Allocator<lython::CmpOperator, lython::device::CPU> const&) const src/utilities/allocator.h 182 not called
lython::Allocator<lython::Command*, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 8 times
lython::Allocator<lython::Command*, lython::device::CPU>::Allocator(lython::Allocator<lython::Command*, lython::device::CPU> const&) src/utilities/allocator.h 207 called 16 times
lython::Allocator<lython::Command*, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 8 times
lython::Allocator<lython::Command*, lython::device::CPU>::deallocate(lython::Command**, unsigned long) src/utilities/allocator.h 191 called 1 time
lython::Allocator<lython::Comment*, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 33 times
lython::Allocator<lython::Comment*, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 17 times
lython::Allocator<lython::Comment*, lython::device::CPU>::deallocate(lython::Comment**, unsigned long) src/utilities/allocator.h 191 called 17 times
lython::Allocator<lython::Comment, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 1 time
lython::Allocator<lython::Comment, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 278 times
lython::Allocator<lython::Compare, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 5 times
lython::Allocator<lython::Compare, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 89 times
lython::Allocator<lython::Comprehension, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 56 times
lython::Allocator<lython::Comprehension, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 36 times
lython::Allocator<lython::Comprehension, lython::device::CPU>::deallocate(lython::Comprehension*, unsigned long) src/utilities/allocator.h 191 called 36 times
lython::Allocator<lython::Constant*, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 2 times
lython::Allocator<lython::Constant*, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 2 times
lython::Allocator<lython::Constant*, lython::device::CPU>::deallocate(lython::Constant**, unsigned long) src/utilities/allocator.h 191 called 2 times
lython::Allocator<lython::Constant, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 7 times
lython::Allocator<lython::Constant, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 982 times
lython::Allocator<lython::ConstantValue (*)(lython::ConstantValue const&, lython::ConstantValue const&), lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 89 times
lython::Allocator<lython::ConstantValue (*)(lython::ConstantValue const&, lython::ConstantValue const&), lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 43 times
lython::Allocator<lython::ConstantValue (*)(lython::ConstantValue const&, lython::ConstantValue const&), lython::device::CPU>::deallocate(lython::ConstantValue (**)(lython::ConstantValue const&, lython::ConstantValue const&), unsigned long) src/utilities/allocator.h 191 called 43 times
lython::Allocator<lython::ConstantValue (*)(lython::ConstantValue const&, lython::ConstantValue const&), lython::device::CPU>::operator!=(lython::Allocator<lython::ConstantValue (*)(lython::ConstantValue const&, lython::ConstantValue const&), lython::device::CPU> const&) const src/utilities/allocator.h 184 not called
lython::Allocator<lython::ConstantValue (*)(lython::ConstantValue const&, lython::ConstantValue const&), lython::device::CPU>::operator==(lython::Allocator<lython::ConstantValue (*)(lython::ConstantValue const&, lython::ConstantValue const&), lython::device::CPU> const&) const src/utilities/allocator.h 182 not called
lython::Allocator<lython::Continue, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 4 times
lython::Allocator<lython::Continue, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 7 times
lython::Allocator<lython::Decorator, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 2687 times
lython::Allocator<lython::Decorator, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 154 times
lython::Allocator<lython::Decorator, lython::device::CPU>::deallocate(lython::Decorator*, unsigned long) src/utilities/allocator.h 191 called 154 times
lython::Allocator<lython::Decorator, lython::device::CPU>::operator!=(lython::Allocator<lython::Decorator, lython::device::CPU> const&) const src/utilities/allocator.h 184 not called
lython::Allocator<lython::Decorator, lython::device::CPU>::operator==(lython::Allocator<lython::Decorator, lython::device::CPU> const&) const src/utilities/allocator.h 182 not called
lython::Allocator<lython::Delete, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 4 times
lython::Allocator<lython::Delete, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 9 times
lython::Allocator<lython::DictComp, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 4 times
lython::Allocator<lython::DictComp, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 14 times
lython::Allocator<lython::DictExpr, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 4 times
lython::Allocator<lython::DictExpr, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 37 times
lython::Allocator<lython::DictType, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 2 times
lython::Allocator<lython::DictType, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 7 times
lython::Allocator<lython::ExceptHandler, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 35 times
lython::Allocator<lython::ExceptHandler, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 21 times
lython::Allocator<lython::ExceptHandler, lython::device::CPU>::deallocate(lython::ExceptHandler*, unsigned long) src/utilities/allocator.h 191 called 21 times
lython::Allocator<lython::Expr, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 6 times
lython::Allocator<lython::Expr, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 539 times
lython::Allocator<lython::ExprContext, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 1 time
lython::Allocator<lython::ExprContext, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 48 times
lython::Allocator<lython::ExprContext, lython::device::CPU>::deallocate(lython::ExprContext*, unsigned long) src/utilities/allocator.h 191 called 1 time
lython::Allocator<lython::ExprNode*, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 2841 times
lython::Allocator<lython::ExprNode*, lython::device::CPU>::Allocator(lython::Allocator<lython::ExprNode*, lython::device::CPU> const&) src/utilities/allocator.h 207 called 327 times
lython::Allocator<lython::ExprNode*, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 2396 times
lython::Allocator<lython::ExprNode*, lython::device::CPU>::deallocate(lython::ExprNode**, unsigned long) src/utilities/allocator.h 191 called 2386 times
lython::Allocator<lython::ExprNode*, lython::device::CPU>::operator!=(lython::Allocator<lython::ExprNode*, lython::device::CPU> const&) const src/utilities/allocator.h 184 not called
lython::Allocator<lython::ExprNode*, lython::device::CPU>::operator==(lython::Allocator<lython::ExprNode*, lython::device::CPU> const&) const src/utilities/allocator.h 182 not called
lython::Allocator<lython::For, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 5 times
lython::Allocator<lython::For, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 48 times
lython::Allocator<lython::FormattedValue, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 3 times
lython::Allocator<lython::FormattedValue, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 15 times
lython::Allocator<lython::FunctionDef, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 7 times
lython::Allocator<lython::FunctionDef, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 216 times
lython::Allocator<lython::GCObject*, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 77 times
lython::Allocator<lython::GCObject*, lython::device::CPU>::Allocator(lython::Allocator<lython::GCObject*, lython::device::CPU> const&) src/utilities/allocator.h 207 called 376 times
lython::Allocator<lython::GCObject*, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 9233 times
lython::Allocator<lython::GCObject*, lython::device::CPU>::deallocate(lython::GCObject**, unsigned long) src/utilities/allocator.h 191 called 8996 times
lython::Allocator<lython::Generator, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 not called
lython::Allocator<lython::Generator, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 not called
lython::Allocator<lython::GeneratorExp, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 4 times
lython::Allocator<lython::GeneratorExp, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 14 times
lython::Allocator<lython::Global, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 3 times
lython::Allocator<lython::Global, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 6 times
lython::Allocator<lython::If, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 5 times
lython::Allocator<lython::If, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 33 times
lython::Allocator<lython::IfExp, lython::device::CPU>& lython::GCObject::get_allocator<lython::IfExp>() src/utilities/object.h 97 not called
lython::Allocator<lython::IfExp, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 4 times
lython::Allocator<lython::IfExp, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 11 times
lython::Allocator<lython::Import, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 4 times
lython::Allocator<lython::Import, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 30 times
lython::Allocator<lython::ImportFrom, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 4 times
lython::Allocator<lython::ImportFrom, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 44 times
lython::Allocator<lython::Inline, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 4 times
lython::Allocator<lython::Inline, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 10 times
lython::Allocator<lython::InvalidStatement, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 3 times
lython::Allocator<lython::InvalidStatement, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 565 times
lython::Allocator<lython::JoinedStr, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 3 times
lython::Allocator<lython::JoinedStr, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 33 times
lython::Allocator<lython::Keyword, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 251 times
lython::Allocator<lython::Keyword, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 75 times
lython::Allocator<lython::Keyword, lython::device::CPU>::deallocate(lython::Keyword*, unsigned long) src/utilities/allocator.h 191 called 75 times
lython::Allocator<lython::Lambda, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 4 times
lython::Allocator<lython::Lambda, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 9 times
lython::Allocator<lython::ListComp, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 4 times
lython::Allocator<lython::ListComp, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 14 times
lython::Allocator<lython::ListExpr, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 4 times
lython::Allocator<lython::ListExpr, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 31 times
lython::Allocator<lython::Match, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 4 times
lython::Allocator<lython::Match, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 141 times
lython::Allocator<lython::MatchAs, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 4 times
lython::Allocator<lython::MatchAs, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 57 times
lython::Allocator<lython::MatchCase, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 141 times
lython::Allocator<lython::MatchCase, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 221 times
lython::Allocator<lython::MatchCase, lython::device::CPU>::deallocate(lython::MatchCase*, unsigned long) src/utilities/allocator.h 191 called 221 times
lython::Allocator<lython::MatchClass, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 4 times
lython::Allocator<lython::MatchClass, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 35 times
lython::Allocator<lython::MatchMapping, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 4 times
lython::Allocator<lython::MatchMapping, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 45 times
lython::Allocator<lython::MatchOr, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 4 times
lython::Allocator<lython::MatchOr, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 46 times
lython::Allocator<lython::MatchSequence, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 4 times
lython::Allocator<lython::MatchSequence, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 111 times
lython::Allocator<lython::MatchSingleton, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 4 times
lython::Allocator<lython::MatchSingleton, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 136 times
lython::Allocator<lython::MatchStar, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 4 times
lython::Allocator<lython::MatchStar, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 13 times
lython::Allocator<lython::MatchValue, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 4 times
lython::Allocator<lython::MatchValue, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 292 times
lython::Allocator<lython::Name, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 7 times
lython::Allocator<lython::Name, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 3907 times
lython::Allocator<lython::NamedExpr, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 4 times
lython::Allocator<lython::NamedExpr, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 7 times
lython::Allocator<lython::Node const*, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 520 times
lython::Allocator<lython::Node const*, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 937 times
lython::Allocator<lython::Node const*, lython::device::CPU>::deallocate(lython::Node const**, unsigned long) src/utilities/allocator.h 191 called 937 times
lython::Allocator<lython::Node*, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 104 times
lython::Allocator<lython::Node*, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 100 times
lython::Allocator<lython::Node*, lython::device::CPU>::deallocate(lython::Node**, unsigned long) src/utilities/allocator.h 191 called 100 times
lython::Allocator<lython::Nonlocal, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 3 times
lython::Allocator<lython::Nonlocal, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 6 times
lython::Allocator<lython::NotAllowedEpxr, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 not called
lython::Allocator<lython::NotAllowedEpxr, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 not called
lython::Allocator<lython::NotImplementedExpr, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 not called
lython::Allocator<lython::NotImplementedExpr, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 not called
lython::Allocator<lython::NotImplementedStmt, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 not called
lython::Allocator<lython::NotImplementedStmt, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 not called
lython::Allocator<lython::Object, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 1 time
lython::Allocator<lython::Object, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 2 times
lython::Allocator<lython::ParsingContext, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 1 time
lython::Allocator<lython::ParsingContext, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 77 times
lython::Allocator<lython::ParsingContext, lython::device::CPU>::deallocate(lython::ParsingContext*, unsigned long) src/utilities/allocator.h 191 called 1 time
lython::Allocator<lython::ParsingError, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 1 time
lython::Allocator<lython::ParsingError, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 565 times
lython::Allocator<lython::ParsingError, lython::device::CPU>::deallocate(lython::ParsingError*, unsigned long) src/utilities/allocator.h 191 called 1 time
lython::Allocator<lython::Pass, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 7 times
lython::Allocator<lython::Pass, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 301 times
lython::Allocator<lython::Pattern*, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 272 times
lython::Allocator<lython::Pattern*, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 364 times
lython::Allocator<lython::Pattern*, lython::device::CPU>::deallocate(lython::Pattern**, unsigned long) src/utilities/allocator.h 191 called 364 times
lython::Allocator<lython::RTGCObject, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 not called
lython::Allocator<lython::RTGCObject, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 not called
lython::Allocator<lython::RTGCObject, lython::device::CPU>::deallocate(lython::RTGCObject*, unsigned long) src/utilities/allocator.h 191 not called
lython::Allocator<lython::Raise, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 4 times
lython::Allocator<lython::Raise, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 16 times
lython::Allocator<lython::Return, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 6 times
lython::Allocator<lython::Return, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 286 times
lython::Allocator<lython::SemaContext, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 1 time
lython::Allocator<lython::SemaContext, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 124 times
lython::Allocator<lython::SemaContext, lython::device::CPU>::deallocate(lython::SemaContext*, unsigned long) src/utilities/allocator.h 191 called 1 time
lython::Allocator<lython::SetComp, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 4 times
lython::Allocator<lython::SetComp, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 14 times
lython::Allocator<lython::SetExpr, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 4 times
lython::Allocator<lython::SetExpr, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 29 times
lython::Allocator<lython::SetType, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 2 times
lython::Allocator<lython::SetType, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 5 times
lython::Allocator<lython::Slice, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 4 times
lython::Allocator<lython::Slice, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 18 times
lython::Allocator<lython::StackTrace, lython::device::CPU>::Allocator(lython::Allocator<lython::StackTrace, lython::device::CPU> const&) src/utilities/allocator.h 207 called 6 times
lython::Allocator<lython::StackTrace, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 not called
lython::Allocator<lython::StackTrace, lython::device::CPU>::deallocate(lython::StackTrace*, unsigned long) src/utilities/allocator.h 191 not called
lython::Allocator<lython::Starred, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 4 times
lython::Allocator<lython::Starred, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 8 times
lython::Allocator<lython::StmtNode*, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 9 times
lython::Allocator<lython::StmtNode*, lython::device::CPU>::Allocator(lython::Allocator<lython::StmtNode*, lython::device::CPU> const&) src/utilities/allocator.h 207 called 920 times
lython::Allocator<lython::StmtNode*, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 3227 times
lython::Allocator<lython::StmtNode*, lython::device::CPU>::deallocate(lython::StmtNode**, unsigned long) src/utilities/allocator.h 191 called 13 times
lython::Allocator<lython::StmtNode*, lython::device::CPU>::operator!=(lython::Allocator<lython::StmtNode*, lython::device::CPU> const&) const src/utilities/allocator.h 184 not called
lython::Allocator<lython::StmtNode*, lython::device::CPU>::operator==(lython::Allocator<lython::StmtNode*, lython::device::CPU> const&) const src/utilities/allocator.h 182 not called
lython::Allocator<lython::StringDatabase::StringEntry, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 12 times
lython::Allocator<lython::StringDatabase::StringEntry, lython::device::CPU>::Allocator(lython::Allocator<lython::StringDatabase::StringEntry, lython::device::CPU> const&) src/utilities/allocator.h 207 called 12 times
lython::Allocator<lython::StringDatabase::StringEntry, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 12 times
lython::Allocator<lython::StringDatabase::StringEntry, lython::device::CPU>::deallocate(lython::StringDatabase::StringEntry*, unsigned long) src/utilities/allocator.h 191 called 15 times
lython::Allocator<lython::StringRef, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 277 times
lython::Allocator<lython::StringRef, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 152 times
lython::Allocator<lython::StringRef, lython::device::CPU>::deallocate(lython::StringRef*, unsigned long) src/utilities/allocator.h 191 called 148 times
lython::Allocator<lython::Subscript, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 5 times
lython::Allocator<lython::Subscript, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 21 times
lython::Allocator<lython::Token, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 5 times
lython::Allocator<lython::Token, lython::device::CPU>::Allocator(lython::Allocator<lython::Token, lython::device::CPU> const&) src/utilities/allocator.h 207 called 34 times
lython::Allocator<lython::Token, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 2356 times
lython::Allocator<lython::Token, lython::device::CPU>::deallocate(lython::Token*, unsigned long) src/utilities/allocator.h 191 called 6 times
lython::Allocator<lython::Token, lython::device::CPU>::operator!=(lython::Allocator<lython::Token, lython::device::CPU> const&) const src/utilities/allocator.h 184 not called
lython::Allocator<lython::Token, lython::device::CPU>::operator==(lython::Allocator<lython::Token, lython::device::CPU> const&) const src/utilities/allocator.h 182 not called
lython::Allocator<lython::Try, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 4 times
lython::Allocator<lython::Try, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 35 times
lython::Allocator<lython::TupleExpr, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 4 times
lython::Allocator<lython::TupleExpr, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 123 times
lython::Allocator<lython::TupleType, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 2 times
lython::Allocator<lython::TupleType, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 17 times
lython::Allocator<lython::UnaryOp, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 5 times
lython::Allocator<lython::UnaryOp, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 39 times
lython::Allocator<lython::While, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 5 times
lython::Allocator<lython::While, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 25 times
lython::Allocator<lython::With, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 4 times
lython::Allocator<lython::With, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 52 times
lython::Allocator<lython::WithItem, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 52 times
lython::Allocator<lython::WithItem, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 88 times
lython::Allocator<lython::WithItem, lython::device::CPU>::deallocate(lython::WithItem*, unsigned long) src/utilities/allocator.h 191 called 88 times
lython::Allocator<lython::Yield, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 4 times
lython::Allocator<lython::Yield, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 23 times
lython::Allocator<lython::YieldFrom, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 4 times
lython::Allocator<lython::YieldFrom, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 7 times
lython::Allocator<lython::lyException*, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 3 times
lython::Allocator<lython::lyException*, lython::device::CPU>::deallocate(lython::lyException**, unsigned long) src/utilities/allocator.h 191 not called
lython::Allocator<lython::lyException, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 1 time
lython::Allocator<lython::lyException, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 3 times
lython::Allocator<std::_List_node<std::vector<lython::StringDatabase::StringEntry, lython::Allocator<lython::StringDatabase::StringEntry, lython::device::CPU> > >, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 12 times
lython::Allocator<std::_List_node<std::vector<lython::StringDatabase::StringEntry, lython::Allocator<lython::StringDatabase::StringEntry, lython::device::CPU> > >, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 12 times
lython::Allocator<std::_List_node<std::vector<lython::StringDatabase::StringEntry, lython::Allocator<lython::StringDatabase::StringEntry, lython::device::CPU> > >, lython::device::CPU>::deallocate(std::_List_node<std::vector<lython::StringDatabase::StringEntry, lython::Allocator<lython::StringDatabase::StringEntry, lython::device::CPU> > >*, unsigned long) src/utilities/allocator.h 191 called 15 times
lython::Allocator<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> >, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 29 times
lython::Allocator<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> >, lython::device::CPU>::Allocator(lython::Allocator<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> >, lython::device::CPU> const&) src/utilities/allocator.h 207 called 188 times
lython::Allocator<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> >, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 26 times
lython::Allocator<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> >, lython::device::CPU>::deallocate(std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> >*, unsigned long) src/utilities/allocator.h 191 called 26 times
lython::Allocator<std::__detail::_Hash_node<char, false>, lython::device::CPU>::Allocator(lython::Allocator<std::__detail::_Hash_node<char, false>, lython::device::CPU> const&) src/utilities/allocator.h 207 called 11 times
lython::Allocator<std::__detail::_Hash_node<char, false>, lython::device::CPU>::Allocator<char>(lython::Allocator<char, lython::device::CPU> const&) src/utilities/allocator.h 210 called 11 times
lython::Allocator<std::__detail::_Hash_node<char, false>, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 33 times
lython::Allocator<std::__detail::_Hash_node<char, false>, lython::device::CPU>::deallocate(std::__detail::_Hash_node<char, false>*, unsigned long) src/utilities/allocator.h 191 called 42 times
lython::Allocator<std::__detail::_Hash_node<std::pair<int const, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > >, false>, lython::device::CPU>::Allocator(lython::Allocator<std::__detail::_Hash_node<std::pair<int const, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > >, false>, lython::device::CPU> const&) src/utilities/allocator.h 207 called 12 times
lython::Allocator<std::__detail::_Hash_node<std::pair<int const, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > >, false>, lython::device::CPU>::Allocator<std::pair<int const, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > > >(lython::Allocator<std::pair<int const, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > >, lython::device::CPU> const&) src/utilities/allocator.h 210 called 12 times
lython::Allocator<std::__detail::_Hash_node<std::pair<int const, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > >, false>, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 507 times
lython::Allocator<std::__detail::_Hash_node<std::pair<int const, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > >, false>, lython::device::CPU>::deallocate(std::__detail::_Hash_node<std::pair<int const, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > >, false>*, unsigned long) src/utilities/allocator.h 191 called 624 times
lython::Allocator<std::__detail::_Hash_node<std::pair<lython::StringRef const, bool>, false>, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 7 times
lython::Allocator<std::__detail::_Hash_node<std::pair<lython::StringRef const, bool>, false>, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 39 times
lython::Allocator<std::__detail::_Hash_node<std::pair<lython::StringRef const, bool>, false>, lython::device::CPU>::deallocate(std::__detail::_Hash_node<std::pair<lython::StringRef const, bool>, false>*, unsigned long) src/utilities/allocator.h 191 not called
lython::Allocator<std::__detail::_Hash_node<std::pair<lython::StringRef const, llvm::Type*>, false>, lython::device::CPU>::Allocator(lython::Allocator<std::__detail::_Hash_node<std::pair<lython::StringRef const, llvm::Type*>, false>, lython::device::CPU> const&) src/utilities/allocator.h 207 not called
lython::Allocator<std::__detail::_Hash_node<std::pair<lython::StringRef const, llvm::Type*>, false>, lython::device::CPU>::Allocator<std::pair<lython::StringRef const, llvm::Type*> >(lython::Allocator<std::pair<lython::StringRef const, llvm::Type*>, lython::device::CPU> const&) src/utilities/allocator.h 210 not called
lython::Allocator<std::__detail::_Hash_node<std::pair<lython::StringRef const, llvm::Type*>, false>, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 not called
lython::Allocator<std::__detail::_Hash_node<std::pair<lython::StringRef const, llvm::Type*>, false>, lython::device::CPU>::deallocate(std::__detail::_Hash_node<std::pair<lython::StringRef const, llvm::Type*>, false>*, unsigned long) src/utilities/allocator.h 191 not called
lython::Allocator<std::__detail::_Hash_node<std::pair<lython::StringRef const, lython::ConstantValue (*)(lython::ConstantValue const&)>, false>, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 12 times
lython::Allocator<std::__detail::_Hash_node<std::pair<lython::StringRef const, lython::ConstantValue (*)(lython::ConstantValue const&)>, false>, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 432 times
lython::Allocator<std::__detail::_Hash_node<std::pair<lython::StringRef const, lython::ConstantValue (*)(lython::ConstantValue const&)>, false>, lython::device::CPU>::deallocate(std::__detail::_Hash_node<std::pair<lython::StringRef const, lython::ConstantValue (*)(lython::ConstantValue const&)>, false>*, unsigned long) src/utilities/allocator.h 191 called 540 times
lython::Allocator<std::__detail::_Hash_node<std::pair<lython::StringRef const, lython::ConstantValue (*)(lython::ConstantValue const&, lython::ConstantValue const&)>, false>, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 36 times
lython::Allocator<std::__detail::_Hash_node<std::pair<lython::StringRef const, lython::ConstantValue (*)(lython::ConstantValue const&, lython::ConstantValue const&)>, false>, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 2184 times
lython::Allocator<std::__detail::_Hash_node<std::pair<lython::StringRef const, lython::ConstantValue (*)(lython::ConstantValue const&, lython::ConstantValue const&)>, false>, lython::device::CPU>::deallocate(std::__detail::_Hash_node<std::pair<lython::StringRef const, lython::ConstantValue (*)(lython::ConstantValue const&, lython::ConstantValue const&)>, false>*, unsigned long) src/utilities/allocator.h 191 called 2730 times
lython::Allocator<std::__detail::_Hash_node<std::pair<lython::StringRef const, lython::ExprNode*>, false>, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 91 times
lython::Allocator<std::__detail::_Hash_node<std::pair<lython::StringRef const, lython::ExprNode*>, false>, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 7 times
lython::Allocator<std::__detail::_Hash_node<std::pair<lython::StringRef const, lython::ExprNode*>, false>, lython::device::CPU>::deallocate(std::__detail::_Hash_node<std::pair<lython::StringRef const, lython::ExprNode*>, false>*, unsigned long) src/utilities/allocator.h 191 called 7 times
lython::Allocator<std::__detail::_Hash_node<std::pair<lython::StringRef const, unsigned long>, false>, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 30 times
lython::Allocator<std::__detail::_Hash_node<std::pair<lython::StringRef const, unsigned long>, false>, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 62 times
lython::Allocator<std::__detail::_Hash_node<std::pair<lython::StringRef const, unsigned long>, false>, lython::device::CPU>::deallocate(std::__detail::_Hash_node<std::pair<lython::StringRef const, unsigned long>, false>*, unsigned long) src/utilities/allocator.h 191 called 62 times
lython::Allocator<std::__detail::_Hash_node<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const, lython::OpConfig>, false>, lython::device::CPU>::Allocator(lython::Allocator<std::__detail::_Hash_node<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const, lython::OpConfig>, false>, lython::device::CPU> const&) src/utilities/allocator.h 207 called 7 times
lython::Allocator<std::__detail::_Hash_node<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const, lython::OpConfig>, false>, lython::device::CPU>::Allocator<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const, lython::OpConfig> >(lython::Allocator<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const, lython::OpConfig>, lython::device::CPU> const&) src/utilities/allocator.h 210 called 12 times
lython::Allocator<std::__detail::_Hash_node<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const, lython::OpConfig>, false>, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 246 times
lython::Allocator<std::__detail::_Hash_node<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const, lython::OpConfig>, false>, lython::device::CPU>::deallocate(std::__detail::_Hash_node<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const, lython::OpConfig>, false>*, unsigned long) src/utilities/allocator.h 191 called 369 times
lython::Allocator<std::__detail::_Hash_node<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const, lython::TokenType>, false>, lython::device::CPU>::Allocator(lython::Allocator<std::__detail::_Hash_node<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const, lython::TokenType>, false>, lython::device::CPU> const&) src/utilities/allocator.h 207 called 12 times
lython::Allocator<std::__detail::_Hash_node<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const, lython::TokenType>, false>, lython::device::CPU>::Allocator<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const, lython::TokenType> >(lython::Allocator<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const, lython::TokenType>, lython::device::CPU> const&) src/utilities/allocator.h 210 called 12 times
lython::Allocator<std::__detail::_Hash_node<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const, lython::TokenType>, false>, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 468 times
lython::Allocator<std::__detail::_Hash_node<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const, lython::TokenType>, false>, lython::device::CPU>::deallocate(std::__detail::_Hash_node<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const, lython::TokenType>, false>*, unsigned long) src/utilities/allocator.h 191 called 585 times
lython::Allocator<std::__detail::_Hash_node<std::pair<std::basic_string_view<char, std::char_traits<char> > const, unsigned long>, true>, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 12 times
lython::Allocator<std::__detail::_Hash_node<std::pair<std::basic_string_view<char, std::char_traits<char> > const, unsigned long>, true>, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 3691 times
lython::Allocator<std::__detail::_Hash_node<std::pair<std::basic_string_view<char, std::char_traits<char> > const, unsigned long>, true>, lython::device::CPU>::deallocate(std::__detail::_Hash_node<std::pair<std::basic_string_view<char, std::char_traits<char> > const, unsigned long>, true>*, unsigned long) src/utilities/allocator.h 191 called 4528 times
lython::Allocator<std::__detail::_Hash_node_base*, lython::device::CPU>::Allocator<std::__detail::_Hash_node<char, false> >(lython::Allocator<std::__detail::_Hash_node<char, false>, lython::device::CPU> const&) src/utilities/allocator.h 210 called 25 times
lython::Allocator<std::__detail::_Hash_node_base*, lython::device::CPU>::Allocator<std::__detail::_Hash_node<std::pair<int const, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > >, false> >(lython::Allocator<std::__detail::_Hash_node<std::pair<int const, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > >, false>, lython::device::CPU> const&) src/utilities/allocator.h 210 called 75 times
lython::Allocator<std::__detail::_Hash_node_base*, lython::device::CPU>::Allocator<std::__detail::_Hash_node<std::pair<lython::StringRef const, bool>, false> >(lython::Allocator<std::__detail::_Hash_node<std::pair<lython::StringRef const, bool>, false>, lython::device::CPU> const&) src/utilities/allocator.h 210 not called
lython::Allocator<std::__detail::_Hash_node_base*, lython::device::CPU>::Allocator<std::__detail::_Hash_node<std::pair<lython::StringRef const, llvm::Type*>, false> >(lython::Allocator<std::__detail::_Hash_node<std::pair<lython::StringRef const, llvm::Type*>, false>, lython::device::CPU> const&) src/utilities/allocator.h 210 not called
lython::Allocator<std::__detail::_Hash_node_base*, lython::device::CPU>::Allocator<std::__detail::_Hash_node<std::pair<lython::StringRef const, lython::ConstantValue (*)(lython::ConstantValue const&)>, false> >(lython::Allocator<std::__detail::_Hash_node<std::pair<lython::StringRef const, lython::ConstantValue (*)(lython::ConstantValue const&)>, false>, lython::device::CPU> const&) src/utilities/allocator.h 210 called 75 times
lython::Allocator<std::__detail::_Hash_node_base*, lython::device::CPU>::Allocator<std::__detail::_Hash_node<std::pair<lython::StringRef const, lython::ConstantValue (*)(lython::ConstantValue const&, lython::ConstantValue const&)>, false> >(lython::Allocator<std::__detail::_Hash_node<std::pair<lython::StringRef const, lython::ConstantValue (*)(lython::ConstantValue const&, lython::ConstantValue const&)>, false>, lython::device::CPU> const&) src/utilities/allocator.h 210 called 225 times
lython::Allocator<std::__detail::_Hash_node_base*, lython::device::CPU>::Allocator<std::__detail::_Hash_node<std::pair<lython::StringRef const, lython::ExprNode*>, false> >(lython::Allocator<std::__detail::_Hash_node<std::pair<lython::StringRef const, lython::ExprNode*>, false>, lython::device::CPU> const&) src/utilities/allocator.h 210 called 12 times
lython::Allocator<std::__detail::_Hash_node_base*, lython::device::CPU>::Allocator<std::__detail::_Hash_node<std::pair<lython::StringRef const, unsigned long>, false> >(lython::Allocator<std::__detail::_Hash_node<std::pair<lython::StringRef const, unsigned long>, false>, lython::device::CPU> const&) src/utilities/allocator.h 210 called 60 times
lython::Allocator<std::__detail::_Hash_node_base*, lython::device::CPU>::Allocator<std::__detail::_Hash_node<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const, lython::OpConfig>, false> >(lython::Allocator<std::__detail::_Hash_node<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const, lython::OpConfig>, false>, lython::device::CPU> const&) src/utilities/allocator.h 210 called 35 times
lython::Allocator<std::__detail::_Hash_node_base*, lython::device::CPU>::Allocator<std::__detail::_Hash_node<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const, lython::TokenType>, false> >(lython::Allocator<std::__detail::_Hash_node<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const, lython::TokenType>, false>, lython::device::CPU> const&) src/utilities/allocator.h 210 called 75 times
lython::Allocator<std::__detail::_Hash_node_base*, lython::device::CPU>::Allocator<std::__detail::_Hash_node<std::pair<std::basic_string_view<char, std::char_traits<char> > const, unsigned long>, true> >(lython::Allocator<std::__detail::_Hash_node<std::pair<std::basic_string_view<char, std::char_traits<char> > const, unsigned long>, true>, lython::device::CPU> const&) src/utilities/allocator.h 210 called 147 times
lython::Allocator<std::__detail::_Hash_node_base*, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 141 times
lython::Allocator<std::__detail::_Hash_node_base*, lython::device::CPU>::deallocate(std::__detail::_Hash_node_base**, unsigned long) src/utilities/allocator.h 191 called 168 times
lython::Allocator<std::filesystem::__cxx11::path, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 not called
lython::Allocator<std::filesystem::__cxx11::path, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 not called
lython::Allocator<std::filesystem::__cxx11::path, lython::device::CPU>::deallocate(std::filesystem::__cxx11::path*, unsigned long) src/utilities/allocator.h 191 not called
lython::Allocator<std::pair<int const, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > >, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 12 times
lython::Allocator<std::pair<lython::StringRef const, llvm::Type*>, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 not called
lython::Allocator<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const, lython::OpConfig>, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 12 times
lython::Allocator<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const, lython::TokenType>, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 12 times
lython::Allocator<std::unique_ptr<lython::SemaException, std::default_delete<lython::SemaException> >, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 1 time
lython::Allocator<std::unique_ptr<lython::SemaException, std::default_delete<lython::SemaException> >, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 285 times
lython::Allocator<std::unique_ptr<lython::SemaException, std::default_delete<lython::SemaException> >, lython::device::CPU>::deallocate(std::unique_ptr<lython::SemaException, std::default_delete<lython::SemaException> >*, unsigned long) src/utilities/allocator.h 191 called 4 times
lython::Allocator<std::vector<lython::StmtNode*, lython::Allocator<lython::StmtNode*, lython::device::CPU> >, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 33 times
lython::Allocator<std::vector<lython::StmtNode*, lython::Allocator<lython::StmtNode*, lython::device::CPU> >, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 14 times
lython::Allocator<std::vector<lython::StmtNode*, lython::Allocator<lython::StmtNode*, lython::device::CPU> >, lython::device::CPU>::deallocate(std::vector<lython::StmtNode*, lython::Allocator<lython::StmtNode*, lython::device::CPU> >*, unsigned long) src/utilities/allocator.h 191 called 14 times
lython::Allocator<std::vector<lython::StringDatabase::StringEntry, lython::Allocator<lython::StringDatabase::StringEntry, lython::device::CPU> >*, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 12 times
lython::Allocator<std::vector<lython::StringDatabase::StringEntry, lython::Allocator<lython::StringDatabase::StringEntry, lython::device::CPU> >*, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 12 times
lython::Allocator<std::vector<lython::StringDatabase::StringEntry, lython::Allocator<lython::StringDatabase::StringEntry, lython::device::CPU> >*, lython::device::CPU>::deallocate(std::vector<lython::StringDatabase::StringEntry, lython::Allocator<lython::StringDatabase::StringEntry, lython::device::CPU> >**, unsigned long) src/utilities/allocator.h 191 called 15 times
lython::Allocator<unsigned long, lython::device::CPU>::Allocator() src/utilities/allocator.h 205 called 1 time
lython::Allocator<unsigned long, lython::device::CPU>::allocate(unsigned long, void const*) src/utilities/allocator.h 197 called 211 times
lython::Allocator<unsigned long, lython::device::CPU>::deallocate(unsigned long*, unsigned long) src/utilities/allocator.h 191 called 1 time
lython::And<bool>::call(bool, bool) src/builtin/operators.inc 140 called 2 times
lython::AnnAssign* lython::GCObject::new_object<lython::AnnAssign>() src/utilities/object.h 14 called 115 times
lython::AnnAssign* lython::GCObject::new_root<lython::AnnAssign>() src/utilities/object.h 27 called 115 times
lython::AnnAssign::AnnAssign() src/ast/nodes.h 865 called 115 times
lython::Arguments::Arguments() src/ast/nodes.h 234 called 444 times
lython::Arguments::size() const src/ast/nodes.h 246 called 31 times
lython::ArrayScope<llvm::Value*>::ArrayScope(std::vector<llvm::Value*, lython::Allocator<llvm::Value*, lython::device::CPU> >&) src/codegen/llvm/llvm_gen.h 36 called 31 times
lython::ArrayScope<llvm::Value*>::~ArrayScope() src/codegen/llvm/llvm_gen.h 39 called 31 times
lython::ArrayType* lython::GCObject::new_object<lython::ArrayType>() src/utilities/object.h 14 called 11 times
lython::ArrayType* lython::GCObject::new_root<lython::ArrayType>() src/utilities/object.h 27 called 11 times
lython::ArrayType::ArrayType() src/ast/nodes.h 1053 called 11 times
lython::Arrow* lython::GCObject::new_object<lython::Arrow>() src/utilities/object.h 14 called 224 times
lython::Arrow* lython::GCObject::new_root<lython::Arrow>() src/utilities/object.h 27 called 224 times
lython::Arrow::Arrow() src/ast/nodes.h 1023 called 230 times
lython::Arrow::add_arg_type(lython::ExprNode*) src/ast/nodes.cpp 194 called 206 times
lython::Arrow::add_arg_type(lython::ExprNode*)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/nodes.cpp 205 not called
lython::Arrow::arg_count() const src/ast/nodes.h 1034 called 324 times
lython::Arrow::set_arg_type(int, lython::ExprNode*) src/ast/nodes.cpp 209 called 8 times
lython::Arrow::set_arg_type(int, lython::ExprNode*)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/nodes.cpp 223 not called
lython::Assert* lython::GCObject::new_object<lython::Assert>() src/utilities/object.h 14 called 20 times
lython::Assert* lython::GCObject::new_root<lython::Assert>() src/utilities/object.h 27 called 20 times
lython::Assert::Assert() src/ast/nodes.h 948 called 20 times
lython::Assign* lython::GCObject::new_object<lython::Assign>() src/utilities/object.h 14 called 342 times
lython::Assign* lython::GCObject::new_root<lython::Assign>() src/utilities/object.h 27 called 342 times
lython::Assign::Assign() src/ast/nodes.h 841 called 342 times
lython::AsyncFor* lython::GCObject::new_object<lython::AsyncFor>() src/utilities/object.h 14 not called
lython::AsyncFor* lython::GCObject::new_root<lython::AsyncFor>() src/utilities/object.h 27 not called
lython::AsyncFunctionDef* lython::GCObject::new_object<lython::AsyncFunctionDef>() src/utilities/object.h 14 not called
lython::AsyncFunctionDef* lython::GCObject::new_root<lython::AsyncFunctionDef>() src/utilities/object.h 27 not called
lython::AsyncWith* lython::GCObject::new_object<lython::AsyncWith>() src/utilities/object.h 14 not called
lython::AsyncWith* lython::GCObject::new_root<lython::AsyncWith>() src/utilities/object.h 27 not called
lython::Attribute* lython::GCObject::new_object<lython::Attribute>() src/utilities/object.h 14 called 49 times
lython::Attribute* lython::GCObject::new_root<lython::Attribute>() src/utilities/object.h 27 called 49 times
lython::Attribute::Attribute() src/ast/nodes.h 587 called 49 times
lython::AttributeError::AttributeError(lython::ClassDef*, lython::StringRef) src/sema/errors.h 77 called 2 times
lython::AttributeError::message(std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&) src/sema/errors.cpp 61 called 4 times
lython::AttributeError::message[abi:cxx11]() const src/sema/errors.cpp 59 called 2 times
lython::AugAssign* lython::GCObject::new_object<lython::AugAssign>() src/utilities/object.h 14 called 26 times
lython::AugAssign* lython::GCObject::new_root<lython::AugAssign>() src/utilities/object.h 27 called 26 times
lython::AugAssign::AugAssign() src/ast/nodes.h 855 called 26 times
lython::Await* lython::GCObject::new_object<lython::Await>() src/utilities/object.h 14 called 7 times
lython::Await* lython::GCObject::new_root<lython::Await>() src/utilities/object.h 27 called 7 times
lython::Await::Await() src/ast/nodes.h 539 called 7 times
lython::BaseErrorPrinter::BaseErrorPrinter(std::ostream&, lython::AbstractLexer*) src/printer/error_printer.h 43 called 731 times
lython::BaseErrorPrinter::codeline() src/printer/error_printer.cpp 12 called 1377 times
lython::BaseErrorPrinter::end() src/printer/error_printer.cpp 11 called 701 times
lython::BaseErrorPrinter::errorline() src/printer/error_printer.cpp 10 called 701 times
lython::BaseErrorPrinter::firstline() src/printer/error_printer.cpp 8 called 701 times
lython::BaseErrorPrinter::get_filename[abi:cxx11]() const src/printer/error_printer.cpp 28 called 701 times
lython::BaseErrorPrinter::indentation[abi:cxx11]() src/printer/error_printer.cpp 7 called 3319 times
lython::BaseErrorPrinter::newline() src/printer/error_printer.cpp 9 called 565 times
lython::BaseErrorPrinter::print(lython::LythonException const&) src/printer/error_printer.h 49 not called
lython::BaseErrorPrinter::underline(lython::CommonAttributes const&) src/printer/error_printer.cpp 16 called 111 times
lython::BaseErrorPrinter::underline(lython::Token const&) src/printer/error_printer.cpp 60 called 565 times
lython::BaseErrorPrinter::~BaseErrorPrinter() src/printer/error_printer.h 47 called 731 times
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::annassign(lython::AnnAssign const*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::annassign(lython::AnnAssign const*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::arraytype(lython::ArrayType const*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::arraytype(lython::ArrayType const*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::arrow(lython::Arrow const*, int) src/ast/visitor.h 265 called 216 times
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::arrow(lython::Arrow const*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 216 times
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::assertstmt(lython::Assert const*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::assertstmt(lython::Assert const*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::assign(lython::Assign const*, int) src/ast/visitor.h 265 called 1 time
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::assign(lython::Assign const*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 1 time
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::attribute(lython::Attribute const*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::attribute(lython::Attribute const*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::augassign(lython::AugAssign const*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::augassign(lython::AugAssign const*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::await(lython::Await const*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::await(lython::Await const*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::binop(lython::BinOp const*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::binop(lython::BinOp const*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::boolop(lython::BoolOp const*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::boolop(lython::BoolOp const*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::breakstmt(lython::Break const*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::breakstmt(lython::Break const*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::builtintype(lython::BuiltinType const*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::builtintype(lython::BuiltinType const*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::call(lython::Call const*, int) src/ast/visitor.h 265 called 4 times
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::call(lython::Call const*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 4 times
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::check_depth(int) src/ast/visitor.h 210 called 564 times
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::classdef(lython::ClassDef const*, int) src/ast/visitor.h 265 called 1 time
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::classdef(lython::ClassDef const*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 1 time
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::classtype(lython::ClassType const*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::classtype(lython::ClassType const*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::comment(lython::Comment const*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::comment(lython::Comment const*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::compare(lython::Compare const*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::compare(lython::Compare const*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::constant(lython::Constant const*, int) src/ast/visitor.h 265 called 5 times
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::constant(lython::Constant const*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 5 times
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::continuestmt(lython::Continue const*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::continuestmt(lython::Continue const*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::deletestmt(lython::Delete const*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::deletestmt(lython::Delete const*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::dictcomp(lython::DictComp const*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::dictcomp(lython::DictComp const*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::dictexpr(lython::DictExpr const*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::dictexpr(lython::DictExpr const*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::dicttype(lython::DictType const*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::dicttype(lython::DictType const*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::exec(lython::ExprNode const*, int) src/ast/visitor.h 176 called 747 times
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::exec(lython::ModNode const*, int) src/ast/visitor.h 110 called 1 time
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::exec(lython::Pattern const*, int) src/ast/visitor.h 142 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::exec(lython::StmtNode const*, int) src/ast/visitor.h 216 called 11 times
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::exec(lython::StmtNode const*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 218 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::expression(lython::Expression const*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::expression(lython::Expression const*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::exprstmt(lython::Expr const*, int) src/ast/visitor.h 265 called 3 times
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::exprstmt(lython::Expr const*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 3 times
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::formattedvalue(lython::FormattedValue const*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::formattedvalue(lython::FormattedValue const*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::forstmt(lython::For const*, int) src/ast/visitor.h 265 called 1 time
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::forstmt(lython::For const*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 1 time
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::functiondef(lython::FunctionDef const*, int) src/ast/visitor.h 265 called 2 times
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::functiondef(lython::FunctionDef const*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 2 times
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::functiontype(lython::FunctionType const*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::functiontype(lython::FunctionType const*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::generateexpr(lython::GeneratorExp const*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::generateexpr(lython::GeneratorExp const*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::global(lython::Global const*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::global(lython::Global const*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::ifexp(lython::IfExp const*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::ifexp(lython::IfExp const*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::ifstmt(lython::If const*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::ifstmt(lython::If const*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::import(lython::Import const*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::import(lython::Import const*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::importfrom(lython::ImportFrom const*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::importfrom(lython::ImportFrom const*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::inlinestmt(lython::Inline const*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::inlinestmt(lython::Inline const*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::interactive(lython::Interactive const*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::interactive(lython::Interactive const*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::invalidstmt(lython::InvalidStatement const*, int) src/ast/visitor.h 265 called 1 time
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::invalidstmt(lython::InvalidStatement const*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 1 time
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::joinedstr(lython::JoinedStr const*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::joinedstr(lython::JoinedStr const*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::lambda(lython::Lambda const*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::lambda(lython::Lambda const*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::listcomp(lython::ListComp const*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::listcomp(lython::ListComp const*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::listexpr(lython::ListExpr const*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::listexpr(lython::ListExpr const*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::match(lython::Match const*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::match(lython::Match const*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::matchas(lython::MatchAs const*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::matchas(lython::MatchAs const*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::matchclass(lython::MatchClass const*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::matchclass(lython::MatchClass const*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::matchmapping(lython::MatchMapping const*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::matchmapping(lython::MatchMapping const*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::matchor(lython::MatchOr const*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::matchor(lython::MatchOr const*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::matchsequence(lython::MatchSequence const*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::matchsequence(lython::MatchSequence const*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::matchsingleton(lython::MatchSingleton const*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::matchsingleton(lython::MatchSingleton const*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::matchstar(lython::MatchStar const*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::matchstar(lython::MatchStar const*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::matchvalue(lython::MatchValue const*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::matchvalue(lython::MatchValue const*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::module(lython::Module const*, int) src/ast/visitor.h 265 called 1 time
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::module(lython::Module const*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 1 time
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::name(lython::Name const*, int) src/ast/visitor.h 265 called 326 times
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::name(lython::Name const*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 326 times
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::namedexpr(lython::NamedExpr const*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::namedexpr(lython::NamedExpr const*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::nonlocal(lython::Nonlocal const*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::nonlocal(lython::Nonlocal const*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::pass(lython::Pass const*, int) src/ast/visitor.h 265 called 1 time
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::pass(lython::Pass const*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 1 time
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::raise(lython::Raise const*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::raise(lython::Raise const*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::returnstmt(lython::Return const*, int) src/ast/visitor.h 265 called 1 time
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::returnstmt(lython::Return const*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 1 time
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::setcomp(lython::SetComp const*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::setcomp(lython::SetComp const*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::setexpr(lython::SetExpr const*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::setexpr(lython::SetExpr const*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::settype(lython::SetType const*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::settype(lython::SetType const*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::slice(lython::Slice const*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::slice(lython::Slice const*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::starred(lython::Starred const*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::starred(lython::Starred const*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::subscript(lython::Subscript const*, int) src/ast/visitor.h 265 called 1 time
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::subscript(lython::Subscript const*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 1 time
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::trystmt(lython::Try const*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::trystmt(lython::Try const*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::tupleexpr(lython::TupleExpr const*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::tupleexpr(lython::TupleExpr const*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::tupletype(lython::TupleType const*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::tupletype(lython::TupleType const*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::unaryop(lython::UnaryOp const*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::unaryop(lython::UnaryOp const*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::whilestmt(lython::While const*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::whilestmt(lython::While const*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::with(lython::With const*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::with(lython::With const*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::yield(lython::Yield const*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::yield(lython::Yield const*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::yieldfrom(lython::YieldFrom const*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Circle, true, lython::CircleTrait>::yieldfrom(lython::YieldFrom const*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::annassign(lython::AnnAssign*, int) src/ast/visitor.h 265 called 1 time
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::annassign(lython::AnnAssign*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 1 time
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::arraytype(lython::ArrayType*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::arraytype(lython::ArrayType*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::arrow(lython::Arrow*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::arrow(lython::Arrow*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::assertstmt(lython::Assert*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::assertstmt(lython::Assert*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::assign(lython::Assign*, int) src/ast/visitor.h 265 called 2 times
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::assign(lython::Assign*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 2 times
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::attribute(lython::Attribute*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::attribute(lython::Attribute*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::augassign(lython::AugAssign*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::augassign(lython::AugAssign*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::await(lython::Await*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::await(lython::Await*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::binop(lython::BinOp*, int) src/ast/visitor.h 265 called 6 times
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::binop(lython::BinOp*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 6 times
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::boolop(lython::BoolOp*, int) src/ast/visitor.h 265 called 3 times
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::boolop(lython::BoolOp*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 3 times
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::breakstmt(lython::Break*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::breakstmt(lython::Break*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::builtintype(lython::BuiltinType*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::builtintype(lython::BuiltinType*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::call(lython::Call*, int) src/ast/visitor.h 265 called 1 time
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::call(lython::Call*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 1 time
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::check_depth(int) src/ast/visitor.h 210 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::classdef(lython::ClassDef*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::classdef(lython::ClassDef*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::classtype(lython::ClassType*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::classtype(lython::ClassType*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::comment(lython::Comment*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::comment(lython::Comment*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::compare(lython::Compare*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::compare(lython::Compare*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::constant(lython::Constant*, int) src/ast/visitor.h 265 called 13 times
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::constant(lython::Constant*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 13 times
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::continuestmt(lython::Continue*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::continuestmt(lython::Continue*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::deletestmt(lython::Delete*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::deletestmt(lython::Delete*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::dictcomp(lython::DictComp*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::dictcomp(lython::DictComp*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::dictexpr(lython::DictExpr*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::dictexpr(lython::DictExpr*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::dicttype(lython::DictType*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::dicttype(lython::DictType*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::exec(lython::ExprNode*, int) src/ast/visitor.h 176 called 51 times
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::exec(lython::ModNode*, int) src/ast/visitor.h 110 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::exec(lython::StmtNode*, int) src/ast/visitor.h 216 called 67 times
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::exec(lython::StmtNode*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 218 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::expression(lython::Expression*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::expression(lython::Expression*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::exprstmt(lython::Expr*, int) src/ast/visitor.h 265 called 3 times
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::exprstmt(lython::Expr*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 3 times
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::formattedvalue(lython::FormattedValue*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::formattedvalue(lython::FormattedValue*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::forstmt(lython::For*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::forstmt(lython::For*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::functiondef(lython::FunctionDef*, int) src/ast/visitor.h 265 called 31 times
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::functiondef(lython::FunctionDef*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 31 times
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::functiontype(lython::FunctionType*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::functiontype(lython::FunctionType*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::generateexpr(lython::GeneratorExp*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::generateexpr(lython::GeneratorExp*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::global(lython::Global*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::global(lython::Global*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::ifexp(lython::IfExp*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::ifexp(lython::IfExp*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::ifstmt(lython::If*, int) src/ast/visitor.h 265 called 1 time
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::ifstmt(lython::If*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 1 time
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::import(lython::Import*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::import(lython::Import*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::importfrom(lython::ImportFrom*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::importfrom(lython::ImportFrom*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::inlinestmt(lython::Inline*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::inlinestmt(lython::Inline*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::interactive(lython::Interactive*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::interactive(lython::Interactive*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::invalidstmt(lython::InvalidStatement*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::invalidstmt(lython::InvalidStatement*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::joinedstr(lython::JoinedStr*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::joinedstr(lython::JoinedStr*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::lambda(lython::Lambda*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::lambda(lython::Lambda*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::listcomp(lython::ListComp*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::listcomp(lython::ListComp*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::listexpr(lython::ListExpr*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::listexpr(lython::ListExpr*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::match(lython::Match*, int) src/ast/visitor.h 265 called 2 times
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::match(lython::Match*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 2 times
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::module(lython::Module*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::module(lython::Module*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::name(lython::Name*, int) src/ast/visitor.h 265 called 20 times
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::name(lython::Name*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 20 times
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::namedexpr(lython::NamedExpr*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::namedexpr(lython::NamedExpr*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::nonlocal(lython::Nonlocal*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::nonlocal(lython::Nonlocal*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::pass(lython::Pass*, int) src/ast/visitor.h 265 called 1 time
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::pass(lython::Pass*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 1 time
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::raise(lython::Raise*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::raise(lython::Raise*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::returnstmt(lython::Return*, int) src/ast/visitor.h 265 called 26 times
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::returnstmt(lython::Return*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 26 times
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::setcomp(lython::SetComp*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::setcomp(lython::SetComp*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::setexpr(lython::SetExpr*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::setexpr(lython::SetExpr*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::settype(lython::SetType*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::settype(lython::SetType*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::slice(lython::Slice*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::slice(lython::Slice*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::starred(lython::Starred*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::starred(lython::Starred*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::subscript(lython::Subscript*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::subscript(lython::Subscript*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::trystmt(lython::Try*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::trystmt(lython::Try*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::tupleexpr(lython::TupleExpr*, int) src/ast/visitor.h 265 called 1 time
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::tupleexpr(lython::TupleExpr*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 1 time
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::tupletype(lython::TupleType*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::tupletype(lython::TupleType*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::unaryop(lython::UnaryOp*, int) src/ast/visitor.h 265 called 4 times
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::unaryop(lython::UnaryOp*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 4 times
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::whilestmt(lython::While*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::whilestmt(lython::While*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::with(lython::With*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::with(lython::With*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::yield(lython::Yield*, int) src/ast/visitor.h 265 called 3 times
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::yield(lython::Yield*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 3 times
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::yieldfrom(lython::YieldFrom*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::LLVMGen, false, lython::LLVMGenVisitorTrait>::yieldfrom(lython::YieldFrom*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Printer, true, lython::PrintTrait, std::ostream&, int>::annassign(lython::AnnAssign const*, int, std::ostream&, int) src/ast/visitor.h 265 called 19 times
lython::BaseVisitor<lython::Printer, true, lython::PrintTrait, std::ostream&, int>::arraytype(lython::ArrayType const*, int, std::ostream&, int) src/ast/visitor.h 265 called 3 times
lython::BaseVisitor<lython::Printer, true, lython::PrintTrait, std::ostream&, int>::arrow(lython::Arrow const*, int, std::ostream&, int) src/ast/visitor.h 265 called 233 times
lython::BaseVisitor<lython::Printer, true, lython::PrintTrait, std::ostream&, int>::assertstmt(lython::Assert const*, int, std::ostream&, int) src/ast/visitor.h 265 called 11 times
lython::BaseVisitor<lython::Printer, true, lython::PrintTrait, std::ostream&, int>::assign(lython::Assign const*, int, std::ostream&, int) src/ast/visitor.h 265 called 76 times
lython::BaseVisitor<lython::Printer, true, lython::PrintTrait, std::ostream&, int>::attribute(lython::Attribute const*, int, std::ostream&, int) src/ast/visitor.h 265 called 16 times
lython::BaseVisitor<lython::Printer, true, lython::PrintTrait, std::ostream&, int>::augassign(lython::AugAssign const*, int, std::ostream&, int) src/ast/visitor.h 265 called 11 times
lython::BaseVisitor<lython::Printer, true, lython::PrintTrait, std::ostream&, int>::await(lython::Await const*, int, std::ostream&, int) src/ast/visitor.h 265 called 4 times
lython::BaseVisitor<lython::Printer, true, lython::PrintTrait, std::ostream&, int>::binop(lython::BinOp const*, int, std::ostream&, int) src/ast/visitor.h 265 called 95 times
lython::BaseVisitor<lython::Printer, true, lython::PrintTrait, std::ostream&, int>::boolop(lython::BoolOp const*, int, std::ostream&, int) src/ast/visitor.h 265 called 8 times
lython::BaseVisitor<lython::Printer, true, lython::PrintTrait, std::ostream&, int>::breakstmt(lython::Break const*, int, std::ostream&, int) src/ast/visitor.h 265 called 2 times
lython::BaseVisitor<lython::Printer, true, lython::PrintTrait, std::ostream&, int>::builtintype(lython::BuiltinType const*, int, std::ostream&, int) src/ast/visitor.h 265 called 744 times
lython::BaseVisitor<lython::Printer, true, lython::PrintTrait, std::ostream&, int>::call(lython::Call const*, int, std::ostream&, int) src/ast/visitor.h 265 called 82 times
lython::BaseVisitor<lython::Printer, true, lython::PrintTrait, std::ostream&, int>::check_depth(int) src/ast/visitor.h 210 called 5313 times
lython::BaseVisitor<lython::Printer, true, lython::PrintTrait, std::ostream&, int>::classdef(lython::ClassDef const*, int, std::ostream&, int) src/ast/visitor.h 265 called 8 times
lython::BaseVisitor<lython::Printer, true, lython::PrintTrait, std::ostream&, int>::classtype(lython::ClassType const*, int, std::ostream&, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Printer, true, lython::PrintTrait, std::ostream&, int>::comment(lython::Comment const*, int, std::ostream&, int) src/ast/visitor.h 265 called 278 times
lython::BaseVisitor<lython::Printer, true, lython::PrintTrait, std::ostream&, int>::compare(lython::Compare const*, int, std::ostream&, int) src/ast/visitor.h 265 called 77 times
lython::BaseVisitor<lython::Printer, true, lython::PrintTrait, std::ostream&, int>::constant(lython::Constant const*, int, std::ostream&, int) src/ast/visitor.h 265 called 497 times
lython::BaseVisitor<lython::Printer, true, lython::PrintTrait, std::ostream&, int>::continuestmt(lython::Continue const*, int, std::ostream&, int) src/ast/visitor.h 265 called 2 times
lython::BaseVisitor<lython::Printer, true, lython::PrintTrait, std::ostream&, int>::deletestmt(lython::Delete const*, int, std::ostream&, int) src/ast/visitor.h 265 called 4 times
lython::BaseVisitor<lython::Printer, true, lython::PrintTrait, std::ostream&, int>::dictcomp(lython::DictComp const*, int, std::ostream&, int) src/ast/visitor.h 265 called 6 times
lython::BaseVisitor<lython::Printer, true, lython::PrintTrait, std::ostream&, int>::dictexpr(lython::DictExpr const*, int, std::ostream&, int) src/ast/visitor.h 265 called 12 times
lython::BaseVisitor<lython::Printer, true, lython::PrintTrait, std::ostream&, int>::dicttype(lython::DictType const*, int, std::ostream&, int) src/ast/visitor.h 265 called 3 times
lython::BaseVisitor<lython::Printer, true, lython::PrintTrait, std::ostream&, int>::exec(lython::ExprNode const*, int, std::ostream&, int) src/ast/visitor.h 176 called 4304 times
lython::BaseVisitor<lython::Printer, true, lython::PrintTrait, std::ostream&, int>::exec(lython::ModNode const*, int, std::ostream&, int) src/ast/visitor.h 110 called 225 times
lython::BaseVisitor<lython::Printer, true, lython::PrintTrait, std::ostream&, int>::exec(lython::Pattern const*, int, std::ostream&, int) src/ast/visitor.h 142 called 68 times
lython::BaseVisitor<lython::Printer, true, lython::PrintTrait, std::ostream&, int>::exec(lython::StmtNode const*, int, std::ostream&, int) src/ast/visitor.h 216 called 716 times
lython::BaseVisitor<lython::Printer, true, lython::PrintTrait, std::ostream&, int>::exec(lython::StmtNode const*, int, std::ostream&, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 218 not called
lython::BaseVisitor<lython::Printer, true, lython::PrintTrait, std::ostream&, int>::expression(lython::Expression const*, int, std::ostream&, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Printer, true, lython::PrintTrait, std::ostream&, int>::exprstmt(lython::Expr const*, int, std::ostream&, int) src/ast/visitor.h 265 called 241 times
lython::BaseVisitor<lython::Printer, true, lython::PrintTrait, std::ostream&, int>::formattedvalue(lython::FormattedValue const*, int, std::ostream&, int) src/ast/visitor.h 265 called 6 times
lython::BaseVisitor<lython::Printer, true, lython::PrintTrait, std::ostream&, int>::forstmt(lython::For const*, int, std::ostream&, int) src/ast/visitor.h 265 called 16 times
lython::BaseVisitor<lython::Printer, true, lython::PrintTrait, std::ostream&, int>::functiondef(lython::FunctionDef const*, int, std::ostream&, int) src/ast/visitor.h 265 called 45 times
lython::BaseVisitor<lython::Printer, true, lython::PrintTrait, std::ostream&, int>::functiontype(lython::FunctionType const*, int, std::ostream&, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Printer, true, lython::PrintTrait, std::ostream&, int>::generateexpr(lython::GeneratorExp const*, int, std::ostream&, int) src/ast/visitor.h 265 called 11 times
lython::BaseVisitor<lython::Printer, true, lython::PrintTrait, std::ostream&, int>::global(lython::Global const*, int, std::ostream&, int) src/ast/visitor.h 265 called 2 times
lython::BaseVisitor<lython::Printer, true, lython::PrintTrait, std::ostream&, int>::ifexp(lython::IfExp const*, int, std::ostream&, int) src/ast/visitor.h 265 called 5 times
lython::BaseVisitor<lython::Printer, true, lython::PrintTrait, std::ostream&, int>::ifstmt(lython::If const*, int, std::ostream&, int) src/ast/visitor.h 265 called 2 times
lython::BaseVisitor<lython::Printer, true, lython::PrintTrait, std::ostream&, int>::import(lython::Import const*, int, std::ostream&, int) src/ast/visitor.h 265 called 9 times
lython::BaseVisitor<lython::Printer, true, lython::PrintTrait, std::ostream&, int>::importfrom(lython::ImportFrom const*, int, std::ostream&, int) src/ast/visitor.h 265 called 6 times
lython::BaseVisitor<lython::Printer, true, lython::PrintTrait, std::ostream&, int>::inlinestmt(lython::Inline const*, int, std::ostream&, int) src/ast/visitor.h 265 called 2 times
lython::BaseVisitor<lython::Printer, true, lython::PrintTrait, std::ostream&, int>::interactive(lython::Interactive const*, int, std::ostream&, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Printer, true, lython::PrintTrait, std::ostream&, int>::invalidstmt(lython::InvalidStatement const*, int, std::ostream&, int) src/ast/visitor.h 265 called 2 times
lython::BaseVisitor<lython::Printer, true, lython::PrintTrait, std::ostream&, int>::joinedstr(lython::JoinedStr const*, int, std::ostream&, int) src/ast/visitor.h 265 called 6 times
lython::BaseVisitor<lython::Printer, true, lython::PrintTrait, std::ostream&, int>::lambda(lython::Lambda const*, int, std::ostream&, int) src/ast/visitor.h 265 called 3 times
lython::BaseVisitor<lython::Printer, true, lython::PrintTrait, std::ostream&, int>::listcomp(lython::ListComp const*, int, std::ostream&, int) src/ast/visitor.h 265 called 11 times
lython::BaseVisitor<lython::Printer, true, lython::PrintTrait, std::ostream&, int>::listexpr(lython::ListExpr const*, int, std::ostream&, int) src/ast/visitor.h 265 called 11 times
lython::BaseVisitor<lython::Printer, true, lython::PrintTrait, std::ostream&, int>::match(lython::Match const*, int, std::ostream&, int) src/ast/visitor.h 265 called 9 times
lython::BaseVisitor<lython::Printer, true, lython::PrintTrait, std::ostream&, int>::matchas(lython::MatchAs const*, int, std::ostream&, int) src/ast/visitor.h 265 called 4 times
lython::BaseVisitor<lython::Printer, true, lython::PrintTrait, std::ostream&, int>::matchclass(lython::MatchClass const*, int, std::ostream&, int) src/ast/visitor.h 265 called 4 times
lython::BaseVisitor<lython::Printer, true, lython::PrintTrait, std::ostream&, int>::matchmapping(lython::MatchMapping const*, int, std::ostream&, int) src/ast/visitor.h 265 called 4 times
lython::BaseVisitor<lython::Printer, true, lython::PrintTrait, std::ostream&, int>::matchor(lython::MatchOr const*, int, std::ostream&, int) src/ast/visitor.h 265 called 4 times
lython::BaseVisitor<lython::Printer, true, lython::PrintTrait, std::ostream&, int>::matchsequence(lython::MatchSequence const*, int, std::ostream&, int) src/ast/visitor.h 265 called 8 times
lython::BaseVisitor<lython::Printer, true, lython::PrintTrait, std::ostream&, int>::matchsingleton(lython::MatchSingleton const*, int, std::ostream&, int) src/ast/visitor.h 265 called 8 times
lython::BaseVisitor<lython::Printer, true, lython::PrintTrait, std::ostream&, int>::matchstar(lython::MatchStar const*, int, std::ostream&, int) src/ast/visitor.h 265 called 2 times
lython::BaseVisitor<lython::Printer, true, lython::PrintTrait, std::ostream&, int>::matchvalue(lython::MatchValue const*, int, std::ostream&, int) src/ast/visitor.h 265 called 34 times
lython::BaseVisitor<lython::Printer, true, lython::PrintTrait, std::ostream&, int>::module(lython::Module const*, int, std::ostream&, int) src/ast/visitor.h 265 called 225 times
lython::BaseVisitor<lython::Printer, true, lython::PrintTrait, std::ostream&, int>::name(lython::Name const*, int, std::ostream&, int) src/ast/visitor.h 265 called 2089 times
lython::BaseVisitor<lython::Printer, true, lython::PrintTrait, std::ostream&, int>::namedexpr(lython::NamedExpr const*, int, std::ostream&, int) src/ast/visitor.h 265 called 2 times
lython::BaseVisitor<lython::Printer, true, lython::PrintTrait, std::ostream&, int>::nonlocal(lython::Nonlocal const*, int, std::ostream&, int) src/ast/visitor.h 265 called 2 times
lython::BaseVisitor<lython::Printer, true, lython::PrintTrait, std::ostream&, int>::pass(lython::Pass const*, int, std::ostream&, int) src/ast/visitor.h 265 called 62 times
lython::BaseVisitor<lython::Printer, true, lython::PrintTrait, std::ostream&, int>::raise(lython::Raise const*, int, std::ostream&, int) src/ast/visitor.h 265 called 7 times
lython::BaseVisitor<lython::Printer, true, lython::PrintTrait, std::ostream&, int>::returnstmt(lython::Return const*, int, std::ostream&, int) src/ast/visitor.h 265 called 160 times
lython::BaseVisitor<lython::Printer, true, lython::PrintTrait, std::ostream&, int>::setcomp(lython::SetComp const*, int, std::ostream&, int) src/ast/visitor.h 265 called 11 times
lython::BaseVisitor<lython::Printer, true, lython::PrintTrait, std::ostream&, int>::setexpr(lython::SetExpr const*, int, std::ostream&, int) src/ast/visitor.h 265 called 10 times
lython::BaseVisitor<lython::Printer, true, lython::PrintTrait, std::ostream&, int>::settype(lython::SetType const*, int, std::ostream&, int) src/ast/visitor.h 265 called 3 times
lython::BaseVisitor<lython::Printer, true, lython::PrintTrait, std::ostream&, int>::slice(lython::Slice const*, int, std::ostream&, int) src/ast/visitor.h 265 called 12 times
lython::BaseVisitor<lython::Printer, true, lython::PrintTrait, std::ostream&, int>::starred(lython::Starred const*, int, std::ostream&, int) src/ast/visitor.h 265 called 3 times
lython::BaseVisitor<lython::Printer, true, lython::PrintTrait, std::ostream&, int>::subscript(lython::Subscript const*, int, std::ostream&, int) src/ast/visitor.h 265 called 16 times
lython::BaseVisitor<lython::Printer, true, lython::PrintTrait, std::ostream&, int>::trystmt(lython::Try const*, int, std::ostream&, int) src/ast/visitor.h 265 called 4 times
lython::BaseVisitor<lython::Printer, true, lython::PrintTrait, std::ostream&, int>::tupleexpr(lython::TupleExpr const*, int, std::ostream&, int) src/ast/visitor.h 265 called 28 times
lython::BaseVisitor<lython::Printer, true, lython::PrintTrait, std::ostream&, int>::tupletype(lython::TupleType const*, int, std::ostream&, int) src/ast/visitor.h 265 called 1 time
lython::BaseVisitor<lython::Printer, true, lython::PrintTrait, std::ostream&, int>::unaryop(lython::UnaryOp const*, int, std::ostream&, int) src/ast/visitor.h 265 called 9 times
lython::BaseVisitor<lython::Printer, true, lython::PrintTrait, std::ostream&, int>::whilestmt(lython::While const*, int, std::ostream&, int) src/ast/visitor.h 265 called 4 times
lython::BaseVisitor<lython::Printer, true, lython::PrintTrait, std::ostream&, int>::with(lython::With const*, int, std::ostream&, int) src/ast/visitor.h 265 called 10 times
lython::BaseVisitor<lython::Printer, true, lython::PrintTrait, std::ostream&, int>::yield(lython::Yield const*, int, std::ostream&, int) src/ast/visitor.h 265 called 6 times
lython::BaseVisitor<lython::Printer, true, lython::PrintTrait, std::ostream&, int>::yieldfrom(lython::YieldFrom const*, int, std::ostream&, int) src/ast/visitor.h 265 called 3 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::annassign(lython::AnnAssign*, int) src/ast/visitor.h 265 called 11 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::annassign(lython::AnnAssign*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 11 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::arraytype(lython::ArrayType*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::arraytype(lython::ArrayType*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::arrow(lython::Arrow*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::arrow(lython::Arrow*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::assertstmt(lython::Assert*, int) src/ast/visitor.h 265 called 2 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::assertstmt(lython::Assert*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 2 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::assign(lython::Assign*, int) src/ast/visitor.h 265 called 47 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::assign(lython::Assign*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 47 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::attribute(lython::Attribute*, int) src/ast/visitor.h 265 called 10 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::attribute(lython::Attribute*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 10 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::augassign(lython::AugAssign*, int) src/ast/visitor.h 265 called 2 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::augassign(lython::AugAssign*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 2 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::await(lython::Await*, int) src/ast/visitor.h 265 called 2 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::await(lython::Await*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 2 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::binop(lython::BinOp*, int) src/ast/visitor.h 265 called 37 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::binop(lython::BinOp*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 37 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::boolop(lython::BoolOp*, int) src/ast/visitor.h 265 called 10 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::boolop(lython::BoolOp*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 10 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::breakstmt(lython::Break*, int) src/ast/visitor.h 265 called 1 time
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::breakstmt(lython::Break*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 1 time
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::builtintype(lython::BuiltinType*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::builtintype(lython::BuiltinType*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::call(lython::Call*, int) src/ast/visitor.h 265 called 91 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::call(lython::Call*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 91 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::check_depth(int) src/ast/visitor.h 210 called 28 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::classdef(lython::ClassDef*, int) src/ast/visitor.h 265 called 11 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::classdef(lython::ClassDef*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 11 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::classtype(lython::ClassType*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::classtype(lython::ClassType*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::comment(lython::Comment*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::comment(lython::Comment*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::compare(lython::Compare*, int) src/ast/visitor.h 265 called 35 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::compare(lython::Compare*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 35 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::constant(lython::Constant*, int) src/ast/visitor.h 265 called 232 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::constant(lython::Constant*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 232 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::continuestmt(lython::Continue*, int) src/ast/visitor.h 265 called 1 time
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::continuestmt(lython::Continue*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 1 time
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::deletestmt(lython::Delete*, int) src/ast/visitor.h 265 called 1 time
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::deletestmt(lython::Delete*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 1 time
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::dictcomp(lython::DictComp*, int) src/ast/visitor.h 265 called 2 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::dictcomp(lython::DictComp*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 2 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::dictexpr(lython::DictExpr*, int) src/ast/visitor.h 265 called 5 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::dictexpr(lython::DictExpr*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 5 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::dicttype(lython::DictType*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::dicttype(lython::DictType*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::exec(lython::ExprNode*, int) src/ast/visitor.h 176 called 1245 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::exec(lython::ModNode*, int) src/ast/visitor.h 110 called 1 time
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::exec(lython::Pattern*, int) src/ast/visitor.h 142 called 40 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::exec(lython::StmtNode*, int) src/ast/visitor.h 216 called 215 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::exec(lython::StmtNode*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 218 not called
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::expression(lython::Expression*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::expression(lython::Expression*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::exprstmt(lython::Expr*, int) src/ast/visitor.h 265 called 54 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::exprstmt(lython::Expr*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 54 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::formattedvalue(lython::FormattedValue*, int) src/ast/visitor.h 265 called 3 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::formattedvalue(lython::FormattedValue*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 3 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::forstmt(lython::For*, int) src/ast/visitor.h 265 called 3 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::forstmt(lython::For*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 3 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::functiondef(lython::FunctionDef*, int) src/ast/visitor.h 265 called 21 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::functiondef(lython::FunctionDef*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 21 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::functiontype(lython::FunctionType*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::functiontype(lython::FunctionType*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::generateexpr(lython::GeneratorExp*, int) src/ast/visitor.h 265 called 2 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::generateexpr(lython::GeneratorExp*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 2 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::global(lython::Global*, int) src/ast/visitor.h 265 called 1 time
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::global(lython::Global*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 1 time
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::ifexp(lython::IfExp*, int) src/ast/visitor.h 265 called 3 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::ifexp(lython::IfExp*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 3 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::ifstmt(lython::If*, int) src/ast/visitor.h 265 called 1 time
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::ifstmt(lython::If*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 1 time
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::import(lython::Import*, int) src/ast/visitor.h 265 called 2 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::import(lython::Import*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 2 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::importfrom(lython::ImportFrom*, int) src/ast/visitor.h 265 called 2 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::importfrom(lython::ImportFrom*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 2 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::inlinestmt(lython::Inline*, int) src/ast/visitor.h 265 called 1 time
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::inlinestmt(lython::Inline*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 1 time
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::interactive(lython::Interactive*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::interactive(lython::Interactive*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::invalidstmt(lython::InvalidStatement*, int) src/ast/visitor.h 265 called 1 time
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::invalidstmt(lython::InvalidStatement*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 1 time
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::joinedstr(lython::JoinedStr*, int) src/ast/visitor.h 265 called 3 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::joinedstr(lython::JoinedStr*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 3 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::lambda(lython::Lambda*, int) src/ast/visitor.h 265 called 2 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::lambda(lython::Lambda*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 2 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::listcomp(lython::ListComp*, int) src/ast/visitor.h 265 called 2 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::listcomp(lython::ListComp*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 2 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::listexpr(lython::ListExpr*, int) src/ast/visitor.h 265 called 5 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::listexpr(lython::ListExpr*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 5 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::match(lython::Match*, int) src/ast/visitor.h 265 called 3 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::match(lython::Match*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 3 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::matchas(lython::MatchAs*, int) src/ast/visitor.h 265 called 2 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::matchas(lython::MatchAs*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 2 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::matchclass(lython::MatchClass*, int) src/ast/visitor.h 265 called 2 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::matchclass(lython::MatchClass*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 2 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::matchmapping(lython::MatchMapping*, int) src/ast/visitor.h 265 called 4 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::matchmapping(lython::MatchMapping*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 4 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::matchor(lython::MatchOr*, int) src/ast/visitor.h 265 called 2 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::matchor(lython::MatchOr*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 2 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::matchsequence(lython::MatchSequence*, int) src/ast/visitor.h 265 called 6 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::matchsequence(lython::MatchSequence*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 6 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::matchsingleton(lython::MatchSingleton*, int) src/ast/visitor.h 265 called 4 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::matchsingleton(lython::MatchSingleton*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 4 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::matchstar(lython::MatchStar*, int) src/ast/visitor.h 265 called 2 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::matchstar(lython::MatchStar*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 2 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::matchvalue(lython::MatchValue*, int) src/ast/visitor.h 265 called 18 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::matchvalue(lython::MatchValue*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 18 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::module(lython::Module*, int) src/ast/visitor.h 265 called 1 time
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::module(lython::Module*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 1 time
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::name(lython::Name*, int) src/ast/visitor.h 265 called 742 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::name(lython::Name*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 742 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::namedexpr(lython::NamedExpr*, int) src/ast/visitor.h 265 called 2 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::namedexpr(lython::NamedExpr*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 2 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::nonlocal(lython::Nonlocal*, int) src/ast/visitor.h 265 called 1 time
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::nonlocal(lython::Nonlocal*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 1 time
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::pass(lython::Pass*, int) src/ast/visitor.h 265 called 19 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::pass(lython::Pass*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 19 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::raise(lython::Raise*, int) src/ast/visitor.h 265 called 2 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::raise(lython::Raise*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 2 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::returnstmt(lython::Return*, int) src/ast/visitor.h 265 called 24 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::returnstmt(lython::Return*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 24 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::setcomp(lython::SetComp*, int) src/ast/visitor.h 265 called 2 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::setcomp(lython::SetComp*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 2 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::setexpr(lython::SetExpr*, int) src/ast/visitor.h 265 called 5 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::setexpr(lython::SetExpr*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 5 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::settype(lython::SetType*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::settype(lython::SetType*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::slice(lython::Slice*, int) src/ast/visitor.h 265 called 4 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::slice(lython::Slice*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 4 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::starred(lython::Starred*, int) src/ast/visitor.h 265 called 2 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::starred(lython::Starred*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 2 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::subscript(lython::Subscript*, int) src/ast/visitor.h 265 called 5 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::subscript(lython::Subscript*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 5 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::trystmt(lython::Try*, int) src/ast/visitor.h 265 called 1 time
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::trystmt(lython::Try*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 1 time
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::tupleexpr(lython::TupleExpr*, int) src/ast/visitor.h 265 called 17 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::tupleexpr(lython::TupleExpr*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 17 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::tupletype(lython::TupleType*, int) src/ast/visitor.h 265 called 3 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::tupletype(lython::TupleType*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 3 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::unaryop(lython::UnaryOp*, int) src/ast/visitor.h 265 called 11 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::unaryop(lython::UnaryOp*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 11 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::whilestmt(lython::While*, int) src/ast/visitor.h 265 called 1 time
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::whilestmt(lython::While*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 1 time
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::with(lython::With*, int) src/ast/visitor.h 265 called 2 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::with(lython::With*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 2 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::yield(lython::Yield*, int) src/ast/visitor.h 265 called 6 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::yield(lython::Yield*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 6 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::yieldfrom(lython::YieldFrom*, int) src/ast/visitor.h 265 called 2 times
lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::yieldfrom(lython::YieldFrom*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 2 times
lython::BaseVisitor<lython::Traverse, false, lython::TraverseTrait>::annassign(lython::AnnAssign*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Traverse, false, lython::TraverseTrait>::arraytype(lython::ArrayType*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Traverse, false, lython::TraverseTrait>::arrow(lython::Arrow*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Traverse, false, lython::TraverseTrait>::assertstmt(lython::Assert*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Traverse, false, lython::TraverseTrait>::assign(lython::Assign*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Traverse, false, lython::TraverseTrait>::attribute(lython::Attribute*, int) src/ast/visitor.h 265 called 17 times
lython::BaseVisitor<lython::Traverse, false, lython::TraverseTrait>::augassign(lython::AugAssign*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Traverse, false, lython::TraverseTrait>::await(lython::Await*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Traverse, false, lython::TraverseTrait>::binop(lython::BinOp*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Traverse, false, lython::TraverseTrait>::boolop(lython::BoolOp*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Traverse, false, lython::TraverseTrait>::breakstmt(lython::Break*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Traverse, false, lython::TraverseTrait>::builtintype(lython::BuiltinType*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Traverse, false, lython::TraverseTrait>::call(lython::Call*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Traverse, false, lython::TraverseTrait>::check_depth(int) src/ast/visitor.h 210 called 853 times
lython::BaseVisitor<lython::Traverse, false, lython::TraverseTrait>::classdef(lython::ClassDef*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Traverse, false, lython::TraverseTrait>::classtype(lython::ClassType*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Traverse, false, lython::TraverseTrait>::comment(lython::Comment*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Traverse, false, lython::TraverseTrait>::compare(lython::Compare*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Traverse, false, lython::TraverseTrait>::constant(lython::Constant*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Traverse, false, lython::TraverseTrait>::continuestmt(lython::Continue*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Traverse, false, lython::TraverseTrait>::deletestmt(lython::Delete*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Traverse, false, lython::TraverseTrait>::dictcomp(lython::DictComp*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Traverse, false, lython::TraverseTrait>::dictexpr(lython::DictExpr*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Traverse, false, lython::TraverseTrait>::dicttype(lython::DictType*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Traverse, false, lython::TraverseTrait>::exec(lython::ExprNode*, int) src/ast/visitor.h 176 called 853 times
lython::BaseVisitor<lython::Traverse, false, lython::TraverseTrait>::exec(lython::ModNode*, int) src/ast/visitor.h 110 not called
lython::BaseVisitor<lython::Traverse, false, lython::TraverseTrait>::exec(lython::Pattern*, int) src/ast/visitor.h 142 not called
lython::BaseVisitor<lython::Traverse, false, lython::TraverseTrait>::exec(lython::StmtNode*, int) src/ast/visitor.h 216 not called
lython::BaseVisitor<lython::Traverse, false, lython::TraverseTrait>::exec(lython::StmtNode*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 218 not called
lython::BaseVisitor<lython::Traverse, false, lython::TraverseTrait>::expression(lython::Expression*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Traverse, false, lython::TraverseTrait>::exprstmt(lython::Expr*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Traverse, false, lython::TraverseTrait>::formattedvalue(lython::FormattedValue*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Traverse, false, lython::TraverseTrait>::forstmt(lython::For*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Traverse, false, lython::TraverseTrait>::functiondef(lython::FunctionDef*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Traverse, false, lython::TraverseTrait>::functiontype(lython::FunctionType*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Traverse, false, lython::TraverseTrait>::generateexpr(lython::GeneratorExp*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Traverse, false, lython::TraverseTrait>::global(lython::Global*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Traverse, false, lython::TraverseTrait>::ifexp(lython::IfExp*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Traverse, false, lython::TraverseTrait>::ifstmt(lython::If*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Traverse, false, lython::TraverseTrait>::import(lython::Import*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Traverse, false, lython::TraverseTrait>::importfrom(lython::ImportFrom*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Traverse, false, lython::TraverseTrait>::inlinestmt(lython::Inline*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Traverse, false, lython::TraverseTrait>::interactive(lython::Interactive*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Traverse, false, lython::TraverseTrait>::invalidstmt(lython::InvalidStatement*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Traverse, false, lython::TraverseTrait>::joinedstr(lython::JoinedStr*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Traverse, false, lython::TraverseTrait>::lambda(lython::Lambda*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Traverse, false, lython::TraverseTrait>::listcomp(lython::ListComp*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Traverse, false, lython::TraverseTrait>::listexpr(lython::ListExpr*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Traverse, false, lython::TraverseTrait>::match(lython::Match*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Traverse, false, lython::TraverseTrait>::matchas(lython::MatchAs*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Traverse, false, lython::TraverseTrait>::matchclass(lython::MatchClass*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Traverse, false, lython::TraverseTrait>::matchmapping(lython::MatchMapping*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Traverse, false, lython::TraverseTrait>::matchor(lython::MatchOr*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Traverse, false, lython::TraverseTrait>::matchsequence(lython::MatchSequence*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Traverse, false, lython::TraverseTrait>::matchsingleton(lython::MatchSingleton*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Traverse, false, lython::TraverseTrait>::matchstar(lython::MatchStar*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Traverse, false, lython::TraverseTrait>::matchvalue(lython::MatchValue*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Traverse, false, lython::TraverseTrait>::module(lython::Module*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Traverse, false, lython::TraverseTrait>::name(lython::Name*, int) src/ast/visitor.h 265 called 815 times
lython::BaseVisitor<lython::Traverse, false, lython::TraverseTrait>::namedexpr(lython::NamedExpr*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Traverse, false, lython::TraverseTrait>::nonlocal(lython::Nonlocal*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Traverse, false, lython::TraverseTrait>::pass(lython::Pass*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Traverse, false, lython::TraverseTrait>::raise(lython::Raise*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Traverse, false, lython::TraverseTrait>::returnstmt(lython::Return*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Traverse, false, lython::TraverseTrait>::setcomp(lython::SetComp*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Traverse, false, lython::TraverseTrait>::setexpr(lython::SetExpr*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Traverse, false, lython::TraverseTrait>::settype(lython::SetType*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Traverse, false, lython::TraverseTrait>::slice(lython::Slice*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Traverse, false, lython::TraverseTrait>::starred(lython::Starred*, int) src/ast/visitor.h 265 called 1 time
lython::BaseVisitor<lython::Traverse, false, lython::TraverseTrait>::subscript(lython::Subscript*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Traverse, false, lython::TraverseTrait>::trystmt(lython::Try*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Traverse, false, lython::TraverseTrait>::tupleexpr(lython::TupleExpr*, int) src/ast/visitor.h 265 called 20 times
lython::BaseVisitor<lython::Traverse, false, lython::TraverseTrait>::tupletype(lython::TupleType*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Traverse, false, lython::TraverseTrait>::unaryop(lython::UnaryOp*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Traverse, false, lython::TraverseTrait>::whilestmt(lython::While*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Traverse, false, lython::TraverseTrait>::with(lython::With*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Traverse, false, lython::TraverseTrait>::yield(lython::Yield*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::Traverse, false, lython::TraverseTrait>::yieldfrom(lython::YieldFrom*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::annassign(lython::AnnAssign*, int) src/ast/visitor.h 265 called 2 times
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::annassign(lython::AnnAssign*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 2 times
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::arraytype(lython::ArrayType*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::arraytype(lython::ArrayType*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::arrow(lython::Arrow*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::arrow(lython::Arrow*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::assertstmt(lython::Assert*, int) src/ast/visitor.h 265 called 4 times
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::assertstmt(lython::Assert*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 4 times
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::assign(lython::Assign*, int) src/ast/visitor.h 265 called 21 times
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::assign(lython::Assign*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 21 times
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::attribute(lython::Attribute*, int) src/ast/visitor.h 265 called 6 times
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::attribute(lython::Attribute*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 6 times
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::augassign(lython::AugAssign*, int) src/ast/visitor.h 265 called 28 times
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::augassign(lython::AugAssign*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 28 times
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::await(lython::Await*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::await(lython::Await*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::binop(lython::BinOp*, int) src/ast/visitor.h 265 called 61 times
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::binop(lython::BinOp*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 61 times
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::boolop(lython::BoolOp*, int) src/ast/visitor.h 265 called 2 times
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::boolop(lython::BoolOp*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 2 times
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::breakstmt(lython::Break*, int) src/ast/visitor.h 265 called 1 time
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::breakstmt(lython::Break*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 1 time
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::builtintype(lython::BuiltinType*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::builtintype(lython::BuiltinType*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::call(lython::Call*, int) src/ast/visitor.h 265 called 52 times
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::call(lython::Call*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 52 times
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::check_depth(int) src/ast/visitor.h 210 called 746 times
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::classdef(lython::ClassDef*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::classdef(lython::ClassDef*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::classtype(lython::ClassType*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::classtype(lython::ClassType*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::comment(lython::Comment*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::comment(lython::Comment*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::compare(lython::Compare*, int) src/ast/visitor.h 265 called 52 times
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::compare(lython::Compare*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 52 times
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::constant(lython::Constant*, int) src/ast/visitor.h 265 called 188 times
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::constant(lython::Constant*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 188 times
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::continuestmt(lython::Continue*, int) src/ast/visitor.h 265 called 10 times
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::continuestmt(lython::Continue*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 10 times
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::deletestmt(lython::Delete*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::deletestmt(lython::Delete*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::dictcomp(lython::DictComp*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::dictcomp(lython::DictComp*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::dictexpr(lython::DictExpr*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::dictexpr(lython::DictExpr*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::dicttype(lython::DictType*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::dicttype(lython::DictType*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::exec(lython::ExprNode*, int) src/ast/visitor.h 176 called 570 times
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::exec(lython::StmtNode*, int) src/ast/visitor.h 216 called 176 times
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::exec(lython::StmtNode*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 218 not called
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::exprstmt(lython::Expr*, int) src/ast/visitor.h 265 called 28 times
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::exprstmt(lython::Expr*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 28 times
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::formattedvalue(lython::FormattedValue*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::formattedvalue(lython::FormattedValue*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::forstmt(lython::For*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::forstmt(lython::For*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::functiondef(lython::FunctionDef*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::functiondef(lython::FunctionDef*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::generateexpr(lython::GeneratorExp*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::generateexpr(lython::GeneratorExp*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::global(lython::Global*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::global(lython::Global*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::ifexp(lython::IfExp*, int) src/ast/visitor.h 265 called 2 times
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::ifexp(lython::IfExp*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 2 times
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::ifstmt(lython::If*, int) src/ast/visitor.h 265 called 29 times
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::ifstmt(lython::If*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 29 times
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::import(lython::Import*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::import(lython::Import*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::importfrom(lython::ImportFrom*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::importfrom(lython::ImportFrom*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::inlinestmt(lython::Inline*, int) src/ast/visitor.h 265 called 1 time
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::inlinestmt(lython::Inline*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 1 time
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::invalidstmt(lython::InvalidStatement*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::invalidstmt(lython::InvalidStatement*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::joinedstr(lython::JoinedStr*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::joinedstr(lython::JoinedStr*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::lambda(lython::Lambda*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::lambda(lython::Lambda*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::listcomp(lython::ListComp*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::listcomp(lython::ListComp*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::listexpr(lython::ListExpr*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::listexpr(lython::ListExpr*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::match(lython::Match*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::match(lython::Match*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::name(lython::Name*, int) src/ast/visitor.h 265 called 203 times
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::name(lython::Name*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 203 times
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::namedexpr(lython::NamedExpr*, int) src/ast/visitor.h 265 called 1 time
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::namedexpr(lython::NamedExpr*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 1 time
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::nonlocal(lython::Nonlocal*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::nonlocal(lython::Nonlocal*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::pass(lython::Pass*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::pass(lython::Pass*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::raise(lython::Raise*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::raise(lython::Raise*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::returnstmt(lython::Return*, int) src/ast/visitor.h 265 called 47 times
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::returnstmt(lython::Return*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 47 times
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::setcomp(lython::SetComp*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::setcomp(lython::SetComp*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::setexpr(lython::SetExpr*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::setexpr(lython::SetExpr*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::settype(lython::SetType*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::settype(lython::SetType*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::slice(lython::Slice*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::slice(lython::Slice*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::starred(lython::Starred*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::starred(lython::Starred*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::subscript(lython::Subscript*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::subscript(lython::Subscript*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::trystmt(lython::Try*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::trystmt(lython::Try*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::tupleexpr(lython::TupleExpr*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::tupleexpr(lython::TupleExpr*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::tupletype(lython::TupleType*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::tupletype(lython::TupleType*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::unaryop(lython::UnaryOp*, int) src/ast/visitor.h 265 called 3 times
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::unaryop(lython::UnaryOp*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 3 times
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::whilestmt(lython::While*, int) src/ast/visitor.h 265 called 5 times
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::whilestmt(lython::While*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 called 5 times
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::with(lython::With*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::with(lython::With*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::yield(lython::Yield*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::yield(lython::Yield*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::yieldfrom(lython::YieldFrom*, int) src/ast/visitor.h 265 not called
lython::BaseVisitor<lython::TreeEvaluator, false, lython::TreeEvaluatorTrait>::yieldfrom(lython::YieldFrom*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/visitor.h 265 not called
lython::Benchmark<int>::Benchmark(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::function<void (int)>, int, int) benchmarks/bench.h 45 not called
lython::Benchmark<int>::run(int) benchmarks/bench.h 52 not called
lython::BinOp* lython::GCObject::new_object<lython::BinOp>() src/utilities/object.h 14 called 154 times
lython::BinOp* lython::GCObject::new_root<lython::BinOp>() src/utilities/object.h 27 called 154 times
lython::BinOp::BinOp() src/ast/nodes.h 462 called 154 times
lython::BinaryOperation<bool, lython::And<bool> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 called 2 times
lython::BinaryOperation<bool, lython::Or<bool> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<double, lython::Add<double> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 called 1 time
lython::BinaryOperation<double, lython::Div<double> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<double, lython::Mod<double> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<double, lython::Mult<double> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<double, lython::Pow<double> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<double, lython::Sub<double> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<float, lython::Add<float> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<float, lython::Div<float> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<float, lython::Mod<float> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<float, lython::Mult<float> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<float, lython::Pow<float> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<float, lython::Sub<float> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<int, lython::Add<int> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 called 50 times
lython::BinaryOperation<int, lython::BitAnd<int> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<int, lython::BitOr<int> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<int, lython::BitXor<int> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<int, lython::Div<int> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<int, lython::LShift<int> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<int, lython::Mod<int> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<int, lython::Mult<int> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 called 2 times
lython::BinaryOperation<int, lython::Pow<int> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<int, lython::RShift<int> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<int, lython::Sub<int> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 called 36 times
lython::BinaryOperation<long, lython::Add<long> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<long, lython::BitAnd<long> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<long, lython::BitOr<long> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<long, lython::BitXor<long> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<long, lython::Div<long> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<long, lython::LShift<long> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<long, lython::Mod<long> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<long, lython::Mult<long> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<long, lython::Pow<long> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<long, lython::RShift<long> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<long, lython::Sub<long> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<short, lython::Add<short> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<short, lython::BitAnd<short> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<short, lython::BitOr<short> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<short, lython::BitXor<short> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<short, lython::Div<short> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<short, lython::LShift<short> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<short, lython::Mod<short> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<short, lython::Mult<short> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<short, lython::Pow<short> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<short, lython::RShift<short> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<short, lython::Sub<short> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<signed char, lython::Add<signed char> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<signed char, lython::BitAnd<signed char> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<signed char, lython::BitOr<signed char> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<signed char, lython::BitXor<signed char> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<signed char, lython::Div<signed char> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<signed char, lython::LShift<signed char> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<signed char, lython::Mod<signed char> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<signed char, lython::Mult<signed char> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<signed char, lython::Pow<signed char> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<signed char, lython::RShift<signed char> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<signed char, lython::Sub<signed char> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<unsigned char, lython::Add<unsigned char> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<unsigned char, lython::BitAnd<unsigned char> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<unsigned char, lython::BitOr<unsigned char> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<unsigned char, lython::BitXor<unsigned char> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<unsigned char, lython::Div<unsigned char> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<unsigned char, lython::LShift<unsigned char> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<unsigned char, lython::Mod<unsigned char> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<unsigned char, lython::Mult<unsigned char> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<unsigned char, lython::Pow<unsigned char> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<unsigned char, lython::RShift<unsigned char> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<unsigned char, lython::Sub<unsigned char> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<unsigned int, lython::Add<unsigned int> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<unsigned int, lython::BitAnd<unsigned int> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<unsigned int, lython::BitOr<unsigned int> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<unsigned int, lython::BitXor<unsigned int> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<unsigned int, lython::Div<unsigned int> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<unsigned int, lython::LShift<unsigned int> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<unsigned int, lython::Mod<unsigned int> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<unsigned int, lython::Mult<unsigned int> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<unsigned int, lython::Pow<unsigned int> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<unsigned int, lython::RShift<unsigned int> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<unsigned int, lython::Sub<unsigned int> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<unsigned long, lython::Add<unsigned long> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<unsigned long, lython::BitAnd<unsigned long> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<unsigned long, lython::BitOr<unsigned long> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<unsigned long, lython::BitXor<unsigned long> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<unsigned long, lython::Div<unsigned long> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<unsigned long, lython::LShift<unsigned long> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<unsigned long, lython::Mod<unsigned long> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<unsigned long, lython::Mult<unsigned long> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<unsigned long, lython::Pow<unsigned long> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<unsigned long, lython::RShift<unsigned long> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<unsigned long, lython::Sub<unsigned long> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<unsigned short, lython::Add<unsigned short> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<unsigned short, lython::BitAnd<unsigned short> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<unsigned short, lython::BitOr<unsigned short> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<unsigned short, lython::BitXor<unsigned short> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<unsigned short, lython::Div<unsigned short> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<unsigned short, lython::LShift<unsigned short> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<unsigned short, lython::Mod<unsigned short> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<unsigned short, lython::Mult<unsigned short> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<unsigned short, lython::Pow<unsigned short> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<unsigned short, lython::RShift<unsigned short> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BinaryOperation<unsigned short, lython::Sub<unsigned short> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 81 not called
lython::BindingEntry::BindingEntry(lython::StringRef, lython::Node*, lython::ExprNode*, bool) src/sema/bindings.h 10 called 25 times
lython::Bindings::Bindings() src/sema/bindings.h 31 called 1 time
lython::Bindings::add(lython::StringRef const&, lython::Node*, lython::ExprNode*) src/sema/bindings.h 47 called 25 times
lython::Bindings::dump(std::ostream&) const src/sema/bindings.cpp 10 called 1 time
lython::Bindings::get_type(int) const src/sema/bindings.h 73 called 751 times
lython::Bindings::get_value(int) const src/sema/bindings.h 79 called 251 times
lython::Bindings::get_varid(lython::StringRef) const src/sema/bindings.h 100 called 1047 times
lython::Bindings::is_dynamic(int) const src/sema/bindings.h 98 called 1033 times
lython::Bindings::set_type(int, lython::ExprNode*) src/sema/bindings.h 64 called 127 times
lython::Bindings::set_value(int, lython::Node*) src/sema/bindings.h 71 called 28 times
lython::BitAnd<int>::call(int, int) src/builtin/operators.inc 150 not called
lython::BitAnd<long>::call(long, long) src/builtin/operators.inc 150 not called
lython::BitAnd<short>::call(short, short) src/builtin/operators.inc 150 not called
lython::BitAnd<signed char>::call(signed char, signed char) src/builtin/operators.inc 150 not called
lython::BitAnd<unsigned char>::call(unsigned char, unsigned char) src/builtin/operators.inc 150 not called
lython::BitAnd<unsigned int>::call(unsigned int, unsigned int) src/builtin/operators.inc 150 not called
lython::BitAnd<unsigned long>::call(unsigned long, unsigned long) src/builtin/operators.inc 150 not called
lython::BitAnd<unsigned short>::call(unsigned short, unsigned short) src/builtin/operators.inc 150 not called
lython::BitOr<int>::call(int, int) src/builtin/operators.inc 155 not called
lython::BitOr<long>::call(long, long) src/builtin/operators.inc 155 not called
lython::BitOr<short>::call(short, short) src/builtin/operators.inc 155 not called
lython::BitOr<signed char>::call(signed char, signed char) src/builtin/operators.inc 155 not called
lython::BitOr<unsigned char>::call(unsigned char, unsigned char) src/builtin/operators.inc 155 not called
lython::BitOr<unsigned int>::call(unsigned int, unsigned int) src/builtin/operators.inc 155 not called
lython::BitOr<unsigned long>::call(unsigned long, unsigned long) src/builtin/operators.inc 155 not called
lython::BitOr<unsigned short>::call(unsigned short, unsigned short) src/builtin/operators.inc 155 not called
lython::BitXor<int>::call(int, int) src/builtin/operators.inc 160 not called
lython::BitXor<long>::call(long, long) src/builtin/operators.inc 160 not called
lython::BitXor<short>::call(short, short) src/builtin/operators.inc 160 not called
lython::BitXor<signed char>::call(signed char, signed char) src/builtin/operators.inc 160 not called
lython::BitXor<unsigned char>::call(unsigned char, unsigned char) src/builtin/operators.inc 160 not called
lython::BitXor<unsigned int>::call(unsigned int, unsigned int) src/builtin/operators.inc 160 not called
lython::BitXor<unsigned long>::call(unsigned long, unsigned long) src/builtin/operators.inc 160 not called
lython::BitXor<unsigned short>::call(unsigned short, unsigned short) src/builtin/operators.inc 160 not called
lython::BoolOp* lython::GCObject::new_object<lython::BoolOp>() src/utilities/object.h 14 called 27 times
lython::BoolOp* lython::GCObject::new_root<lython::BoolOp>() src/utilities/object.h 27 called 27 times
lython::BoolOp::BoolOp() src/ast/nodes.h 394 called 27 times
lython::BoolOp::safe_value_add(lython::ExprNode*) src/ast/nodes.h 396 called 7 times
lython::Break* lython::GCObject::new_object<lython::Break>() src/utilities/object.h 14 called 6 times
lython::Break* lython::GCObject::new_root<lython::Break>() src/utilities/object.h 27 called 6 times
lython::Break::Break() src/ast/nodes.h 990 called 6 times
lython::BuiltinType::BuiltinType() src/ast/nodes.h 1068 called 60 times
lython::CPPGen::annassign(lython::AnnAssign*, int) src/codegen/cpp/cpp_gen.cpp 57 not called
lython::CPPGen::arraytype(lython::ArrayType*, int) src/codegen/cpp/cpp_gen.cpp 42 not called
lython::CPPGen::arrow(lython::Arrow*, int) src/codegen/cpp/cpp_gen.cpp 43 not called
lython::CPPGen::assertstmt(lython::Assert*, int) src/codegen/cpp/cpp_gen.cpp 64 not called
lython::CPPGen::assign(lython::Assign*, int) src/codegen/cpp/cpp_gen.cpp 55 not called
lython::CPPGen::attribute(lython::Attribute*, int) src/codegen/cpp/cpp_gen.cpp 34 not called
lython::CPPGen::augassign(lython::AugAssign*, int) src/codegen/cpp/cpp_gen.cpp 56 not called
lython::CPPGen::await(lython::Await*, int) src/codegen/cpp/cpp_gen.cpp 27 not called
lython::CPPGen::binop(lython::BinOp*, int) src/codegen/cpp/cpp_gen.cpp 17 not called
lython::CPPGen::boolop(lython::BoolOp*, int) src/codegen/cpp/cpp_gen.cpp 14 not called
lython::CPPGen::breakstmt(lython::Break*, int) src/codegen/cpp/cpp_gen.cpp 69 not called
lython::CPPGen::builtintype(lython::BuiltinType*, int) src/codegen/cpp/cpp_gen.cpp 44 not called
lython::CPPGen::call(lython::Call*, int) src/codegen/cpp/cpp_gen.cpp 30 not called
lython::CPPGen::classdef(lython::ClassDef*, int) src/codegen/cpp/cpp_gen.cpp 51 not called
lython::CPPGen::classtype(lython::ClassType*, int) src/codegen/cpp/cpp_gen.cpp 47 not called
lython::CPPGen::comment(lython::Comment*, int) src/codegen/cpp/cpp_gen.cpp 48 not called
lython::CPPGen::compare(lython::Compare*, int) src/codegen/cpp/cpp_gen.cpp 16 not called
lython::CPPGen::constant(lython::Constant*, int) src/codegen/cpp/cpp_gen.cpp 33 not called
lython::CPPGen::continuestmt(lython::Continue*, int) src/codegen/cpp/cpp_gen.cpp 70 not called
lython::CPPGen::deletestmt(lython::Delete*, int) src/codegen/cpp/cpp_gen.cpp 54 not called
lython::CPPGen::dictcomp(lython::DictComp*, int) src/codegen/cpp/cpp_gen.cpp 26 not called
lython::CPPGen::dictexpr(lython::DictExpr*, int) src/codegen/cpp/cpp_gen.cpp 21 not called
lython::CPPGen::dicttype(lython::DictType*, int) src/codegen/cpp/cpp_gen.cpp 41 not called
lython::CPPGen::expression(lython::Expression*, int) src/codegen/cpp/cpp_gen.cpp 88 not called
lython::CPPGen::exprstmt(lython::Expr*, int) src/codegen/cpp/cpp_gen.cpp 67 not called
lython::CPPGen::formattedvalue(lython::FormattedValue*, int) src/codegen/cpp/cpp_gen.cpp 32 not called
lython::CPPGen::forstmt(lython::For*, int) src/codegen/cpp/cpp_gen.cpp 58 not called
lython::CPPGen::functiondef(lython::FunctionDef*, int) src/codegen/cpp/cpp_gen.cpp 50 not called
lython::CPPGen::functiontype(lython::FunctionType*, int) src/codegen/cpp/cpp_gen.cpp 87 not called
lython::CPPGen::generateexpr(lython::GeneratorExp*, int) src/codegen/cpp/cpp_gen.cpp 24 not called
lython::CPPGen::global(lython::Global*, int) src/codegen/cpp/cpp_gen.cpp 65 not called
lython::CPPGen::ifexp(lython::IfExp*, int) src/codegen/cpp/cpp_gen.cpp 20 not called
lython::CPPGen::ifstmt(lython::If*, int) src/codegen/cpp/cpp_gen.cpp 60 not called
lython::CPPGen::import(lython::Import*, int) src/codegen/cpp/cpp_gen.cpp 73 not called
lython::CPPGen::importfrom(lython::ImportFrom*, int) src/codegen/cpp/cpp_gen.cpp 74 not called
lython::CPPGen::inlinestmt(lython::Inline*, int) src/codegen/cpp/cpp_gen.cpp 72 not called
lython::CPPGen::interactive(lython::Interactive*, int) src/codegen/cpp/cpp_gen.cpp 86 not called
lython::CPPGen::invalidstmt(lython::InvalidStatement*, int) src/codegen/cpp/cpp_gen.cpp 52 not called
lython::CPPGen::joinedstr(lython::JoinedStr*, int) src/codegen/cpp/cpp_gen.cpp 31 not called
lython::CPPGen::lambda(lython::Lambda*, int) src/codegen/cpp/cpp_gen.cpp 19 not called
lython::CPPGen::listcomp(lython::ListComp*, int) src/codegen/cpp/cpp_gen.cpp 23 not called
lython::CPPGen::listexpr(lython::ListExpr*, int) src/codegen/cpp/cpp_gen.cpp 38 not called
lython::CPPGen::match(lython::Match*, int) src/codegen/cpp/cpp_gen.cpp 71 not called
lython::CPPGen::matchas(lython::MatchAs*, int) src/codegen/cpp/cpp_gen.cpp 82 not called
lython::CPPGen::matchclass(lython::MatchClass*, int) src/codegen/cpp/cpp_gen.cpp 80 not called
lython::CPPGen::matchmapping(lython::MatchMapping*, int) src/codegen/cpp/cpp_gen.cpp 79 not called
lython::CPPGen::matchor(lython::MatchOr*, int) src/codegen/cpp/cpp_gen.cpp 83 not called
lython::CPPGen::matchsequence(lython::MatchSequence*, int) src/codegen/cpp/cpp_gen.cpp 78 not called
lython::CPPGen::matchsingleton(lython::MatchSingleton*, int) src/codegen/cpp/cpp_gen.cpp 77 not called
lython::CPPGen::matchstar(lython::MatchStar*, int) src/codegen/cpp/cpp_gen.cpp 81 not called
lython::CPPGen::matchvalue(lython::MatchValue*, int) src/codegen/cpp/cpp_gen.cpp 76 not called
lython::CPPGen::module(lython::Module*, int) src/codegen/cpp/cpp_gen.cpp 85 not called
lython::CPPGen::name(lython::Name*, int) src/codegen/cpp/cpp_gen.cpp 37 not called
lython::CPPGen::namedexpr(lython::NamedExpr*, int) src/codegen/cpp/cpp_gen.cpp 15 not called
lython::CPPGen::nonlocal(lython::Nonlocal*, int) src/codegen/cpp/cpp_gen.cpp 66 not called
lython::CPPGen::pass(lython::Pass*, int) src/codegen/cpp/cpp_gen.cpp 68 not called
lython::CPPGen::raise(lython::Raise*, int) src/codegen/cpp/cpp_gen.cpp 62 not called
lython::CPPGen::returnstmt(lython::Return*, int) src/codegen/cpp/cpp_gen.cpp 53 not called
lython::CPPGen::setcomp(lython::SetComp*, int) src/codegen/cpp/cpp_gen.cpp 25 not called
lython::CPPGen::setexpr(lython::SetExpr*, int) src/codegen/cpp/cpp_gen.cpp 22 not called
lython::CPPGen::settype(lython::SetType*, int) src/codegen/cpp/cpp_gen.cpp 46 not called
lython::CPPGen::slice(lython::Slice*, int) src/codegen/cpp/cpp_gen.cpp 40 not called
lython::CPPGen::starred(lython::Starred*, int) src/codegen/cpp/cpp_gen.cpp 36 not called
lython::CPPGen::subscript(lython::Subscript*, int) src/codegen/cpp/cpp_gen.cpp 35 not called
lython::CPPGen::trystmt(lython::Try*, int) src/codegen/cpp/cpp_gen.cpp 63 not called
lython::CPPGen::tupleexpr(lython::TupleExpr*, int) src/codegen/cpp/cpp_gen.cpp 39 not called
lython::CPPGen::tupletype(lython::TupleType*, int) src/codegen/cpp/cpp_gen.cpp 45 not called
lython::CPPGen::unaryop(lython::UnaryOp*, int) src/codegen/cpp/cpp_gen.cpp 18 not called
lython::CPPGen::whilestmt(lython::While*, int) src/codegen/cpp/cpp_gen.cpp 59 not called
lython::CPPGen::with(lython::With*, int) src/codegen/cpp/cpp_gen.cpp 61 not called
lython::CPPGen::yield(lython::Yield*, int) src/codegen/cpp/cpp_gen.cpp 28 not called
lython::CPPGen::yieldfrom(lython::YieldFrom*, int) src/codegen/cpp/cpp_gen.cpp 29 not called
lython::CPPGen::~CPPGen() src/codegen/cpp/cpp_gen.h 81 not called
lython::Call* lython::GCObject::new_object<lython::Call>() src/utilities/object.h 14 called 175 times
lython::Call* lython::GCObject::new_root<lython::Call>() src/utilities/object.h 27 called 175 times
lython::Call::Call() src/ast/nodes.h 560 called 175 times
lython::Circle::alias(lython::Alias const&, int) src/ast/ops/circle.cpp 668 not called
lython::Circle::annassign(lython::AnnAssign const*, int) src/ast/ops/circle.cpp 590 not called
lython::Circle::arguments(lython::Arguments const&, int) src/ast/ops/circle.cpp 693 called 2 times
lython::Circle::arraytype(lython::ArrayType const*, int) src/ast/ops/circle.cpp 640 not called
lython::Circle::arrow(lython::Arrow const*, int) src/ast/ops/circle.cpp 623 called 216 times
lython::Circle::assertstmt(lython::Assert const*, int) src/ast/ops/circle.cpp 174 not called
lython::Circle::assign(lython::Assign const*, int) src/ast/ops/circle.cpp 586 called 1 time
lython::Circle::attribute(lython::Attribute const*, int) src/ast/ops/circle.cpp 150 not called
lython::Circle::augassign(lython::AugAssign const*, int) src/ast/ops/circle.cpp 582 not called
lython::Circle::await(lython::Await const*, int) src/ast/ops/circle.cpp 378 not called
lython::Circle::binop(lython::BinOp const*, int) src/ast/ops/circle.cpp 528 not called
lython::Circle::boolop(lython::BoolOp const*, int) src/ast/ops/circle.cpp 534 not called
lython::Circle::breakstmt(lython::Break const*, int) src/ast/ops/circle.cpp 606 not called
lython::Circle::builtintype(lython::BuiltinType const*, int) src/ast/ops/circle.cpp 646 not called
lython::Circle::call(lython::Call const*, int) src/ast/ops/circle.cpp 386 called 4 times
lython::Circle::classdef(lython::ClassDef const*, int) src/ast/ops/circle.cpp 408 called 1 time
lython::Circle::classtype(lython::ClassType const*, int) src/ast/ops/circle.cpp 652 not called
lython::Circle::comment(lython::Comment const*, int) src/ast/ops/circle.cpp 691 not called
lython::Circle::compare(lython::Compare const*, int) src/ast/ops/circle.cpp 512 not called
lython::Circle::comprehension(lython::Comprehension const&, int) src/ast/ops/circle.cpp 657 not called
lython::Circle::constant(lython::Constant const*, int) src/ast/ops/circle.cpp 402 called 5 times
lython::Circle::continuestmt(lython::Continue const*, int) src/ast/ops/circle.cpp 608 not called
lython::Circle::deletestmt(lython::Delete const*, int) src/ast/ops/circle.cpp 573 not called
lython::Circle::dictcomp(lython::DictComp const*, int) src/ast/ops/circle.cpp 364 not called
lython::Circle::dictexpr(lython::DictExpr const*, int) src/ast/ops/circle.cpp 233 not called
lython::Circle::dicttype(lython::DictType const*, int) src/ast/ops/circle.cpp 632 not called
lython::Circle::excepthandler(lython::ExceptHandler const&, int) src/ast/ops/circle.cpp 92 not called
lython::Circle::exec(lython::ExprNode const*, int) src/ast/ops/circle.cpp 63 called 747 times
lython::Circle::exec(lython::ModNode const*, int) src/ast/ops/circle.cpp 49 called 1 time
lython::Circle::exec(lython::Pattern const*, int) src/ast/ops/circle.cpp 56 not called
lython::Circle::exec(lython::StmtNode const*, int) src/ast/ops/circle.cpp 70 called 11 times
lython::Circle::exec_body(std::vector<lython::StmtNode*, lython::Allocator<lython::StmtNode*, lython::device::CPU> > const&, int) src/ast/ops/circle.cpp 90 called 4 times
lython::Circle::expression(lython::Expression const*, int) src/ast/ops/circle.cpp 672 not called
lython::Circle::exprstmt(lython::Expr const*, int) src/ast/ops/circle.cpp 610 called 3 times
lython::Circle::formattedvalue(lython::FormattedValue const*, int) src/ast/ops/circle.cpp 650 not called
lython::Circle::forstmt(lython::For const*, int) src/ast/ops/circle.cpp 467 called 1 time
lython::Circle::functiondef(lython::FunctionDef const*, int) src/ast/ops/circle.cpp 437 called 2 times
lython::Circle::functiontype(lython::FunctionType const*, int) src/ast/ops/circle.cpp 670 not called
lython::Circle::generateexpr(lython::GeneratorExp const*, int) src/ast/ops/circle.cpp 351 not called
lython::Circle::global(lython::Global const*, int) src/ast/ops/circle.cpp 619 not called
lython::Circle::ifexp(lython::IfExp const*, int) src/ast/ops/circle.cpp 321 not called
lython::Circle::ifstmt(lython::If const*, int) src/ast/ops/circle.cpp 280 not called
lython::Circle::import(lython::Import const*, int) src/ast/ops/circle.cpp 204 not called
lython::Circle::importfrom(lython::ImportFrom const*, int) src/ast/ops/circle.cpp 206 not called
lython::Circle::in(lython::Node const*, int) src/ast/ops/circle.cpp 33 called 759 times
lython::Circle::in(lython::Node const*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/ops/circle.cpp 40 not called
lython::Circle::inlinestmt(lython::Inline const*, int) src/ast/ops/circle.cpp 463 not called
lython::Circle::interactive(lython::Interactive const*, int) src/ast/ops/circle.cpp 674 not called
lython::Circle::invalidstmt(lython::InvalidStatement const*, int) src/ast/ops/circle.cpp 532 called 1 time
lython::Circle::joinedstr(lython::JoinedStr const*, int) src/ast/ops/circle.cpp 648 not called
lython::Circle::keyword(lython::Keyword const&, int) src/ast/ops/circle.cpp 664 not called
lython::Circle::lambda(lython::Lambda const*, int) src/ast/ops/circle.cpp 317 not called
lython::Circle::listcomp(lython::ListComp const*, int) src/ast/ops/circle.cpp 325 not called
lython::Circle::listexpr(lython::ListExpr const*, int) src/ast/ops/circle.cpp 229 not called
lython::Circle::match(lython::Match const*, int) src/ast/ops/circle.cpp 304 not called
lython::Circle::matchas(lython::MatchAs const*, int) src/ast/ops/circle.cpp 269 not called
lython::Circle::matchcase(lython::MatchCase const&, int) src/ast/ops/circle.cpp 101 not called
lython::Circle::matchclass(lython::MatchClass const*, int) src/ast/ops/circle.cpp 261 not called
lython::Circle::matchmapping(lython::MatchMapping const*, int) src/ast/ops/circle.cpp 252 not called
lython::Circle::matchor(lython::MatchOr const*, int) src/ast/ops/circle.cpp 278 not called
lython::Circle::matchsequence(lython::MatchSequence const*, int) src/ast/ops/circle.cpp 248 not called
lython::Circle::matchsingleton(lython::MatchSingleton const*, int) src/ast/ops/circle.cpp 246 not called
lython::Circle::matchstar(lython::MatchStar const*, int) src/ast/ops/circle.cpp 267 not called
lython::Circle::matchvalue(lython::MatchValue const*, int) src/ast/ops/circle.cpp 242 not called
lython::Circle::module(lython::Module const*, int) src/ast/ops/circle.cpp 158 called 1 time
lython::Circle::name(lython::Name const*, int) src/ast/ops/circle.cpp 638 called 326 times
lython::Circle::namedexpr(lython::NamedExpr const*, int) src/ast/ops/circle.cpp 404 not called
lython::Circle::nonlocal(lython::Nonlocal const*, int) src/ast/ops/circle.cpp 621 not called
lython::Circle::pass(lython::Pass const*, int) src/ast/ops/circle.cpp 604 called 1 time
lython::Circle::raise(lython::Raise const*, int) src/ast/ops/circle.cpp 160 not called
lython::Circle::returnstmt(lython::Return const*, int) src/ast/ops/circle.cpp 563 called 1 time
lython::Circle::setcomp(lython::SetComp const*, int) src/ast/ops/circle.cpp 338 not called
lython::Circle::setexpr(lython::SetExpr const*, int) src/ast/ops/circle.cpp 231 not called
lython::Circle::settype(lython::SetType const*, int) src/ast/ops/circle.cpp 636 not called
lython::Circle::slice(lython::Slice const*, int) src/ast/ops/circle.cpp 208 not called
lython::Circle::starred(lython::Starred const*, int) src/ast/ops/circle.cpp 156 not called
lython::Circle::subscript(lython::Subscript const*, int) src/ast/ops/circle.cpp 152 called 1 time
lython::Circle::trystmt(lython::Try const*, int) src/ast/ops/circle.cpp 485 not called
lython::Circle::tupleexpr(lython::TupleExpr const*, int) src/ast/ops/circle.cpp 227 not called
lython::Circle::tupletype(lython::TupleType const*, int) src/ast/ops/circle.cpp 642 not called
lython::Circle::unaryop(lython::UnaryOp const*, int) src/ast/ops/circle.cpp 549 not called
lython::Circle::whilestmt(lython::While const*, int) src/ast/ops/circle.cpp 551 not called
lython::Circle::with(lython::With const*, int) src/ast/ops/circle.cpp 188 not called
lython::Circle::withitem(lython::WithItem const&, int) src/ast/ops/circle.cpp 676 not called
lython::Circle::yield(lython::Yield const*, int) src/ast/ops/circle.cpp 380 not called
lython::Circle::yieldfrom(lython::YieldFrom const*, int) src/ast/ops/circle.cpp 384 not called
lython::ClassDef* lython::GCObject::new_object<lython::ClassDef>() src/utilities/object.h 14 called 76 times
lython::ClassDef* lython::GCObject::new_root<lython::ClassDef>() src/utilities/object.h 27 called 76 times
lython::ClassDef::Attr::Attr(lython::StringRef, int, lython::StmtNode*, lython::ExprNode*) src/ast/nodes.h 742 called 21 times
lython::ClassDef::Attr::dump(std::ostream&) src/ast/nodes.cpp 95 not called
lython::ClassDef::ClassDef() src/ast/nodes.h 732 called 76 times
lython::ClassDef::get_attribute(lython::StringRef) src/ast/nodes.h 770 called 49 times
lython::ClassDef::insert_attribute(lython::StringRef, lython::StmtNode*, lython::ExprNode*) src/ast/nodes.h 801 called 15 times
lython::ClassDef::insert_method(lython::StringRef, lython::StmtNode*, lython::ExprNode*) src/ast/nodes.h 784 called 8 times
lython::CoWTrie<128ul>::CoWTrie() src/utilities/trie.h 125 called 1 time
lython::CoWTrie<128ul>::insert(std::basic_string_view<char, std::char_traits<char> > const&) src/utilities/trie.h 127 called 41 times
lython::CoWTrie<128ul>::trie() src/utilities/trie.h 142 called 41 times
lython::CoWTrie<128ul>::trie() const src/utilities/trie.h 139 called 3762 times
lython::CodeLocation::CodeLocation(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) src/logging/_logging.h 23 called 107 times
lython::CodeLocation::repr[abi:cxx11]() const src/logging/_logging.h 40 called 565 times
lython::CodegenCmd::CodegenCmd() src/cli/commands/codegen.h 7 called 8 times
lython::CodegenCmd::main(argparse::ArgumentParser const&) src/cli/commands/codegen.cpp 25 not called
lython::CodegenCmd::parser() src/cli/commands/codegen.cpp 16 called 8 times
lython::Command::Command(std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> >) src/cli/command.h 17 called 72 times
lython::Command::exec() src/cli/command.h 29 called 1 time
lython::Command::main(argparse::ArgumentParser const&) src/cli/command.h 36 not called
lython::Command::new_parser() src/cli/command.h 21 called 72 times
lython::Command::parser() src/cli/command.h 27 not called
lython::Command::~Command() src/cli/command.h 19 called 9 times
lython::Comment* lython::GCObject::new_object<lython::Comment>() src/utilities/object.h 14 called 278 times
lython::Comment* lython::GCObject::new_root<lython::Comment>() src/utilities/object.h 27 called 278 times
lython::Comment::Comment() src/ast/nodes.h 349 called 278 times
lython::Compare* lython::GCObject::new_object<lython::Compare>() src/utilities/object.h 14 called 89 times
lython::Compare* lython::GCObject::new_root<lython::Compare>() src/utilities/object.h 27 called 89 times
lython::Compare::Compare() src/ast/nodes.h 440 called 89 times
lython::Compare::safe_comparator_add(lython::ExprNode*) src/ast/nodes.h 425 called 100 times
lython::Compare<int>::Compare(std::vector<lython::Benchmark<int>, std::allocator<lython::Benchmark<int> > > const&, int, int) benchmarks/bench.h 104 not called
lython::Compare<int>::add_setup(int) benchmarks/bench.h 132 not called
lython::Compare<int>::progress(std::ostream&, int) benchmarks/bench.h 134 not called
lython::Compare<int>::report(std::ostream&) benchmarks/bench.h 142 not called
lython::Compare<int>::report(std::ostream&, std::tuple<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> >, lython::ValueStream<double> > const&) benchmarks/bench.h 160 not called
lython::Compare<int>::run(std::ostream&) benchmarks/bench.h 107 not called
lython::Compare<int>::total() benchmarks/bench.h 140 not called
lython::ComparisonOperation<double, lython::Eq<double> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 174 not called
lython::ComparisonOperation<double, lython::Gt<double> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 174 not called
lython::ComparisonOperation<double, lython::GtE<double> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 174 not called
lython::ComparisonOperation<double, lython::Is<double> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 174 not called
lython::ComparisonOperation<double, lython::IsNot<double> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 174 not called
lython::ComparisonOperation<double, lython::Lt<double> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 174 not called
lython::ComparisonOperation<double, lython::LtE<double> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 174 not called
lython::ComparisonOperation<double, lython::NotEq<double> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 174 not called
lython::ComparisonOperation<float, lython::Eq<float> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 174 not called
lython::ComparisonOperation<float, lython::Gt<float> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 174 not called
lython::ComparisonOperation<float, lython::GtE<float> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 174 not called
lython::ComparisonOperation<float, lython::Is<float> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 174 not called
lython::ComparisonOperation<float, lython::IsNot<float> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 174 not called
lython::ComparisonOperation<float, lython::Lt<float> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 174 not called
lython::ComparisonOperation<float, lython::LtE<float> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 174 not called
lython::ComparisonOperation<float, lython::NotEq<float> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 174 not called
lython::ComparisonOperation<int, lython::Eq<int> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 174 called 26 times
lython::ComparisonOperation<int, lython::Gt<int> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 174 called 23 times
lython::ComparisonOperation<int, lython::GtE<int> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 174 not called
lython::ComparisonOperation<int, lython::Is<int> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 174 not called
lython::ComparisonOperation<int, lython::IsNot<int> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 174 not called
lython::ComparisonOperation<int, lython::Lt<int> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 174 called 6 times
lython::ComparisonOperation<int, lython::LtE<int> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 174 not called
lython::ComparisonOperation<int, lython::NotEq<int> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 174 not called
lython::ComparisonOperation<long, lython::Eq<long> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 174 not called
lython::ComparisonOperation<long, lython::Gt<long> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 174 not called
lython::ComparisonOperation<long, lython::GtE<long> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 174 not called
lython::ComparisonOperation<long, lython::Is<long> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 174 not called
lython::ComparisonOperation<long, lython::IsNot<long> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 174 not called
lython::ComparisonOperation<long, lython::Lt<long> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 174 not called
lython::ComparisonOperation<long, lython::LtE<long> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 174 not called
lython::ComparisonOperation<long, lython::NotEq<long> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 174 not called
lython::ComparisonOperation<short, lython::Eq<short> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 174 not called
lython::ComparisonOperation<short, lython::Gt<short> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 174 not called
lython::ComparisonOperation<short, lython::GtE<short> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 174 not called
lython::ComparisonOperation<short, lython::Is<short> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 174 not called
lython::ComparisonOperation<short, lython::IsNot<short> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 174 not called
lython::ComparisonOperation<short, lython::Lt<short> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 174 not called
lython::ComparisonOperation<short, lython::LtE<short> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 174 not called
lython::ComparisonOperation<short, lython::NotEq<short> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 174 not called
lython::ComparisonOperation<signed char, lython::Eq<signed char> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 174 not called
lython::ComparisonOperation<signed char, lython::Gt<signed char> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 174 not called
lython::ComparisonOperation<signed char, lython::GtE<signed char> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 174 not called
lython::ComparisonOperation<signed char, lython::Is<signed char> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 174 not called
lython::ComparisonOperation<signed char, lython::IsNot<signed char> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 174 not called
lython::ComparisonOperation<signed char, lython::Lt<signed char> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 174 not called
lython::ComparisonOperation<signed char, lython::LtE<signed char> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 174 not called
lython::ComparisonOperation<signed char, lython::NotEq<signed char> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 174 not called
lython::ComparisonOperation<unsigned char, lython::Eq<unsigned char> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 174 not called
lython::ComparisonOperation<unsigned char, lython::Gt<unsigned char> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 174 not called
lython::ComparisonOperation<unsigned char, lython::GtE<unsigned char> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 174 not called
lython::ComparisonOperation<unsigned char, lython::Is<unsigned char> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 174 not called
lython::ComparisonOperation<unsigned char, lython::IsNot<unsigned char> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 174 not called
lython::ComparisonOperation<unsigned char, lython::Lt<unsigned char> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 174 not called
lython::ComparisonOperation<unsigned char, lython::LtE<unsigned char> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 174 not called
lython::ComparisonOperation<unsigned char, lython::NotEq<unsigned char> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 174 not called
lython::ComparisonOperation<unsigned int, lython::Eq<unsigned int> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 174 not called
lython::ComparisonOperation<unsigned int, lython::Gt<unsigned int> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 174 not called
lython::ComparisonOperation<unsigned int, lython::GtE<unsigned int> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 174 not called
lython::ComparisonOperation<unsigned int, lython::Is<unsigned int> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 174 not called
lython::ComparisonOperation<unsigned int, lython::IsNot<unsigned int> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 174 not called
lython::ComparisonOperation<unsigned int, lython::Lt<unsigned int> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 174 not called
lython::ComparisonOperation<unsigned int, lython::LtE<unsigned int> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 174 not called
lython::ComparisonOperation<unsigned int, lython::NotEq<unsigned int> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 174 not called
lython::ComparisonOperation<unsigned long, lython::Eq<unsigned long> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 174 not called
lython::ComparisonOperation<unsigned long, lython::Gt<unsigned long> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 174 not called
lython::ComparisonOperation<unsigned long, lython::GtE<unsigned long> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 174 not called
lython::ComparisonOperation<unsigned long, lython::Is<unsigned long> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 174 not called
lython::ComparisonOperation<unsigned long, lython::IsNot<unsigned long> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 174 not called
lython::ComparisonOperation<unsigned long, lython::Lt<unsigned long> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 174 not called
lython::ComparisonOperation<unsigned long, lython::LtE<unsigned long> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 174 not called
lython::ComparisonOperation<unsigned long, lython::NotEq<unsigned long> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 174 not called
lython::ComparisonOperation<unsigned short, lython::Eq<unsigned short> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 174 not called
lython::ComparisonOperation<unsigned short, lython::Gt<unsigned short> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 174 not called
lython::ComparisonOperation<unsigned short, lython::GtE<unsigned short> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 174 not called
lython::ComparisonOperation<unsigned short, lython::Is<unsigned short> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 174 not called
lython::ComparisonOperation<unsigned short, lython::IsNot<unsigned short> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 174 not called
lython::ComparisonOperation<unsigned short, lython::Lt<unsigned short> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 174 not called
lython::ComparisonOperation<unsigned short, lython::LtE<unsigned short> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 174 not called
lython::ComparisonOperation<unsigned short, lython::NotEq<unsigned short> >::vm(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.inc 174 not called
lython::ConsoleBuffer::ConsoleBuffer() src/lexer/buffer.h 190 not called
lython::ConsoleBuffer::file_name[abi:cxx11]() src/lexer/buffer.h 194 not called
lython::ConsoleBuffer::getc() src/lexer/buffer.h 192 not called
lython::ConsoleBuffer::~ConsoleBuffer() src/lexer/buffer.cpp 70 not called
lython::Constant* lython::GCObject::new_object<lython::Constant, lython::ConstantValue&>(lython::ConstantValue&) src/utilities/object.h 14 called 28 times
lython::Constant* lython::GCObject::new_object<lython::Constant, lython::ConstantValue>(lython::ConstantValue&&) src/utilities/object.h 14 called 64 times
lython::Constant* lython::GCObject::new_object<lython::Constant>() src/utilities/object.h 14 called 702 times
lython::Constant* lython::GCObject::new_root<lython::Constant, lython::ConstantValue&>(lython::ConstantValue&) src/utilities/object.h 27 called 92 times
lython::Constant* lython::GCObject::new_root<lython::Constant>() src/utilities/object.h 27 called 702 times
lython::Constant* lython::cast<lython::Constant>(lython::Node*) src/ast/nodes.h 1115 called 297 times
lython::Constant::Constant() src/ast/nodes.h 361 called 702 times
lython::Constant::Constant<bool>(bool const&) src/ast/nodes.h 359 called 24 times
lython::Constant::Constant<lython::ConstantValue::invalid_t>(lython::ConstantValue::invalid_t const&) src/ast/nodes.h 359 called 702 times
lython::Constant::Constant<lython::ConstantValue>(lython::ConstantValue const&) src/ast/nodes.h 359 called 104 times
lython::ConstantValue (*lython::get<lython::StringRef, lython::ConstantValue (*)(lython::ConstantValue const&)>(std::unordered_map<lython::StringRef, lython::ConstantValue (*)(lython::ConstantValue const&), std::hash<lython::StringRef>, std::equal_to<lython::StringRef>, lython::Allocator<std::pair<lython::StringRef const, lython::ConstantValue (*)(lython::ConstantValue const&)>, lython::device::CPU> > const&, lython::StringRef, lython::ConstantValue (*)(lython::ConstantValue const&)))(lython::ConstantValue const&) src/builtin/operators.cpp 157 called 11 times
lython::ConstantValue (*lython::get<lython::StringRef, lython::ConstantValue (*)(lython::ConstantValue const&, lython::ConstantValue const&)>(std::unordered_map<lython::StringRef, lython::ConstantValue (*)(lython::ConstantValue const&, lython::ConstantValue const&), std::hash<lython::StringRef>, std::equal_to<lython::StringRef>, lython::Allocator<std::pair<lython::StringRef const, lython::ConstantValue (*)(lython::ConstantValue const&, lython::ConstantValue const&)>, lython::device::CPU> > const&, lython::StringRef, lython::ConstantValue (*)(lython::ConstantValue const&, lython::ConstantValue const&)))(lython::ConstantValue const&, lython::ConstantValue const&) src/builtin/operators.cpp 157 called 88 times
lython::ConstantValue::ConstantValue() src/ast/constant.h 81 called 139 times
lython::ConstantValue::ConstantValue(bool) src/ast/constant.h 75 called 77 times
lython::ConstantValue::ConstantValue(double) src/ast/constant.h 75 called 109 times
lython::ConstantValue::ConstantValue(float) src/ast/constant.h 75 not called
lython::ConstantValue::ConstantValue(int) src/ast/constant.h 75 called 687 times
lython::ConstantValue::ConstantValue(long) src/ast/constant.h 75 not called
lython::ConstantValue::ConstantValue(lython::ConstantValue const&) src/ast/constant.h 83 called 292 times
lython::ConstantValue::ConstantValue(lython::ConstantValue::invalid_t) src/ast/constant.h 75 called 702 times
lython::ConstantValue::ConstantValue(lython::ConstantValue::none_t) src/ast/constant.h 75 called 18 times
lython::ConstantValue::ConstantValue(lython::NativeObject*) src/ast/constant.h 75 called 2 times
lython::ConstantValue::ConstantValue(short) src/ast/constant.h 75 not called
lython::ConstantValue::ConstantValue(signed char) src/ast/constant.h 75 not called
lython::ConstantValue::ConstantValue(std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> >) src/ast/constant.h 75 called 109 times
lython::ConstantValue::ConstantValue(unsigned char) src/ast/constant.h 75 not called
lython::ConstantValue::ConstantValue(unsigned int) src/ast/constant.h 75 not called
lython::ConstantValue::ConstantValue(unsigned long) src/ast/constant.h 75 not called
lython::ConstantValue::ConstantValue(unsigned short) src/ast/constant.h 75 not called
lython::ConstantValue::ValueVariant::ValueVariant() src/ast/constant.h 146 called 2135 times
lython::ConstantValue::ValueVariant::~ValueVariant() src/ast/constant.h 147 called 1944 times
lython::ConstantValue::_print_object(std::ostream&) const src/ast/ops/print.cpp 1102 called 7 times
lython::ConstantValue::copy_union(lython::ConstantValue::Type, lython::ConstantValue::ValueVariant const&) src/ast/constant.h 203 called 1130 times
lython::ConstantValue::get_kind() const src/ast/constant.h 139 called 13 times
lython::ConstantValue::invalid_t::operator==(lython::ConstantValue::invalid_t const&) const src/ast/constant.h 16 not called
lython::ConstantValue::none() src/ast/constant.h 23 called 12 times
lython::ConstantValue::none_t::operator==(lython::ConstantValue::none_t const&) const src/ast/constant.h 20 called 1 time
lython::ConstantValue::operator=(lython::ConstantValue const&) src/ast/constant.h 87 called 838 times
lython::ConstantValue::operator==(lython::ConstantValue const&) const src/ast/constant.h 92 called 61 times
lython::ConstantValue::print(std::ostream&) const src/ast/ops/print.cpp 1063 called 505 times
lython::ConstantValue::remove_cpx() src/ast/constant.h 188 called 3074 times
lython::ConstantValue::set_string(std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&) src/ast/constant.h 182 called 218 times
lython::ConstantValue::type() const src/ast/constant.h 132 called 232 times
lython::ConstantValue::~ConstantValue() src/ast/constant.h 85 called 1944 times
lython::Continue* lython::GCObject::new_object<lython::Continue>() src/utilities/object.h 14 called 7 times
lython::Continue* lython::GCObject::new_root<lython::Continue>() src/utilities/object.h 27 called 7 times
lython::Continue::Continue() src/ast/nodes.h 995 called 7 times
lython::DebugCmd::DebugCmd() src/cli/commands/debug.h 8 called 8 times
lython::DebugCmd::main(argparse::ArgumentParser const&) src/cli/commands/debug.h 15 not called
lython::DebugCmd::parser() src/cli/commands/debug.h 10 called 8 times
lython::Decorator::Decorator(lython::ExprNode*, lython::Comment*) src/ast/nodes.h 695 called 135 times
lython::Delete* lython::GCObject::new_object<lython::Delete>() src/utilities/object.h 14 called 9 times
lython::Delete* lython::GCObject::new_root<lython::Delete>() src/utilities/object.h 27 called 9 times
lython::Delete::Delete() src/ast/nodes.h 828 called 9 times
lython::DictComp* lython::GCObject::new_object<lython::DictComp>() src/utilities/object.h 14 called 14 times
lython::DictComp* lython::GCObject::new_root<lython::DictComp>() src/utilities/object.h 27 called 14 times
lython::DictComp::DictComp() src/ast/nodes.h 532 called 14 times
lython::DictExpr* lython::GCObject::new_object<lython::DictExpr>() src/utilities/object.h 14 called 37 times
lython::DictExpr* lython::GCObject::new_root<lython::DictExpr>() src/utilities/object.h 27 called 37 times
lython::DictExpr::DictExpr() src/ast/nodes.h 497 called 37 times
lython::DictType* lython::GCObject::new_object<lython::DictType>() src/utilities/object.h 14 called 7 times
lython::DictType* lython::GCObject::new_root<lython::DictType>() src/utilities/object.h 27 called 7 times
lython::DictType::DictType() src/ast/nodes.h 1040 called 7 times
lython::Div<double>::call(double, double) src/builtin/operators.inc 120 not called
lython::Div<float>::call(float, float) src/builtin/operators.inc 120 not called
lython::Div<int>::call(int, int) src/builtin/operators.inc 120 not called
lython::Div<long>::call(long, long) src/builtin/operators.inc 120 not called
lython::Div<short>::call(short, short) src/builtin/operators.inc 120 not called
lython::Div<signed char>::call(signed char, signed char) src/builtin/operators.inc 120 not called
lython::Div<unsigned char>::call(unsigned char, unsigned char) src/builtin/operators.inc 120 not called
lython::Div<unsigned int>::call(unsigned int, unsigned int) src/builtin/operators.inc 120 not called
lython::Div<unsigned long>::call(unsigned long, unsigned long) src/builtin/operators.inc 120 not called
lython::Div<unsigned short>::call(unsigned short, unsigned short) src/builtin/operators.inc 120 not called
lython::DocCmd::DocCmd() src/cli/commands/doc.h 7 called 8 times
lython::DocCmd::main(argparse::ArgumentParser const&) src/cli/commands/doc.h 14 not called
lython::DocCmd::parser() src/cli/commands/doc.h 9 called 8 times
lython::Docstring::Docstring(std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&, lython::Comment*) src/ast/nodes.h 702 called 18 times
lython::Eq<double>::call(double, double) src/builtin/operators.inc 185 not called
lython::Eq<float>::call(float, float) src/builtin/operators.inc 185 not called
lython::Eq<int>::call(int, int) src/builtin/operators.inc 185 called 26 times
lython::Eq<long>::call(long, long) src/builtin/operators.inc 185 not called
lython::Eq<short>::call(short, short) src/builtin/operators.inc 185 not called
lython::Eq<signed char>::call(signed char, signed char) src/builtin/operators.inc 185 not called
lython::Eq<unsigned char>::call(unsigned char, unsigned char) src/builtin/operators.inc 185 not called
lython::Eq<unsigned int>::call(unsigned int, unsigned int) src/builtin/operators.inc 185 not called
lython::Eq<unsigned long>::call(unsigned long, unsigned long) src/builtin/operators.inc 185 not called
lython::Eq<unsigned short>::call(unsigned short, unsigned short) src/builtin/operators.inc 185 not called
lython::Equality::annassign(lython::AnnAssign*, lython::AnnAssign*, int) src/ast/ops/equality.cpp 395 called 5 times
lython::Equality::arraytype(lython::ArrayType*, lython::ArrayType*, int) src/ast/ops/equality.cpp 262 not called
lython::Equality::arrow(lython::Arrow*, lython::Arrow*, int) src/ast/ops/equality.cpp 270 called 79 times
lython::Equality::assertstmt(lython::Assert*, lython::Assert*, int) src/ast/ops/equality.cpp 423 called 2 times
lython::Equality::assign(lython::Assign*, lython::Assign*, int) src/ast/ops/equality.cpp 389 called 28 times
lython::Equality::attribute(lython::Attribute*, lython::Attribute*, int) src/ast/ops/equality.cpp 367 called 3 times
lython::Equality::augassign(lython::AugAssign*, lython::AugAssign*, int) src/ast/ops/equality.cpp 392 called 2 times
lython::Equality::await(lython::Await*, lython::Await*, int) src/ast/ops/equality.cpp 307 called 1 time
lython::Equality::binop(lython::BinOp*, lython::BinOp*, int) src/ast/ops/equality.cpp 319 called 12 times
lython::Equality::boolop(lython::BoolOp*, lython::BoolOp*, int) src/ast/ops/equality.cpp 313 called 3 times
lython::Equality::breakstmt(lython::Break*, lython::Break*, int) src/ast/ops/equality.cpp 299 called 1 time
lython::Equality::builtintype(lython::BuiltinType*, lython::BuiltinType*, int) src/ast/ops/equality.cpp 274 called 240 times
lython::Equality::builtintype(lython::BuiltinType*, lython::BuiltinType*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/ops/equality.cpp 275 called 240 times
lython::Equality::call(lython::Call*, lython::Call*, int) src/ast/ops/equality.cpp 354 called 1 time
lython::Equality::classdef(lython::ClassDef*, lython::ClassDef*, int) src/ast/ops/equality.cpp 282 called 3 times
lython::Equality::classtype(lython::ClassType*, lython::ClassType*, int) src/ast/ops/equality.cpp 287 not called
lython::Equality::comment(lython::Comment*, lython::Comment*, int) src/ast/ops/equality.cpp 257 not called
lython::Equality::compare(lython::Compare*, lython::Compare*, int) src/ast/ops/equality.cpp 350 called 9 times
lython::Equality::constant(lython::Constant*, lython::Constant*, int) src/ast/ops/equality.cpp 304 called 59 times
lython::Equality::continuestmt(lython::Continue*, lython::Continue*, int) src/ast/ops/equality.cpp 300 called 1 time
lython::Equality::deletestmt(lython::Delete*, lython::Delete*, int) src/ast/ops/equality.cpp 388 called 1 time
lython::Equality::dictcomp(lython::DictComp*, lython::DictComp*, int) src/ast/ops/equality.cpp 345 called 1 time
lython::Equality::dictexpr(lython::DictExpr*, lython::DictExpr*, int) src/ast/ops/equality.cpp 332 called 4 times
lython::Equality::dicttype(lython::DictType*, lython::DictType*, int) src/ast/ops/equality.cpp 259 not called
lython::Equality::exec(lython::Alias const&, lython::Alias const&, int) src/ast/ops/equality.cpp 41 called 10 times
lython::Equality::exec(lython::Arg const&, lython::Arg const&, int) src/ast/ops/equality.cpp 45 called 1 time
lython::Equality::exec(lython::Arguments const&, lython::Arguments const&, int) src/ast/ops/equality.cpp 53 called 1 time
lython::Equality::exec(lython::Comprehension const&, lython::Comprehension const&, int) src/ast/ops/equality.cpp 36 called 4 times
lython::Equality::exec(lython::ExceptHandler const&, lython::ExceptHandler const&, int) src/ast/ops/equality.cpp 22 called 1 time
lython::Equality::exec(lython::ExprNode*, lython::ExprNode*, int) src/ast/ops/equality.cpp 169 called 962 times
lython::Equality::exec(lython::ExprNode*, lython::ExprNode*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/ops/equality.cpp 176 called 939 times
lython::Equality::exec(lython::Keyword const&, lython::Keyword const&, int) src/ast/ops/equality.cpp 49 called 1 time
lython::Equality::exec(lython::MatchCase const&, lython::MatchCase const&, int) src/ast/ops/equality.cpp 16 called 9 times
lython::Equality::exec(lython::MatchCase const&, lython::MatchCase const&, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/ops/equality.cpp 17 called 9 times
lython::Equality::exec(lython::ModNode*, lython::ModNode*, int) src/ast/ops/equality.cpp 104 not called
lython::Equality::exec(lython::ModNode*, lython::ModNode*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/ops/equality.cpp 105 not called
lython::Equality::exec(lython::Node*, lython::Node*) src/ast/ops/equality.cpp 85 called 573 times
lython::Equality::exec(lython::Pattern*, lython::Pattern*, int) src/ast/ops/equality.cpp 137 called 20 times
lython::Equality::exec(lython::Pattern*, lython::Pattern*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/ops/equality.cpp 138 called 20 times
lython::Equality::exec(lython::StmtNode*, lython::StmtNode*, int) src/ast/ops/equality.cpp 207 called 142 times
lython::Equality::exec(lython::StmtNode*, lython::StmtNode*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/ops/equality.cpp 208 called 142 times
lython::Equality::exec(lython::WithItem const&, lython::WithItem const&, int) src/ast/ops/equality.cpp 31 called 4 times
lython::Equality::expression(lython::Expression*, lython::Expression*, int) src/ast/ops/equality.cpp 294 not called
lython::Equality::exprstmt(lython::Expr*, lython::Expr*, int) src/ast/ops/equality.cpp 305 called 50 times
lython::Equality::formattedvalue(lython::FormattedValue*, lython::FormattedValue*, int) src/ast/ops/equality.cpp 361 called 3 times
lython::Equality::forstmt(lython::For*, lython::For*, int) src/ast/ops/equality.cpp 399 called 2 times
lython::Equality::functiondef(lython::FunctionDef*, lython::FunctionDef*, int) src/ast/ops/equality.cpp 278 called 4 times
lython::Equality::functiontype(lython::FunctionType*, lython::FunctionType*, int) src/ast/ops/equality.cpp 240 not called
lython::Equality::generateexpr(lython::GeneratorExp*, lython::GeneratorExp*, int) src/ast/ops/equality.cpp 339 called 1 time
lython::Equality::global(lython::Global*, lython::Global*, int) src/ast/ops/equality.cpp 432 called 1 time
lython::Equality::ifexp(lython::IfExp*, lython::IfExp*, int) src/ast/ops/equality.cpp 328 called 1 time
lython::Equality::ifstmt(lython::If*, lython::If*, int) src/ast/ops/equality.cpp 407 called 1 time
lython::Equality::import(lython::Import*, lython::Import*, int) src/ast/ops/equality.cpp 426 called 2 times
lython::Equality::importfrom(lython::ImportFrom*, lython::ImportFrom*, int) src/ast/ops/equality.cpp 427 called 2 times
lython::Equality::inlinestmt(lython::Inline*, lython::Inline*, int) src/ast/ops/equality.cpp 434 called 1 time
lython::Equality::interactive(lython::Interactive*, lython::Interactive*, int) src/ast/ops/equality.cpp 291 not called
lython::Equality::invalidstmt(lython::InvalidStatement*, lython::InvalidStatement*, int) src/ast/ops/equality.cpp 302 not called
lython::Equality::joinedstr(lython::JoinedStr*, lython::JoinedStr*, int) src/ast/ops/equality.cpp 358 called 3 times
lython::Equality::lambda(lython::Lambda*, lython::Lambda*, int) src/ast/ops/equality.cpp 325 called 1 time
lython::Equality::listcomp(lython::ListComp*, lython::ListComp*, int) src/ast/ops/equality.cpp 336 called 1 time
lython::Equality::listexpr(lython::ListExpr*, lython::ListExpr*, int) src/ast/ops/equality.cpp 382 called 4 times
lython::Equality::match(lython::Match*, lython::Match*, int) src/ast/ops/equality.cpp 437 called 3 times
lython::Equality::matchas(lython::MatchAs*, lython::MatchAs*, int) src/ast/ops/equality.cpp 488 called 1 time
lython::Equality::matchclass(lython::MatchClass*, lython::MatchClass*, int) src/ast/ops/equality.cpp 463 called 1 time
lython::Equality::matchmapping(lython::MatchMapping*, lython::MatchMapping*, int) src/ast/ops/equality.cpp 449 called 2 times
lython::Equality::matchor(lython::MatchOr*, lython::MatchOr*, int) src/ast/ops/equality.cpp 491 called 1 time
lython::Equality::matchsequence(lython::MatchSequence*, lython::MatchSequence*, int) src/ast/ops/equality.cpp 446 called 3 times
lython::Equality::matchsingleton(lython::MatchSingleton*, lython::MatchSingleton*, int) src/ast/ops/equality.cpp 443 called 2 times
lython::Equality::matchstar(lython::MatchStar*, lython::MatchStar*, int) src/ast/ops/equality.cpp 487 called 1 time
lython::Equality::matchvalue(lython::MatchValue*, lython::MatchValue*, int) src/ast/ops/equality.cpp 440 called 9 times
lython::Equality::module(lython::Module*, lython::Module*, int) src/ast/ops/equality.cpp 290 not called
lython::Equality::name(lython::Name*, lython::Name*, int) src/ast/ops/equality.cpp 381 called 483 times
lython::Equality::namedexpr(lython::NamedExpr*, lython::NamedExpr*, int) src/ast/ops/equality.cpp 316 called 1 time
lython::Equality::nonlocal(lython::Nonlocal*, lython::Nonlocal*, int) src/ast/ops/equality.cpp 433 called 1 time
lython::Equality::pass(lython::Pass*, lython::Pass*, int) src/ast/ops/equality.cpp 298 called 18 times
lython::Equality::raise(lython::Raise*, lython::Raise*, int) src/ast/ops/equality.cpp 416 called 2 times
lython::Equality::returnstmt(lython::Return*, lython::Return*, int) src/ast/ops/equality.cpp 306 called 8 times
lython::Equality::setcomp(lython::SetComp*, lython::SetComp*, int) src/ast/ops/equality.cpp 342 called 1 time
lython::Equality::setexpr(lython::SetExpr*, lython::SetExpr*, int) src/ast/ops/equality.cpp 335 called 4 times
lython::Equality::settype(lython::SetType*, lython::SetType*, int) src/ast/ops/equality.cpp 265 not called
lython::Equality::slice(lython::Slice*, lython::Slice*, int) src/ast/ops/equality.cpp 384 called 2 times
lython::Equality::starred(lython::Starred*, lython::Starred*, int) src/ast/ops/equality.cpp 378 called 1 time
lython::Equality::subscript(lython::Subscript*, lython::Subscript*, int) src/ast/ops/equality.cpp 372 called 2 times
lython::Equality::trystmt(lython::Try*, lython::Try*, int) src/ast/ops/equality.cpp 419 called 1 time
lython::Equality::tupleexpr(lython::TupleExpr*, lython::TupleExpr*, int) src/ast/ops/equality.cpp 383 called 11 times
lython::Equality::tupletype(lython::TupleType*, lython::TupleType*, int) src/ast/ops/equality.cpp 266 not called
lython::Equality::unaryop(lython::UnaryOp*, lython::UnaryOp*, int) src/ast/ops/equality.cpp 322 called 4 times
lython::Equality::whilestmt(lython::While*, lython::While*, int) src/ast/ops/equality.cpp 403 called 1 time
lython::Equality::with(lython::With*, lython::With*, int) src/ast/ops/equality.cpp 412 called 2 times
lython::Equality::yield(lython::Yield*, lython::Yield*, int) src/ast/ops/equality.cpp 308 called 3 times
lython::Equality::yieldfrom(lython::YieldFrom*, lython::YieldFrom*, int) src/ast/ops/equality.cpp 309 called 1 time
lython::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > >(fmt::v8::basic_string_view<char>, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&) src/logging/exceptions.h 15 not called
lython::Exception::what() const src/logging/exceptions.h 18 not called
lython::Expr* lython::GCObject::new_object<lython::Expr>() src/utilities/object.h 14 called 539 times
lython::Expr* lython::GCObject::new_root<lython::Expr>() src/utilities/object.h 27 called 539 times
lython::Expr::Expr() src/ast/nodes.h 980 called 539 times
lython::ExprNode* lython::parse_comprehension<lython::GeneratorExp>(lython::Parser*, lython::Node*, lython::ExprNode*, char, int) src/parser/parser.cpp 1702 called 14 times
lython::ExprNode* lython::parse_comprehension<lython::ListComp>(lython::Parser*, lython::Node*, lython::ExprNode*, char, int) src/parser/parser.cpp 1702 called 14 times
lython::ExprNode* lython::parse_comprehension<lython::SetComp>(lython::Parser*, lython::Node*, lython::ExprNode*, char, int) src/parser/parser.cpp 1702 called 14 times
lython::ExprNode* lython::parse_comprehension_or_literal<lython::GeneratorExp, lython::TupleExpr>(lython::Parser*, lython::Node*, int, char, int) src/parser/parser.cpp 1785 called 53 times
lython::ExprNode* lython::parse_comprehension_or_literal<lython::ListComp, lython::ListExpr>(lython::Parser*, lython::Node*, int, char, int) src/parser/parser.cpp 1785 called 56 times
lython::ExprNode* lython::parse_comprehension_or_literal<lython::SetComp, lython::SetExpr>(lython::Parser*, lython::Node*, int, char, int) src/parser/parser.cpp 1785 called 124 times
lython::ExprNode* lython::parse_literal<lython::ListExpr>(lython::Parser*, lython::Node*, lython::ExprNode*, char, int) src/parser/parser.cpp 1727 called 31 times
lython::ExprNode* lython::parse_literal<lython::SetExpr>(lython::Parser*, lython::Node*, lython::ExprNode*, char, int) src/parser/parser.cpp 1727 called 29 times
lython::ExprNode* lython::parse_literal<lython::TupleExpr>(lython::Parser*, lython::Node*, lython::ExprNode*, char, int) src/parser/parser.cpp 1727 called 109 times
lython::ExprNode::ExprNode(lython::NodeKind) src/ast/nodes.h 99 called 6313 times
lython::ExprNode::family() const src/ast/nodes.h 101 called 5260 times
lython::False() src/sema/builtin.cpp 31 called 277 times
lython::FileBuffer::FileBuffer(std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&) src/lexer/buffer.cpp 33 called 5 times
lython::FileBuffer::file_name[abi:cxx11]() src/lexer/buffer.h 111 called 9 times
lython::FileBuffer::getc() src/lexer/buffer.h 101 called 515 times
lython::FileBuffer::getline[abi:cxx11](int, int) src/lexer/buffer.cpp 47 not called
lython::FileBuffer::reset() src/lexer/buffer.cpp 42 not called
lython::FileBuffer::~FileBuffer() src/lexer/buffer.cpp 40 called 6 times
lython::FileError::FileError<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > >(fmt::v8::basic_string_view<char>, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&) src/lexer/buffer.h 90 not called
lython::For* lython::GCObject::new_object<lython::For>() src/utilities/object.h 14 called 48 times
lython::For* lython::GCObject::new_root<lython::For>() src/utilities/object.h 27 called 48 times
lython::For::For() src/ast/nodes.h 878 called 48 times
lython::FormatCmd::FormatCmd() src/cli/commands/format.h 7 called 8 times
lython::FormatCmd::main(argparse::ArgumentParser const&) src/cli/commands/format.cpp 57 not called
lython::FormatCmd::main(argparse::ArgumentParser const&)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/cli/commands/format.cpp 73 not called
lython::FormatCmd::parser() src/cli/commands/format.cpp 13 called 8 times
lython::FormatSpecParser::parse(std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&) src/parser/format_spec.cpp 103 called 11 times
lython::FormatSpecifier::__repr__[abi:cxx11]() const src/parser/format_spec.cpp 27 not called
lython::FormatSpecifier::__str__[abi:cxx11]() const src/parser/format_spec.cpp 6 called 7 times
lython::FormatSpecifier::is_float() const src/parser/format_spec.cpp 73 called 1 time
lython::FormatSpecifier::is_integer() const src/parser/format_spec.cpp 76 called 1 time
lython::FormatSpecifier::is_undefined() const src/parser/format_spec.cpp 79 not called
lython::FormatSpecifier::parse(std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&) src/parser/format_spec.cpp 219 called 11 times
lython::FormattedValue* lython::GCObject::new_object<lython::FormattedValue>() src/utilities/object.h 14 called 15 times
lython::FormattedValue* lython::GCObject::new_root<lython::FormattedValue>() src/utilities/object.h 27 called 15 times
lython::FormattedValue::FormattedValue() src/ast/nodes.h 575 called 15 times
lython::FunctionDef* lython::GCObject::new_object<lython::FunctionDef>() src/utilities/object.h 14 called 216 times
lython::FunctionDef* lython::GCObject::new_root<lython::FunctionDef>() src/utilities/object.h 27 called 216 times
lython::FunctionDef::FunctionDef() src/ast/nodes.h 719 called 216 times
lython::GCObject::dump(std::ostream&) src/utilities/object.cpp 64 called 88 times
lython::GCObject::dump_recursive(std::ostream&, std::vector<lython::GCObject*, lython::Allocator<lython::GCObject*, lython::device::CPU> >&, int, int) src/utilities/object.cpp 83 called 568 times
lython::GCObject::free(lython::GCObject*) src/utilities/object.cpp 111 not called
lython::GCObject::free(lython::GCObject*)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/utilities/object.cpp 115 not called
lython::GCObject::get_gc_parent() const src/utilities/object.h 105 called 1139 times
lython::GCObject::move(lython::GCObject*) src/utilities/object.h 78 called 439 times
lython::GCObject::private_free(lython::GCObject*) src/utilities/object.cpp 102 called 9801 times
lython::GCObject::remove_child(lython::GCObject*, bool) src/utilities/object.cpp 6 called 439 times
lython::GCObject::remove_child(lython::GCObject*, bool)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/utilities/object.cpp 19 not called
lython::GCObject::remove_child(lython::GCObject*, bool)::{lambda(char const*, char const*)#2}::operator()(char const*, char const*) const src/utilities/object.cpp 26 called 439 times
lython::GCObject::remove_child_if_parent(lython::GCObject*, bool) src/utilities/object.cpp 58 not called
lython::GCObject::~GCObject() src/utilities/object.cpp 121 called 11418 times
lython::GargabeCollector::GargabeCollector(lython::Bindings&, lython::Expression&) src/vm/garbage_collector.cpp 6 not called
lython::GargabeCollector::free_object(lython::RTGCObject*) src/vm/garbage_collector.cpp 30 not called
lython::GargabeCollector::mark() src/vm/garbage_collector.cpp 10 not called
lython::GargabeCollector::shrink() src/vm/garbage_collector.cpp 36 not called
lython::GargabeCollector::sweep() src/vm/garbage_collector.cpp 34 not called
lython::Generator* lython::GCObject::new_object<lython::Generator>() src/utilities/object.h 14 not called
lython::Generator* lython::GCObject::new_root<lython::Generator>() src/utilities/object.h 27 not called
lython::Generator::__next__(lython::TreeEvaluator&) src/ast/values/generator.cpp 7 not called
lython::GeneratorExp* lython::GCObject::new_object<lython::GeneratorExp>() src/utilities/object.h 14 called 14 times
lython::GeneratorExp* lython::GCObject::new_root<lython::GeneratorExp>() src/utilities/object.h 27 called 14 times
lython::GeneratorExp::GeneratorExp() src/ast/nodes.h 517 called 14 times
lython::Global* lython::GCObject::new_object<lython::Global>() src/utilities/object.h 14 called 6 times
lython::Global* lython::GCObject::new_root<lython::Global>() src/utilities/object.h 27 called 6 times
lython::Global::Global() src/ast/nodes.h 968 called 6 times
lython::Gt<double>::call(double, double) src/builtin/operators.inc 205 not called
lython::Gt<float>::call(float, float) src/builtin/operators.inc 205 not called
lython::Gt<int>::call(int, int) src/builtin/operators.inc 205 called 23 times
lython::Gt<long>::call(long, long) src/builtin/operators.inc 205 not called
lython::Gt<short>::call(short, short) src/builtin/operators.inc 205 not called
lython::Gt<signed char>::call(signed char, signed char) src/builtin/operators.inc 205 not called
lython::Gt<unsigned char>::call(unsigned char, unsigned char) src/builtin/operators.inc 205 not called
lython::Gt<unsigned int>::call(unsigned int, unsigned int) src/builtin/operators.inc 205 not called
lython::Gt<unsigned long>::call(unsigned long, unsigned long) src/builtin/operators.inc 205 not called
lython::Gt<unsigned short>::call(unsigned short, unsigned short) src/builtin/operators.inc 205 not called
lython::GtE<double>::call(double, double) src/builtin/operators.inc 210 not called
lython::GtE<float>::call(float, float) src/builtin/operators.inc 210 not called
lython::GtE<int>::call(int, int) src/builtin/operators.inc 210 not called
lython::GtE<long>::call(long, long) src/builtin/operators.inc 210 not called
lython::GtE<short>::call(short, short) src/builtin/operators.inc 210 not called
lython::GtE<signed char>::call(signed char, signed char) src/builtin/operators.inc 210 not called
lython::GtE<unsigned char>::call(unsigned char, unsigned char) src/builtin/operators.inc 210 not called
lython::GtE<unsigned int>::call(unsigned int, unsigned int) src/builtin/operators.inc 210 not called
lython::GtE<unsigned long>::call(unsigned long, unsigned long) src/builtin/operators.inc 210 not called
lython::GtE<unsigned short>::call(unsigned short, unsigned short) src/builtin/operators.inc 210 not called
lython::If* lython::GCObject::new_object<lython::If>() src/utilities/object.h 14 called 33 times
lython::If* lython::GCObject::new_root<lython::If>() src/utilities/object.h 27 called 33 times
lython::If::If() src/ast/nodes.h 906 called 33 times
lython::IfExp* lython::GCObject::new_object<lython::IfExp>() src/utilities/object.h 14 called 11 times
lython::IfExp* lython::GCObject::new_root<lython::IfExp>() src/utilities/object.h 27 called 11 times
lython::IfExp::IfExp() src/ast/nodes.h 490 called 11 times
lython::Import* lython::GCObject::new_object<lython::Import>() src/utilities/object.h 14 called 30 times
lython::Import* lython::GCObject::new_root<lython::Import>() src/utilities/object.h 27 called 30 times
lython::Import::Import() src/ast/nodes.h 954 called 30 times
lython::ImportError::ImportError(lython::StringRef const&, lython::StringRef const&) src/sema/errors.h 173 not called
lython::ImportError::message(std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&) src/sema/errors.cpp 81 not called
lython::ImportError::message[abi:cxx11]() const src/sema/errors.cpp 79 not called
lython::ImportFrom* lython::GCObject::new_object<lython::ImportFrom>() src/utilities/object.h 14 called 44 times
lython::ImportFrom* lython::GCObject::new_root<lython::ImportFrom>() src/utilities/object.h 27 called 44 times
lython::ImportFrom::ImportFrom() src/ast/nodes.h 962 called 44 times
lython::Inline* lython::GCObject::new_object<lython::Inline>() src/utilities/object.h 14 called 10 times
lython::Inline* lython::GCObject::new_root<lython::Inline>() src/utilities/object.h 27 called 10 times
lython::Inline::Inline() src/ast/nodes.h 688 called 10 times
lython::InstallCmd::InstallCmd() src/cli/commands/install.h 7 called 8 times
lython::InstallCmd::main(argparse::ArgumentParser const&) src/cli/commands/install.h 14 not called
lython::InstallCmd::parser() src/cli/commands/install.h 9 called 8 times
lython::InternalCmd::InternalCmd() src/cli/commands/internal.h 7 called 8 times
lython::InternalCmd::main(argparse::ArgumentParser const&) src/cli/commands/internal.cpp 39 called 1 time
lython::InternalCmd::main(argparse::ArgumentParser const&)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/cli/commands/internal.cpp 52 called 1 time
lython::InternalCmd::main(argparse::ArgumentParser const&)::{lambda(char const*, char const*)#2}::operator()(char const*, char const*) const src/cli/commands/internal.cpp 172 not called
lython::InternalCmd::parser() src/cli/commands/internal.h 9 called 8 times
lython::InvalidStatement* lython::GCObject::new_object<lython::InvalidStatement>() src/utilities/object.h 14 called 565 times
lython::InvalidStatement* lython::GCObject::new_root<lython::InvalidStatement>() src/utilities/object.h 27 called 565 times
lython::InvalidStatement::InvalidStatement() src/ast/nodes.h 681 called 565 times
lython::Invert<int>::call(int) src/builtin/operators.inc 30 not called
lython::Invert<long>::call(long) src/builtin/operators.inc 30 not called
lython::Invert<short>::call(short) src/builtin/operators.inc 30 not called
lython::Invert<signed char>::call(signed char) src/builtin/operators.inc 30 not called
lython::Invert<unsigned char>::call(unsigned char) src/builtin/operators.inc 30 not called
lython::Invert<unsigned int>::call(unsigned int) src/builtin/operators.inc 30 not called
lython::Invert<unsigned long>::call(unsigned long) src/builtin/operators.inc 30 not called
lython::Invert<unsigned short>::call(unsigned short) src/builtin/operators.inc 30 not called
lython::Is<double>::call(double, double) src/builtin/operators.inc 215 not called
lython::Is<float>::call(float, float) src/builtin/operators.inc 215 not called
lython::Is<int>::call(int, int) src/builtin/operators.inc 215 not called
lython::Is<long>::call(long, long) src/builtin/operators.inc 215 not called
lython::Is<short>::call(short, short) src/builtin/operators.inc 215 not called
lython::Is<signed char>::call(signed char, signed char) src/builtin/operators.inc 215 not called
lython::Is<unsigned char>::call(unsigned char, unsigned char) src/builtin/operators.inc 215 not called
lython::Is<unsigned int>::call(unsigned int, unsigned int) src/builtin/operators.inc 215 not called
lython::Is<unsigned long>::call(unsigned long, unsigned long) src/builtin/operators.inc 215 not called
lython::Is<unsigned short>::call(unsigned short, unsigned short) src/builtin/operators.inc 215 not called
lython::IsAttr::IsAttr(std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&) src/ast/ops/attribute.cpp 9 called 35 times
lython::IsAttr::annassign(lython::AnnAssign*) src/ast/ops/attribute.cpp 33 called 11 times
lython::IsAttr::assign(lython::Assign*) src/ast/ops/attribute.cpp 25 called 9 times
lython::IsAttr::classdef(lython::ClassDef*) src/ast/ops/attribute.cpp 46 called 3 times
lython::IsAttr::functiondef(lython::FunctionDef*) src/ast/ops/attribute.cpp 39 called 12 times
lython::IsAttr::isattr(lython::StmtNode*, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&) src/ast/ops/attribute.cpp 13 called 35 times
lython::IsAttr::lookup(lython::StmtNode*) src/ast/ops/attribute.cpp 53 called 35 times
lython::IsAttr::match(lython::ExprNode*) src/ast/ops/attribute.cpp 15 called 20 times
lython::IsNot<double>::call(double, double) src/builtin/operators.inc 220 not called
lython::IsNot<float>::call(float, float) src/builtin/operators.inc 220 not called
lython::IsNot<int>::call(int, int) src/builtin/operators.inc 220 not called
lython::IsNot<long>::call(long, long) src/builtin/operators.inc 220 not called
lython::IsNot<short>::call(short, short) src/builtin/operators.inc 220 not called
lython::IsNot<signed char>::call(signed char, signed char) src/builtin/operators.inc 220 not called
lython::IsNot<unsigned char>::call(unsigned char, unsigned char) src/builtin/operators.inc 220 not called
lython::IsNot<unsigned int>::call(unsigned int, unsigned int) src/builtin/operators.inc 220 not called
lython::IsNot<unsigned long>::call(unsigned long, unsigned long) src/builtin/operators.inc 220 not called
lython::IsNot<unsigned short>::call(unsigned short, unsigned short) src/builtin/operators.inc 220 not called
lython::JoinedStr* lython::GCObject::new_object<lython::JoinedStr>() src/utilities/object.h 14 called 33 times
lython::JoinedStr* lython::GCObject::new_root<lython::JoinedStr>() src/utilities/object.h 27 called 33 times
lython::JoinedStr::JoinedStr() src/ast/nodes.h 566 called 33 times
lython::LLVMGen::LLVMGen() src/codegen/llvm/llvm_gen.cpp 51 called 30 times
lython::LLVMGen::annassign(lython::AnnAssign*, int) src/codegen/llvm/llvm_gen.cpp 516 called 1 time
lython::LLVMGen::arraytype(lython::ArrayType*, int) src/codegen/llvm/llvm_gen.cpp 329 not called
lython::LLVMGen::arrow(lython::Arrow*, int) src/codegen/llvm/llvm_gen.cpp 330 not called
lython::LLVMGen::assertstmt(lython::Assert*, int) src/codegen/llvm/llvm_gen.cpp 661 not called
lython::LLVMGen::assign(lython::Assign*, int) src/codegen/llvm/llvm_gen.cpp 493 called 2 times
lython::LLVMGen::attribute(lython::Attribute*, int) src/codegen/llvm/llvm_gen.cpp 284 not called
lython::LLVMGen::augassign(lython::AugAssign*, int) src/codegen/llvm/llvm_gen.cpp 507 not called
lython::LLVMGen::await(lython::Await*, int) src/codegen/llvm/llvm_gen.cpp 238 not called
lython::LLVMGen::binary_operator(llvm::IRBuilder<llvm::ConstantFolder, llvm::IRBuilderDefaultInserter>*, lython::ExprNode*, lython::ExprNode*, int, int) src/codegen/llvm/llvm_gen.cpp 160 called 6 times
lython::LLVMGen::binary_operator(llvm::IRBuilder<llvm::ConstantFolder, llvm::IRBuilderDefaultInserter>*, lython::ExprNode*, lython::ExprNode*, int, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/codegen/llvm/llvm_gen.cpp 166 not called
lython::LLVMGen::binop(lython::BinOp*, int) src/codegen/llvm/llvm_gen.cpp 173 called 6 times
lython::LLVMGen::boolop(lython::BoolOp*, int) src/codegen/llvm/llvm_gen.cpp 178 called 3 times
lython::LLVMGen::breakstmt(lython::Break*, int) src/codegen/llvm/llvm_gen.cpp 671 not called
lython::LLVMGen::builtin_type(lython::StringRef) src/codegen/llvm/llvm_gen.cpp 424 not called
lython::LLVMGen::builtintype(lython::BuiltinType*, int) src/codegen/llvm/llvm_gen.cpp 331 not called
lython::LLVMGen::call(lython::Call*, int) src/codegen/llvm/llvm_gen.cpp 89 called 1 time
lython::LLVMGen::call(lython::Call*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/codegen/llvm/llvm_gen.cpp 101 not called
lython::LLVMGen::call(lython::Call*, int)::{lambda(char const*, char const*)#2}::operator()(char const*, char const*) const src/codegen/llvm/llvm_gen.cpp 112 not called
lython::LLVMGen::call(lython::Call*, int)::{lambda(char const*, char const*)#3}::operator()(char const*, char const*) const src/codegen/llvm/llvm_gen.cpp 117 called 1 time
lython::LLVMGen::call(lython::Call*, int)::{lambda(char const*, char const*)#4}::operator()(char const*, char const*) const src/codegen/llvm/llvm_gen.cpp 123 not called
lython::LLVMGen::classdef(lython::ClassDef*, int) src/codegen/llvm/llvm_gen.cpp 452 not called
lython::LLVMGen::classdef(lython::ClassDef*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/codegen/llvm/llvm_gen.cpp 460 not called
lython::LLVMGen::classtype(lython::ClassType*, int) src/codegen/llvm/llvm_gen.cpp 334 not called
lython::LLVMGen::comment(lython::Comment*, int) src/codegen/llvm/llvm_gen.cpp 335 not called
lython::LLVMGen::compare(lython::Compare*, int) src/codegen/llvm/llvm_gen.cpp 180 not called
lython::LLVMGen::constant(lython::Constant*, int) src/codegen/llvm/llvm_gen.cpp 243 called 13 times
lython::LLVMGen::continuestmt(lython::Continue*, int) src/codegen/llvm/llvm_gen.cpp 678 not called
lython::LLVMGen::deletestmt(lython::Delete*, int) src/codegen/llvm/llvm_gen.cpp 488 not called
lython::LLVMGen::dictcomp(lython::DictComp*, int) src/codegen/llvm/llvm_gen.cpp 237 not called
lython::LLVMGen::dictexpr(lython::DictExpr*, int) src/codegen/llvm/llvm_gen.cpp 232 not called
lython::LLVMGen::dicttype(lython::DictType*, int) src/codegen/llvm/llvm_gen.cpp 328 not called
lython::LLVMGen::dump() const src/codegen/llvm/llvm_gen.cpp 49 called 30 times
lython::LLVMGen::expression(lython::Expression*, int) src/codegen/llvm/llvm_gen.cpp 712 not called
lython::LLVMGen::exprstmt(lython::Expr*, int) src/codegen/llvm/llvm_gen.cpp 665 called 3 times
lython::LLVMGen::formattedvalue(lython::FormattedValue*, int) src/codegen/llvm/llvm_gen.cpp 242 not called
lython::LLVMGen::forstmt(lython::For*, int) src/codegen/llvm/llvm_gen.cpp 528 not called
lython::LLVMGen::functiondef(lython::FunctionDef*, int) src/codegen/llvm/llvm_gen.cpp 337 called 31 times
lython::LLVMGen::functiontype(lython::FunctionType*, int) src/codegen/llvm/llvm_gen.cpp 711 not called
lython::LLVMGen::generateexpr(lython::GeneratorExp*, int) src/codegen/llvm/llvm_gen.cpp 235 not called
lython::LLVMGen::global(lython::Global*, int) src/codegen/llvm/llvm_gen.cpp 662 not called
lython::LLVMGen::ifexp(lython::IfExp*, int) src/codegen/llvm/llvm_gen.cpp 188 not called
lython::LLVMGen::ifstmt(lython::If*, int) src/codegen/llvm/llvm_gen.cpp 583 called 1 time
lython::LLVMGen::import(lython::Import*, int) src/codegen/llvm/llvm_gen.cpp 692 not called
lython::LLVMGen::importfrom(lython::ImportFrom*, int) src/codegen/llvm/llvm_gen.cpp 693 not called
lython::LLVMGen::inlinestmt(lython::Inline*, int) src/codegen/llvm/llvm_gen.cpp 686 not called
lython::LLVMGen::interactive(lython::Interactive*, int) src/codegen/llvm/llvm_gen.cpp 710 not called
lython::LLVMGen::invalidstmt(lython::InvalidStatement*, int) src/codegen/llvm/llvm_gen.cpp 477 not called
lython::LLVMGen::joinedstr(lython::JoinedStr*, int) src/codegen/llvm/llvm_gen.cpp 241 not called
lython::LLVMGen::lambda(lython::Lambda*, int) src/codegen/llvm/llvm_gen.cpp 187 not called
lython::LLVMGen::listcomp(lython::ListComp*, int) src/codegen/llvm/llvm_gen.cpp 234 not called
lython::LLVMGen::listexpr(lython::ListExpr*, int) src/codegen/llvm/llvm_gen.cpp 325 not called
lython::LLVMGen::match(lython::Match*, int) src/codegen/llvm/llvm_gen.cpp 685 called 2 times
lython::LLVMGen::matchas(lython::MatchAs*, int) src/codegen/llvm/llvm_gen.cpp 701 not called
lython::LLVMGen::matchclass(lython::MatchClass*, int) src/codegen/llvm/llvm_gen.cpp 699 not called
lython::LLVMGen::matchmapping(lython::MatchMapping*, int) src/codegen/llvm/llvm_gen.cpp 698 not called
lython::LLVMGen::matchor(lython::MatchOr*, int) src/codegen/llvm/llvm_gen.cpp 702 not called
lython::LLVMGen::matchsequence(lython::MatchSequence*, int) src/codegen/llvm/llvm_gen.cpp 697 not called
lython::LLVMGen::matchsingleton(lython::MatchSingleton*, int) src/codegen/llvm/llvm_gen.cpp 696 not called
lython::LLVMGen::matchstar(lython::MatchStar*, int) src/codegen/llvm/llvm_gen.cpp 700 not called
lython::LLVMGen::matchvalue(lython::MatchValue*, int) src/codegen/llvm/llvm_gen.cpp 695 not called
lython::LLVMGen::module(lython::Module*, int) src/codegen/llvm/llvm_gen.cpp 704 called 30 times
lython::LLVMGen::name(lython::Name*, int) src/codegen/llvm/llvm_gen.cpp 288 called 20 times
lython::LLVMGen::name(lython::Name*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/codegen/llvm/llvm_gen.cpp 305 called 17 times
lython::LLVMGen::namedexpr(lython::NamedExpr*, int) src/codegen/llvm/llvm_gen.cpp 182 not called
lython::LLVMGen::nonlocal(lython::Nonlocal*, int) src/codegen/llvm/llvm_gen.cpp 663 not called
lython::LLVMGen::pass(lython::Pass*, int) src/codegen/llvm/llvm_gen.cpp 670 called 1 time
lython::LLVMGen::raise(lython::Raise*, int) src/codegen/llvm/llvm_gen.cpp 628 not called
lython::LLVMGen::retrieve_type(lython::ExprNode*, int) src/codegen/llvm/llvm_gen.cpp 442 not called
lython::LLVMGen::retrieve_type(lython::ExprNode*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/codegen/llvm/llvm_gen.cpp 443 not called
lython::LLVMGen::returnstmt(lython::Return*, int) src/codegen/llvm/llvm_gen.cpp 478 called 26 times
lython::LLVMGen::setcomp(lython::SetComp*, int) src/codegen/llvm/llvm_gen.cpp 236 not called
lython::LLVMGen::setexpr(lython::SetExpr*, int) src/codegen/llvm/llvm_gen.cpp 233 not called
lython::LLVMGen::settype(lython::SetType*, int) src/codegen/llvm/llvm_gen.cpp 333 not called
lython::LLVMGen::slice(lython::Slice*, int) src/codegen/llvm/llvm_gen.cpp 327 not called
lython::LLVMGen::starred(lython::Starred*, int) src/codegen/llvm/llvm_gen.cpp 286 not called
lython::LLVMGen::subscript(lython::Subscript*, int) src/codegen/llvm/llvm_gen.cpp 285 not called
lython::LLVMGen::trystmt(lython::Try*, int) src/codegen/llvm/llvm_gen.cpp 640 not called
lython::LLVMGen::tupleexpr(lython::TupleExpr*, int) src/codegen/llvm/llvm_gen.cpp 326 called 1 time
lython::LLVMGen::tupletype(lython::TupleType*, int) src/codegen/llvm/llvm_gen.cpp 332 not called
lython::LLVMGen::unaryop(lython::UnaryOp*, int) src/codegen/llvm/llvm_gen.cpp 179 called 4 times
lython::LLVMGen::whilestmt(lython::While*, int) src/codegen/llvm/llvm_gen.cpp 576 not called
lython::LLVMGen::with(lython::With*, int) src/codegen/llvm/llvm_gen.cpp 627 not called
lython::LLVMGen::yield(lython::Yield*, int) src/codegen/llvm/llvm_gen.cpp 239 called 3 times
lython::LLVMGen::yieldfrom(lython::YieldFrom*, int) src/codegen/llvm/llvm_gen.cpp 240 not called
lython::LLVMGen::~LLVMGen() src/codegen/llvm/llvm_gen.cpp 71 called 30 times
lython::LShift<int>::call(int, int) src/builtin/operators.inc 105 not called
lython::LShift<long>::call(long, long) src/builtin/operators.inc 105 not called
lython::LShift<short>::call(short, short) src/builtin/operators.inc 105 not called
lython::LShift<signed char>::call(signed char, signed char) src/builtin/operators.inc 105 not called
lython::LShift<unsigned char>::call(unsigned char, unsigned char) src/builtin/operators.inc 105 not called
lython::LShift<unsigned int>::call(unsigned int, unsigned int) src/builtin/operators.inc 105 not called
lython::LShift<unsigned long>::call(unsigned long, unsigned long) src/builtin/operators.inc 105 not called
lython::LShift<unsigned short>::call(unsigned short, unsigned short) src/builtin/operators.inc 105 not called
lython::Lambda* lython::GCObject::new_object<lython::Lambda>() src/utilities/object.h 14 called 9 times
lython::Lambda* lython::GCObject::new_root<lython::Lambda>() src/utilities/object.h 27 called 9 times
lython::Lambda::Lambda() src/ast/nodes.h 482 called 9 times
lython::Lexer::Lexer(lython::AbstractBuffer&) src/lexer/lexer.h 160 called 1 time
lython::Lexer::col() src/lexer/lexer.h 217 called 12340 times
lython::Lexer::consume() src/lexer/lexer.h 219 called 3524 times
lython::Lexer::empty_line() src/lexer/lexer.h 221 called 4206 times
lython::Lexer::file_name[abi:cxx11]() src/lexer/lexer.h 199 called 21 times
lython::Lexer::format_tokenizer() src/lexer/lexer.cpp 106 called 195 times
lython::Lexer::get_mode() const src/lexer/lexer.cpp 98 called 55 times
lython::Lexer::indent() src/lexer/lexer.h 218 called 2 times
lython::Lexer::is_identifier(char) src/lexer/lexer.h 232 called 10425 times
lython::Lexer::line() src/lexer/lexer.h 216 called 12340 times
lython::Lexer::make_token(signed char) src/lexer/lexer.h 188 called 7174 times
lython::Lexer::make_token(signed char, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&) src/lexer/lexer.h 193 called 5166 times
lython::Lexer::next_token() src/lexer/lexer.cpp 113 called 12838 times
lython::Lexer::nextc() src/lexer/lexer.h 226 called 23828 times
lython::Lexer::peek() src/lexer/lexer.h 220 called 21432 times
lython::Lexer::peek_token() src/lexer/lexer.h 176 called 154 times
lython::Lexer::peekc() const src/lexer/lexer.h 200 called 40 times
lython::Lexer::set_mode(int) src/lexer/lexer.cpp 102 called 110 times
lython::Lexer::token() src/lexer/lexer.h 165 called 108453 times
lython::Lexer::~Lexer() src/lexer/lexer.h 163 called 1 time
lython::LexerOperators::LexerOperators() src/lexer/lexer.h 60 called 1 time
lython::LexerOperators::match(int) const src/lexer/lexer.h 66 called 3762 times
lython::LinterCmd::LinterCmd() src/cli/commands/linter.h 8 called 8 times
lython::LinterCmd::main(argparse::ArgumentParser const&) src/cli/commands/linter.h 15 not called
lython::LinterCmd::parser() src/cli/commands/linter.h 10 called 8 times
lython::ListComp* lython::GCObject::new_object<lython::ListComp>() src/utilities/object.h 14 called 14 times
lython::ListComp* lython::GCObject::new_root<lython::ListComp>() src/utilities/object.h 27 called 14 times
lython::ListComp::ListComp() src/ast/nodes.h 510 called 14 times
lython::ListExpr* lython::GCObject::new_object<lython::ListExpr>() src/utilities/object.h 14 called 31 times
lython::ListExpr* lython::GCObject::new_root<lython::ListExpr>() src/utilities/object.h 27 called 31 times
lython::ListExpr::ListExpr() src/ast/nodes.h 623 called 31 times
lython::Lt<double>::call(double, double) src/builtin/operators.inc 195 not called
lython::Lt<float>::call(float, float) src/builtin/operators.inc 195 not called
lython::Lt<int>::call(int, int) src/builtin/operators.inc 195 called 6 times
lython::Lt<long>::call(long, long) src/builtin/operators.inc 195 not called
lython::Lt<short>::call(short, short) src/builtin/operators.inc 195 not called
lython::Lt<signed char>::call(signed char, signed char) src/builtin/operators.inc 195 not called
lython::Lt<unsigned char>::call(unsigned char, unsigned char) src/builtin/operators.inc 195 not called
lython::Lt<unsigned int>::call(unsigned int, unsigned int) src/builtin/operators.inc 195 not called
lython::Lt<unsigned long>::call(unsigned long, unsigned long) src/builtin/operators.inc 195 not called
lython::Lt<unsigned short>::call(unsigned short, unsigned short) src/builtin/operators.inc 195 not called
lython::LtE<double>::call(double, double) src/builtin/operators.inc 200 not called
lython::LtE<float>::call(float, float) src/builtin/operators.inc 200 not called
lython::LtE<int>::call(int, int) src/builtin/operators.inc 200 not called
lython::LtE<long>::call(long, long) src/builtin/operators.inc 200 not called
lython::LtE<short>::call(short, short) src/builtin/operators.inc 200 not called
lython::LtE<signed char>::call(signed char, signed char) src/builtin/operators.inc 200 not called
lython::LtE<unsigned char>::call(unsigned char, unsigned char) src/builtin/operators.inc 200 not called
lython::LtE<unsigned int>::call(unsigned int, unsigned int) src/builtin/operators.inc 200 not called
lython::LtE<unsigned long>::call(unsigned long, unsigned long) src/builtin/operators.inc 200 not called
lython::LtE<unsigned short>::call(unsigned short, unsigned short) src/builtin/operators.inc 200 not called
lython::Match* lython::GCObject::new_object<lython::Match>() src/utilities/object.h 14 called 141 times
lython::Match* lython::GCObject::new_root<lython::Match>() src/utilities/object.h 27 called 141 times
lython::Match::Match() src/ast/nodes.h 1002 called 141 times
lython::MatchAs* lython::GCObject::new_object<lython::MatchAs>() src/utilities/object.h 14 called 57 times
lython::MatchAs* lython::GCObject::new_root<lython::MatchAs>() src/utilities/object.h 27 called 57 times
lython::MatchAs::MatchAs() src/ast/nodes.h 322 called 57 times
lython::MatchClass* lython::GCObject::new_object<lython::MatchClass>() src/utilities/object.h 14 called 35 times
lython::MatchClass* lython::GCObject::new_root<lython::MatchClass>() src/utilities/object.h 27 called 35 times
lython::MatchClass::MatchClass() src/ast/nodes.h 309 called 35 times
lython::MatchMapping* lython::GCObject::new_object<lython::MatchMapping>() src/utilities/object.h 14 called 45 times
lython::MatchMapping* lython::GCObject::new_root<lython::MatchMapping>() src/utilities/object.h 27 called 45 times
lython::MatchMapping::MatchMapping() src/ast/nodes.h 300 called 45 times
lython::MatchOr* lython::GCObject::new_object<lython::MatchOr>() src/utilities/object.h 14 called 46 times
lython::MatchOr* lython::GCObject::new_root<lython::MatchOr>() src/utilities/object.h 27 called 46 times
lython::MatchOr::MatchOr() src/ast/nodes.h 328 called 46 times
lython::MatchSequence* lython::GCObject::new_object<lython::MatchSequence>() src/utilities/object.h 14 called 111 times
lython::MatchSequence* lython::GCObject::new_root<lython::MatchSequence>() src/utilities/object.h 27 called 111 times
lython::MatchSequence::MatchSequence() src/ast/nodes.h 291 called 111 times
lython::MatchSingleton* lython::GCObject::new_object<lython::MatchSingleton>() src/utilities/object.h 14 called 136 times
lython::MatchSingleton* lython::GCObject::new_root<lython::MatchSingleton>() src/utilities/object.h 27 called 136 times
lython::MatchSingleton::MatchSingleton() src/ast/nodes.h 285 called 136 times
lython::MatchStar* lython::GCObject::new_object<lython::MatchStar>() src/utilities/object.h 14 called 13 times
lython::MatchStar* lython::GCObject::new_root<lython::MatchStar>() src/utilities/object.h 27 called 13 times
lython::MatchStar::MatchStar() src/ast/nodes.h 315 called 13 times
lython::MatchValue* lython::GCObject::new_object<lython::MatchValue>() src/utilities/object.h 14 called 292 times
lython::MatchValue* lython::GCObject::new_root<lython::MatchValue>() src/utilities/object.h 27 called 292 times
lython::MatchValue::MatchValue() src/ast/nodes.h 279 called 292 times
lython::Mod<double>::call(double, double) src/builtin/operators.inc 135 not called
lython::Mod<float>::call(float, float) src/builtin/operators.inc 130 not called
lython::Mod<int>::call(int, int) src/builtin/operators.inc 125 not called
lython::Mod<long>::call(long, long) src/builtin/operators.inc 125 not called
lython::Mod<short>::call(short, short) src/builtin/operators.inc 125 not called
lython::Mod<signed char>::call(signed char, signed char) src/builtin/operators.inc 125 not called
lython::Mod<unsigned char>::call(unsigned char, unsigned char) src/builtin/operators.inc 125 not called
lython::Mod<unsigned int>::call(unsigned int, unsigned int) src/builtin/operators.inc 125 not called
lython::Mod<unsigned long>::call(unsigned long, unsigned long) src/builtin/operators.inc 125 not called
lython::Mod<unsigned short>::call(unsigned short, unsigned short) src/builtin/operators.inc 125 not called
lython::ModNode::ModNode(lython::NodeKind) src/ast/nodes.h 66 called 1 time
lython::ModNode::family() const src/ast/nodes.h 68 called 1 time
lython::Module::Module() src/ast/nodes.h 649 called 1 time
lython::ModuleNotFoundError::ModuleNotFoundError(lython::StringRef const&) src/sema/errors.h 163 called 8 times
lython::ModuleNotFoundError::message(std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&) src/sema/errors.cpp 75 called 20 times
lython::ModuleNotFoundError::message[abi:cxx11]() const src/sema/errors.cpp 73 called 8 times
lython::Module_t() src/sema/builtin.cpp 17 called 236 times
lython::Mult<double>::call(double, double) src/builtin/operators.inc 115 not called
lython::Mult<float>::call(float, float) src/builtin/operators.inc 115 not called
lython::Mult<int>::call(int, int) src/builtin/operators.inc 115 called 2 times
lython::Mult<long>::call(long, long) src/builtin/operators.inc 115 not called
lython::Mult<short>::call(short, short) src/builtin/operators.inc 115 not called
lython::Mult<signed char>::call(signed char, signed char) src/builtin/operators.inc 115 not called
lython::Mult<unsigned char>::call(unsigned char, unsigned char) src/builtin/operators.inc 115 not called
lython::Mult<unsigned int>::call(unsigned int, unsigned int) src/builtin/operators.inc 115 not called
lython::Mult<unsigned long>::call(unsigned long, unsigned long) src/builtin/operators.inc 115 not called
lython::Mult<unsigned short>::call(unsigned short, unsigned short) src/builtin/operators.inc 115 not called
lython::Name* lython::GCObject::new_object<lython::Name>() src/utilities/object.h 14 called 3907 times
lython::Name* lython::GCObject::new_root<lython::Name>() src/utilities/object.h 27 called 3907 times
lython::Name::Name() src/ast/nodes.h 616 called 3907 times
lython::NameError::NameError(lython::Node*, lython::StringRef) src/sema/errors.h 98 called 384 times
lython::NameError::message[abi:cxx11]() const src/sema/errors.cpp 55 called 668 times
lython::NamedExpr* lython::GCObject::new_object<lython::NamedExpr>() src/utilities/object.h 14 called 7 times
lython::NamedExpr* lython::GCObject::new_root<lython::NamedExpr>() src/utilities/object.h 27 called 7 times
lython::NamedExpr::NamedExpr() src/ast/nodes.h 447 called 7 times
lython::NativeObject* const& lython::ConstantValue::get<lython::NativeObject*>() const src/ast/constant.h 244 called 6 times
lython::NativeObject::is_native() const src/ast/values/native.h 12 not called
lython::NoNewLine::NoNewLine(std::ostream&) src/parser/parsing_error.h 71 called 136 times
lython::NoNewLine::sync() src/parser/parsing_error.h 73 called 136 times
lython::Node::Node(lython::NodeKind) src/ast/nodes.h 51 called 75 times
lython::Node::__str__[abi:cxx11]() const src/ast/ops/print.cpp 1118 called 2850 times
lython::Node::__str__[abi:cxx11]() const::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/ops/print.cpp 1121 not called
lython::Node::get_parent() const src/ast/nodes.h 62 called 1139 times
lython::NodeKind lython::nodekind<lython::AnnAssign>() src/ast/nodes.h 44 called 11 times
lython::NodeKind lython::nodekind<lython::Arrow>() src/ast/nodes.h 44 called 33 times
lython::NodeKind lython::nodekind<lython::Assign>() src/ast/nodes.h 44 called 13 times
lython::NodeKind lython::nodekind<lython::Attribute>() src/ast/nodes.h 44 called 8 times
lython::NodeKind lython::nodekind<lython::BoolOp>() src/ast/nodes.h 44 called 2 times
lython::NodeKind lython::nodekind<lython::BuiltinType>() src/ast/nodes.h 44 called 11 times
lython::NodeKind lython::nodekind<lython::ClassDef>() src/ast/nodes.h 44 called 17 times
lython::NodeKind lython::nodekind<lython::Compare>() src/ast/nodes.h 44 called 23 times
lython::NodeKind lython::nodekind<lython::Constant>() src/ast/nodes.h 44 called 393 times
lython::NodeKind lython::nodekind<lython::Expr>() src/ast/nodes.h 44 called 9 times
lython::NodeKind lython::nodekind<lython::FunctionDef>() src/ast/nodes.h 44 called 72 times
lython::NodeKind lython::nodekind<lython::Name>() src/ast/nodes.h 44 called 85 times
lython::NodeKind lython::nodekind<lython::TupleExpr>() src/ast/nodes.h 44 called 42 times
lython::NodeKind lython::nodekind<lython::TupleType>() src/ast/nodes.h 44 not called
lython::None() src/sema/builtin.cpp 21 called 337 times
lython::None_t() src/sema/builtin.cpp 17 called 529 times
lython::Nonlocal* lython::GCObject::new_object<lython::Nonlocal>() src/utilities/object.h 14 called 6 times
lython::Nonlocal* lython::GCObject::new_root<lython::Nonlocal>() src/utilities/object.h 27 called 6 times
lython::Nonlocal::Nonlocal() src/ast/nodes.h 974 called 6 times
lython::Not<int>::call(int) src/builtin/operators.inc 35 not called
lython::Not<long>::call(long) src/builtin/operators.inc 35 not called
lython::Not<short>::call(short) src/builtin/operators.inc 35 not called
lython::Not<signed char>::call(signed char) src/builtin/operators.inc 35 not called
lython::Not<unsigned char>::call(unsigned char) src/builtin/operators.inc 35 not called
lython::Not<unsigned int>::call(unsigned int) src/builtin/operators.inc 35 not called
lython::Not<unsigned long>::call(unsigned long) src/builtin/operators.inc 35 not called
lython::Not<unsigned short>::call(unsigned short) src/builtin/operators.inc 35 not called
lython::NotAllowedEpxr* lython::GCObject::new_object<lython::NotAllowedEpxr>() src/utilities/object.h 14 not called
lython::NotAllowedEpxr* lython::GCObject::new_root<lython::NotAllowedEpxr>() src/utilities/object.h 27 not called
lython::NotAllowedEpxr::NotAllowedEpxr() src/ast/nodes.h 1015 not called
lython::NotEq<double>::call(double, double) src/builtin/operators.inc 190 not called
lython::NotEq<float>::call(float, float) src/builtin/operators.inc 190 not called
lython::NotEq<int>::call(int, int) src/builtin/operators.inc 190 not called
lython::NotEq<long>::call(long, long) src/builtin/operators.inc 190 not called
lython::NotEq<short>::call(short, short) src/builtin/operators.inc 190 not called
lython::NotEq<signed char>::call(signed char, signed char) src/builtin/operators.inc 190 not called
lython::NotEq<unsigned char>::call(unsigned char, unsigned char) src/builtin/operators.inc 190 not called
lython::NotEq<unsigned int>::call(unsigned int, unsigned int) src/builtin/operators.inc 190 not called
lython::NotEq<unsigned long>::call(unsigned long, unsigned long) src/builtin/operators.inc 190 not called
lython::NotEq<unsigned short>::call(unsigned short, unsigned short) src/builtin/operators.inc 190 not called
lython::NotImplementedExpr* lython::GCObject::new_object<lython::NotImplementedExpr>() src/utilities/object.h 14 not called
lython::NotImplementedExpr* lython::GCObject::new_root<lython::NotImplementedExpr>() src/utilities/object.h 27 not called
lython::NotImplementedExpr::NotImplementedExpr() src/ast/nodes.h 1011 not called
lython::NotImplementedStmt* lython::GCObject::new_object<lython::NotImplementedStmt>() src/utilities/object.h 14 not called
lython::NotImplementedStmt* lython::GCObject::new_root<lython::NotImplementedStmt>() src/utilities/object.h 27 not called
lython::NotImplementedStmt::NotImplementedStmt() src/ast/nodes.h 1007 not called
lython::Object* lython::GCObject::new_object<lython::Object>() src/utilities/object.h 14 called 2 times
lython::Object* lython::GCObject::new_root<lython::Object>() src/utilities/object.h 27 called 2 times
lython::Object::is_native() const src/ast/values/object.h 23 not called
lython::OpConfig::print(std::ostream&) const src/lexer/lexer.h 47 not called
lython::Optional<int>::Optional() src/utilities/optional.h 25 called 20872 times
lython::Optional<int>::Optional(lython::Optional<int> const&) src/utilities/optional.h 27 called 1930 times
lython::Optional<int>::has_value() const src/utilities/optional.h 69 called 2487 times
lython::Optional<int>::holder_t::holder_t() src/utilities/optional.h 102 called 22802 times
lython::Optional<int>::holder_t::~holder_t() src/utilities/optional.h 103 called 22220 times
lython::Optional<int>::operator=(int const&) src/utilities/optional.h 42 called 6865 times
lython::Optional<int>::operator=(lython::Optional<int> const&) src/utilities/optional.h 47 not called
lython::Optional<int>::set_data(int const&) src/utilities/optional.h 83 called 7053 times
lython::Optional<int>::value() const src/utilities/optional.h 71 called 1697 times
lython::Optional<int>::~Optional() src/utilities/optional.h 63 called 22220 times
lython::Optional<lython::Arg>::Optional() src/utilities/optional.h 25 called 888 times
lython::Optional<lython::Arg>::has_value() const src/utilities/optional.h 69 called 113 times
lython::Optional<lython::Arg>::holder_t::holder_t() src/utilities/optional.h 102 called 888 times
lython::Optional<lython::Arg>::holder_t::~holder_t() src/utilities/optional.h 103 called 876 times
lython::Optional<lython::Arg>::operator=(lython::Arg const&) src/utilities/optional.h 42 called 39 times
lython::Optional<lython::Arg>::operator=(lython::Optional<lython::Arg> const&) src/utilities/optional.h 47 called 378 times
lython::Optional<lython::Arg>::set_data(lython::Arg const&) src/utilities/optional.h 83 called 69 times
lython::Optional<lython::Arg>::value() const src/utilities/optional.h 71 called 8 times
lython::Optional<lython::Arg>::~Optional() src/utilities/optional.h 63 called 876 times
lython::Optional<lython::ConversionKind>::Optional<lython::ConversionKind, true>(lython::ConversionKind const&) src/utilities/optional.h 21 called 15 times
lython::Optional<lython::ConversionKind>::has_value() const src/utilities/optional.h 69 called 9 times
lython::Optional<lython::ConversionKind>::holder_t::holder_t() src/utilities/optional.h 102 called 15 times
lython::Optional<lython::ConversionKind>::holder_t::~holder_t() src/utilities/optional.h 103 called 15 times
lython::Optional<lython::ConversionKind>::value() const src/utilities/optional.h 71 called 6 times
lython::Optional<lython::ConversionKind>::~Optional() src/utilities/optional.h 63 called 15 times
lython::Optional<lython::Docstring>::Optional() src/utilities/optional.h 25 called 292 times
lython::Optional<lython::Docstring>::has_value() const src/utilities/optional.h 69 called 56 times
lython::Optional<lython::Docstring>::holder_t::holder_t() src/utilities/optional.h 102 called 292 times
lython::Optional<lython::Docstring>::holder_t::~holder_t() src/utilities/optional.h 103 called 280 times
lython::Optional<lython::Docstring>::operator=(lython::Docstring const&) src/utilities/optional.h 42 called 18 times
lython::Optional<lython::Docstring>::set_data(lython::Docstring const&) src/utilities/optional.h 83 called 18 times
lython::Optional<lython::Docstring>::value() const src/utilities/optional.h 71 called 9 times
lython::Optional<lython::Docstring>::~Optional() src/utilities/optional.h 63 called 280 times
lython::Optional<lython::ExprNode*> lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::exec<lython::ExprNode*, lython::ExprNode*>(lython::Optional<lython::ExprNode*>&, int) src/ast/visitor.h 91 called 185 times
lython::Optional<lython::ExprNode*> lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::exec<lython::ExprNode*, lython::Pattern*>(lython::Optional<lython::Pattern*>&, int) src/ast/visitor.h 91 called 2 times
lython::Optional<lython::ExprNode*> lython::none<lython::ExprNode*>() src/utilities/optional.h 110 called 26 times
lython::Optional<lython::ExprNode*> lython::some<lython::ExprNode*>(lython::ExprNode* const&) src/utilities/optional.h 115 called 161 times
lython::Optional<lython::ExprNode*>::Optional() src/utilities/optional.h 25 called 1430 times
lython::Optional<lython::ExprNode*>::Optional(lython::Optional<lython::ExprNode*> const&) src/utilities/optional.h 27 called 1254 times
lython::Optional<lython::ExprNode*>::Optional<lython::ExprNode*, true>(lython::ExprNode* const&) src/utilities/optional.h 12 called 249 times
lython::Optional<lython::ExprNode*>::fold(lython::ExprNode* const&) const src/utilities/optional.h 75 called 43 times
lython::Optional<lython::ExprNode*>::has_value() const src/utilities/optional.h 69 called 1216 times
lython::Optional<lython::ExprNode*>::holder_t::holder_t() src/utilities/optional.h 102 called 2933 times
lython::Optional<lython::ExprNode*>::holder_t::~holder_t() src/utilities/optional.h 103 called 2910 times
lython::Optional<lython::ExprNode*>::operator=(lython::ExprNode* const&) src/utilities/optional.h 42 called 673 times
lython::Optional<lython::ExprNode*>::operator=(lython::Optional<lython::ExprNode*> const&) src/utilities/optional.h 47 not called
lython::Optional<lython::ExprNode*>::set_data(lython::ExprNode* const&) src/utilities/optional.h 83 called 1169 times
lython::Optional<lython::ExprNode*>::value() src/utilities/optional.h 73 called 530 times
lython::Optional<lython::ExprNode*>::value() const src/utilities/optional.h 71 called 355 times
lython::Optional<lython::ExprNode*>::~Optional() src/utilities/optional.h 63 called 2910 times
lython::Optional<lython::Pattern*>::Optional() src/utilities/optional.h 25 called 57 times
lython::Optional<lython::Pattern*>::has_value() const src/utilities/optional.h 69 called 9 times
lython::Optional<lython::Pattern*>::holder_t::holder_t() src/utilities/optional.h 102 called 57 times
lython::Optional<lython::Pattern*>::holder_t::~holder_t() src/utilities/optional.h 103 called 57 times
lython::Optional<lython::Pattern*>::operator=(lython::Pattern* const&) src/utilities/optional.h 42 called 57 times
lython::Optional<lython::Pattern*>::set_data(lython::Pattern* const&) src/utilities/optional.h 83 called 57 times
lython::Optional<lython::Pattern*>::value() src/utilities/optional.h 73 called 2 times
lython::Optional<lython::Pattern*>::value() const src/utilities/optional.h 71 called 6 times
lython::Optional<lython::Pattern*>::~Optional() src/utilities/optional.h 63 called 57 times
lython::Optional<lython::StringRef>::Optional() src/utilities/optional.h 25 called 322 times
lython::Optional<lython::StringRef>::Optional(lython::Optional<lython::StringRef> const&) src/utilities/optional.h 27 called 218 times
lython::Optional<lython::StringRef>::has_value() const src/utilities/optional.h 69 called 126 times
lython::Optional<lython::StringRef>::holder_t::holder_t() src/utilities/optional.h 102 called 540 times
lython::Optional<lython::StringRef>::holder_t::~holder_t() src/utilities/optional.h 103 called 540 times
lython::Optional<lython::StringRef>::operator=(lython::StringRef const&) src/utilities/optional.h 42 called 271 times
lython::Optional<lython::StringRef>::operator==(lython::Optional<lython::StringRef> const&) const src/utilities/optional.h 54 called 10 times
lython::Optional<lython::StringRef>::set_data(lython::StringRef const&) src/utilities/optional.h 83 called 476 times
lython::Optional<lython::StringRef>::value() src/utilities/optional.h 73 called 22 times
lython::Optional<lython::StringRef>::value() const src/utilities/optional.h 71 called 84 times
lython::Optional<lython::StringRef>::~Optional() src/utilities/optional.h 63 called 540 times
lython::Optional<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > >::Optional() src/utilities/optional.h 25 called 28 times
lython::Optional<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > >::Optional(lython::Optional<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > > const&) src/utilities/optional.h 27 called 868 times
lython::Optional<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > >::holder_t::holder_t() src/utilities/optional.h 102 called 34 times
lython::Optional<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > >::holder_t::~holder_t() src/utilities/optional.h 103 called 43 times
lython::Optional<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > >::operator=(lython::Optional<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > > const&) src/utilities/optional.h 47 not called
lython::Optional<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > >::set_data(std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&) src/utilities/optional.h 83 not called
lython::Optional<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > >::~Optional() src/utilities/optional.h 63 called 43 times
lython::Or<bool>::call(bool, bool) src/builtin/operators.inc 145 not called
lython::Parser::Parser(lython::AbstractLexer&) src/parser/parser.h 55 called 1 time
lython::Parser::add_inline_comment(lython::StmtNode*, int) src/parser/parser.h 217 called 578 times
lython::Parser::allow_slice() const src/parser/parser.h 294 called 1087 times
lython::Parser::async() const src/parser/parser.h 267 called 136 times
lython::Parser::context() const src/parser/parser.h 276 called 3580 times
lython::Parser::end_code_loc(lython::CommonAttributes*, lython::Token) src/parser/parser.cpp 43 called 6865 times
lython::Parser::ensure_valid() src/parser/parser.cpp 53 not called
lython::Parser::error_recovery(lython::ParsingError*) src/parser/parser.cpp 2101 called 565 times
lython::Parser::error_recovery(lython::ParsingError*)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/parser/parser.cpp 2117 called 39 times
lython::Parser::expect_comment_or_newline(lython::StmtNode*, int, lython::CodeLocation const&) src/parser/parser.cpp 440 called 533 times
lython::Parser::expect_newline(lython::Node*, lython::CodeLocation const&) src/parser/parser.cpp 256 called 921 times
lython::Parser::expect_operator(std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&, bool, lython::Node*, lython::CodeLocation const&) src/parser/parser.cpp 97 not called
lython::Parser::expect_operator(std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&, bool, lython::Node*, lython::CodeLocation const&)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/parser/parser.cpp 103 not called
lython::Parser::expect_token(int, bool, lython::Node*, lython::CodeLocation const&) src/parser/parser.cpp 76 called 9679 times
lython::Parser::expect_tokens(std::vector<int, lython::Allocator<int, lython::device::CPU> > const&, bool, lython::Node*, lython::CodeLocation const&) src/parser/parser.cpp 120 called 13917 times
lython::Parser::get_identifier[abi:cxx11]() const src/parser/parser.h 260 called 4778 times
lython::Parser::get_operator_config(lython::Token const&) const src/parser/parser.cpp 80 called 896 times
lython::Parser::get_value(lython::Node*) src/parser/parser.cpp 1468 called 780 times
lython::Parser::get_value(lython::Node*)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/parser/parser.cpp 1471 not called
lython::Parser::has_errors() const src/parser/parser.h 72 called 1 time
lython::Parser::is_binary_operator_family(lython::OpConfig const&) src/parser/parser.cpp 92 called 309 times
lython::Parser::is_tok_statement_ender() const src/parser/parser.cpp 251 called 508 times
lython::Parser::is_valid_value() src/parser/parser.cpp 1439 called 780 times
lython::Parser::next_token() src/parser/parser.cpp 2849 called 19696 times
lython::Parser::parse_alias(lython::Node*, std::vector<lython::Alias, lython::Allocator<lython::Alias, lython::device::CPU> >&, int) src/parser/parser.cpp 1145 called 68 times
lython::Parser::parse_alias(lython::Node*, std::vector<lython::Alias, lython::Allocator<lython::Alias, lython::device::CPU> >&, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/parser/parser.cpp 1146 called 68 times
lython::Parser::parse_alias(lython::Node*, std::vector<lython::Alias, lython::Allocator<lython::Alias, lython::device::CPU> >&, int)::{lambda(char const*, char const*)#2}::operator()(char const*, char const*) const src/parser/parser.cpp 1157 called 119 times
lython::Parser::parse_alias(lython::Node*, std::vector<lython::Alias, lython::Allocator<lython::Alias, lython::device::CPU> >&, int)::{lambda(char const*, char const*)#3}::operator()(char const*, char const*) const src/parser/parser.cpp 1166 called 6 times
lython::Parser::parse_alias(lython::Node*, std::vector<lython::Alias, lython::Allocator<lython::Alias, lython::device::CPU> >&, int)::{lambda(char const*, char const*)#4}::operator()(char const*, char const*) const src/parser/parser.cpp 1180 called 4 times
lython::Parser::parse_annassign(lython::Node*, lython::ExprNode*, int) src/parser/parser.cpp 1391 called 115 times
lython::Parser::parse_annassign(lython::Node*, lython::ExprNode*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/parser/parser.cpp 1392 called 115 times
lython::Parser::parse_annassign(lython::Node*, lython::ExprNode*, int)::{lambda(char const*, char const*)#2}::operator()(char const*, char const*) const src/parser/parser.cpp 1405 called 103 times
lython::Parser::parse_arguments(lython::Node*, char, int) src/parser/parser.cpp 1585 called 219 times
lython::Parser::parse_arguments(lython::Node*, char, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/parser/parser.cpp 1586 called 219 times
lython::Parser::parse_arguments(lython::Node*, char, int)::{lambda(char const*, char const*)#2}::operator()(char const*, char const*) const src/parser/parser.cpp 1617 called 305 times
lython::Parser::parse_arguments(lython::Node*, char, int)::{lambda(char const*, char const*)#3}::operator()(char const*, char const*) const src/parser/parser.cpp 1649 called 189 times
lython::Parser::parse_assert(lython::Node*, int) src/parser/parser.cpp 1072 called 20 times
lython::Parser::parse_assert(lython::Node*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/parser/parser.cpp 1073 called 20 times
lython::Parser::parse_assign(lython::Node*, lython::ExprNode*, int) src/parser/parser.cpp 1354 called 342 times
lython::Parser::parse_assign(lython::Node*, lython::ExprNode*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/parser/parser.cpp 1355 called 342 times
lython::Parser::parse_attribute(lython::Node*, lython::ExprNode*, int) src/parser/parser.cpp 2025 called 49 times
lython::Parser::parse_attribute(lython::Node*, lython::ExprNode*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/parser/parser.cpp 2026 called 49 times
lython::Parser::parse_attribute(lython::Node*, lython::ExprNode*, int)::{lambda(char const*, char const*)#2}::operator()(char const*, char const*) const src/parser/parser.cpp 2038 called 49 times
lython::Parser::parse_augassign(lython::Node*, lython::ExprNode*, int) src/parser/parser.cpp 1370 called 26 times
lython::Parser::parse_augassign(lython::Node*, lython::ExprNode*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/parser/parser.cpp 1371 called 26 times
lython::Parser::parse_await(lython::Node*, int) src/parser/parser.cpp 1529 called 7 times
lython::Parser::parse_await(lython::Node*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/parser/parser.cpp 1530 called 7 times
lython::Parser::parse_binary_operator(lython::Node*, lython::ExprNode*, int) src/parser/parser.cpp 1920 not called
lython::Parser::parse_binary_operator(lython::Node*, lython::ExprNode*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/parser/parser.cpp 1921 not called
lython::Parser::parse_body(lython::Node*, std::vector<lython::StmtNode*, lython::Allocator<lython::StmtNode*, lython::device::CPU> >&, int) src/parser/parser.cpp 153 called 2194 times
lython::Parser::parse_body(lython::Node*, std::vector<lython::StmtNode*, lython::Allocator<lython::StmtNode*, lython::device::CPU> >&, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/parser/parser.cpp 154 called 2194 times
lython::Parser::parse_body(lython::Node*, std::vector<lython::StmtNode*, lython::Allocator<lython::StmtNode*, lython::device::CPU> >&, int)::{lambda(char const*, char const*)#2}::operator()(char const*, char const*) const src/parser/parser.cpp 162 not called
lython::Parser::parse_body(lython::Node*, std::vector<lython::StmtNode*, lython::Allocator<lython::StmtNode*, lython::device::CPU> >&, int)::{lambda(char const*, char const*)#3}::operator()(char const*, char const*) const src/parser/parser.cpp 203 called 1776 times
lython::Parser::parse_body(lython::Node*, std::vector<lython::StmtNode*, lython::Allocator<lython::StmtNode*, lython::device::CPU> >&, int)::{lambda(char const*, char const*)#4}::operator()(char const*, char const*) const src/parser/parser.cpp 229 called 30 times
lython::Parser::parse_body(lython::Node*, std::vector<lython::StmtNode*, lython::Allocator<lython::StmtNode*, lython::device::CPU> >&, int)::{lambda(char const*, char const*)#5}::operator()(char const*, char const*) const src/parser/parser.cpp 247 called 2164 times
lython::Parser::parse_bool_operator(lython::Node*, lython::ExprNode*, int) src/parser/parser.cpp 1916 not called
lython::Parser::parse_bool_operator(lython::Node*, lython::ExprNode*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/parser/parser.cpp 1917 not called
lython::Parser::parse_break(lython::Node*, int) src/parser/parser.cpp 1323 called 6 times
lython::Parser::parse_break(lython::Node*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/parser/parser.cpp 1324 called 6 times
lython::Parser::parse_call(lython::Node*, lython::ExprNode*, int) src/parser/parser.cpp 2007 called 175 times
lython::Parser::parse_call(lython::Node*, lython::ExprNode*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/parser/parser.cpp 2008 called 175 times
lython::Parser::parse_call(lython::Node*, lython::ExprNode*, int)::{lambda(char const*, char const*)#2}::operator()(char const*, char const*) const src/parser/parser.cpp 2016 called 175 times
lython::Parser::parse_call(lython::Node*, lython::ExprNode*, int)::{lambda(char const*, char const*)#3}::operator()(char const*, char const*) const src/parser/parser.cpp 2021 called 151 times
lython::Parser::parse_call_args(lython::Node*, std::vector<lython::ExprNode*, lython::Allocator<lython::ExprNode*, lython::device::CPU> >&, std::vector<lython::Keyword, lython::Allocator<lython::Keyword, lython::device::CPU> >&, int) src/parser/parser.cpp 1964 called 193 times
lython::Parser::parse_call_args(lython::Node*, std::vector<lython::ExprNode*, lython::Allocator<lython::ExprNode*, lython::device::CPU> >&, std::vector<lython::Keyword, lython::Allocator<lython::Keyword, lython::device::CPU> >&, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/parser/parser.cpp 1968 called 193 times
lython::Parser::parse_call_args(lython::Node*, std::vector<lython::ExprNode*, lython::Allocator<lython::ExprNode*, lython::device::CPU> >&, std::vector<lython::Keyword, lython::Allocator<lython::Keyword, lython::device::CPU> >&, int)::{lambda(char const*, char const*)#2}::operator()(char const*, char const*) const src/parser/parser.cpp 1988 called 79 times
lython::Parser::parse_call_args(lython::Node*, std::vector<lython::ExprNode*, lython::Allocator<lython::ExprNode*, lython::device::CPU> >&, std::vector<lython::Keyword, lython::Allocator<lython::Keyword, lython::device::CPU> >&, int)::{lambda(char const*, char const*)#3}::operator()(char const*, char const*) const src/parser/parser.cpp 1989 called 79 times
lython::Parser::parse_call_args(lython::Node*, std::vector<lython::ExprNode*, lython::Allocator<lython::ExprNode*, lython::device::CPU> >&, std::vector<lython::Keyword, lython::Allocator<lython::Keyword, lython::device::CPU> >&, int)::{lambda(char const*, char const*)#4}::operator()(char const*, char const*) const src/parser/parser.cpp 2003 called 178 times
lython::Parser::parse_class_def(lython::Node*, int) src/parser/parser.cpp 318 called 76 times
lython::Parser::parse_class_def(lython::Node*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/parser/parser.cpp 319 called 76 times
lython::Parser::parse_class_def(lython::Node*, int)::{lambda(char const*, char const*)#2}::operator()(char const*, char const*) const src/parser/parser.cpp 326 called 76 times
lython::Parser::parse_class_def(lython::Node*, int)::{lambda(char const*, char const*)#3}::operator()(char const*, char const*) const src/parser/parser.cpp 334 called 68 times
lython::Parser::parse_class_def(lython::Node*, int)::{lambda(char const*, char const*)#4}::operator()(char const*, char const*) const src/parser/parser.cpp 335 called 65 times
lython::Parser::parse_class_def(lython::Node*, int)::{lambda(char const*, char const*)#5}::operator()(char const*, char const*) const src/parser/parser.cpp 336 called 63 times
lython::Parser::parse_class_def(lython::Node*, int)::{lambda(char const*, char const*)#6}::operator()(char const*, char const*) const src/parser/parser.cpp 348 called 8 times
lython::Parser::parse_class_def(lython::Node*, int)::{lambda(char const*, char const*)#7}::operator()(char const*, char const*) const src/parser/parser.cpp 360 called 3 times
lython::Parser::parse_comment(lython::Node*, int) src/parser/parser.cpp 2506 called 278 times
lython::Parser::parse_comment(lython::Node*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/parser/parser.cpp 2507 called 278 times
lython::Parser::parse_comment(lython::Node*, int)::{lambda(char const*, char const*)#2}::operator()(char const*, char const*) const src/parser/parser.cpp 2510 called 278 times
lython::Parser::parse_comment_stmt(lython::Node*, int) src/parser/parser.cpp 2230 called 116 times
lython::Parser::parse_comment_stmt(lython::Node*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/parser/parser.cpp 2236 called 116 times
lython::Parser::parse_compare_operator(lython::Node*, lython::ExprNode*, int) src/parser/parser.cpp 1924 not called
lython::Parser::parse_compare_operator(lython::Node*, lython::ExprNode*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/parser/parser.cpp 1925 not called
lython::Parser::parse_comprehension(lython::Node*, std::vector<lython::Comprehension, lython::Allocator<lython::Comprehension, lython::device::CPU> >&, char, int) src/parser/parser.cpp 1676 called 56 times
lython::Parser::parse_comprehension(lython::Node*, std::vector<lython::Comprehension, lython::Allocator<lython::Comprehension, lython::device::CPU> >&, char, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/parser/parser.cpp 1677 called 56 times
lython::Parser::parse_comprehension(lython::Node*, std::vector<lython::Comprehension, lython::Allocator<lython::Comprehension, lython::device::CPU> >&, char, int)::{lambda(char const*, char const*)#2}::operator()(char const*, char const*) const src/parser/parser.cpp 1682 called 68 times
lython::Parser::parse_comprehension(lython::Node*, std::vector<lython::Comprehension, lython::Allocator<lython::Comprehension, lython::device::CPU> >&, char, int)::{lambda(char const*, char const*)#3}::operator()(char const*, char const*) const src/parser/parser.cpp 1688 called 52 times
lython::Parser::parse_constant(lython::Node*, int) src/parser/parser.cpp 1501 called 644 times
lython::Parser::parse_constant(lython::Node*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/parser/parser.cpp 1502 called 644 times
lython::Parser::parse_continue(lython::Node*, int) src/parser/parser.cpp 1338 called 7 times
lython::Parser::parse_continue(lython::Node*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/parser/parser.cpp 1339 called 7 times
lython::Parser::parse_del(lython::Node*, int) src/parser/parser.cpp 1292 called 9 times
lython::Parser::parse_del(lython::Node*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/parser/parser.cpp 1293 called 9 times
lython::Parser::parse_except_handler(lython::Try*, std::vector<lython::ExceptHandler, lython::Allocator<lython::ExceptHandler, lython::device::CPU> >&, int) src/parser/parser.cpp 1000 called 28 times
lython::Parser::parse_except_handler(lython::Try*, std::vector<lython::ExceptHandler, lython::Allocator<lython::ExceptHandler, lython::device::CPU> >&, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/parser/parser.cpp 1001 called 28 times
lython::Parser::parse_except_handler(lython::Try*, std::vector<lython::ExceptHandler, lython::Allocator<lython::ExceptHandler, lython::device::CPU> >&, int)::{lambda(char const*, char const*)#2}::operator()(char const*, char const*) const src/parser/parser.cpp 1013 called 26 times
lython::Parser::parse_except_handler(lython::Try*, std::vector<lython::ExceptHandler, lython::Allocator<lython::ExceptHandler, lython::device::CPU> >&, int)::{lambda(char const*, char const*)#3}::operator()(char const*, char const*) const src/parser/parser.cpp 1017 called 26 times
lython::Parser::parse_except_handler(lython::Try*, std::vector<lython::ExceptHandler, lython::Allocator<lython::ExceptHandler, lython::device::CPU> >&, int)::{lambda(char const*, char const*)#4}::operator()(char const*, char const*) const src/parser/parser.cpp 1019 called 24 times
lython::Parser::parse_except_handler(lython::Try*, std::vector<lython::ExceptHandler, lython::Allocator<lython::ExceptHandler, lython::device::CPU> >&, int)::{lambda(char const*, char const*)#5}::operator()(char const*, char const*) const src/parser/parser.cpp 1020 called 23 times
lython::Parser::parse_expression(lython::Node*, int, bool) src/parser/parser.cpp 2523 called 4206 times
lython::Parser::parse_expression(lython::Node*, int, bool)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/parser/parser.cpp 2524 called 4206 times
lython::Parser::parse_expression_1(lython::Node*, lython::ExprNode*, int, int, bool) src/parser/parser.cpp 2626 called 3849 times
lython::Parser::parse_expression_primary(lython::Node*, int) src/parser/parser.cpp 2552 called 4779 times
lython::Parser::parse_expression_primary(lython::Node*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/parser/parser.cpp 2617 called 248 times
lython::Parser::parse_for(lython::Node*, int) src/parser/parser.cpp 445 called 48 times
lython::Parser::parse_for(lython::Node*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/parser/parser.cpp 446 called 48 times
lython::Parser::parse_for(lython::Node*, int)::{lambda(char const*, char const*)#2}::operator()(char const*, char const*) const src/parser/parser.cpp 467 called 40 times
lython::Parser::parse_for(lython::Node*, int)::{lambda(char const*, char const*)#3}::operator()(char const*, char const*) const src/parser/parser.cpp 470 called 34 times
lython::Parser::parse_for(lython::Node*, int)::{lambda(char const*, char const*)#4}::operator()(char const*, char const*) const src/parser/parser.cpp 472 called 32 times
lython::Parser::parse_for(lython::Node*, int)::{lambda(char const*, char const*)#5}::operator()(char const*, char const*) const src/parser/parser.cpp 473 called 30 times
lython::Parser::parse_for(lython::Node*, int)::{lambda(char const*, char const*)#6}::operator()(char const*, char const*) const src/parser/parser.cpp 479 called 10 times
lython::Parser::parse_for(lython::Node*, int)::{lambda(char const*, char const*)#7}::operator()(char const*, char const*) const src/parser/parser.cpp 482 called 9 times
lython::Parser::parse_for(lython::Node*, int)::{lambda(char const*, char const*)#8}::operator()(char const*, char const*) const src/parser/parser.cpp 484 called 8 times
lython::Parser::parse_format_spec(lython::Node*, int) src/parser/parser.cpp 2788 called 15 times
lython::Parser::parse_format_spec(lython::Node*, int)::{lambda()#2}::operator()() const src/parser/parser.cpp 2799 called 25 times
lython::Parser::parse_format_spec(lython::Node*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/parser/parser.cpp 2791 called 15 times
lython::Parser::parse_format_spec(lython::Node*, int)::{lambda(char const*, char const*)#3}::operator()(char const*, char const*) const src/parser/parser.cpp 2820 called 10 times
lython::Parser::parse_format_spec(lython::Node*, int)::{lambda(char const*, char const*)#4}::operator()(char const*, char const*) const src/parser/parser.cpp 2824 called 10 times
lython::Parser::parse_format_spec(lython::Node*, int)::{lambda(char const*, char const*)#5}::operator()(char const*, char const*) const src/parser/parser.cpp 2844 called 15 times
lython::Parser::parse_formatted_value_string(lython::Node*, int) src/parser/parser.cpp 2764 called 15 times
lython::Parser::parse_formatted_value_string(lython::Node*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/parser/parser.cpp 2766 called 15 times
lython::Parser::parse_formatted_value_string(lython::Node*, int)::{lambda(char const*, char const*)#2}::operator()(char const*, char const*) const src/parser/parser.cpp 2773 called 15 times
lython::Parser::parse_formatted_value_string(lython::Node*, int)::{lambda(char const*, char const*)#3}::operator()(char const*, char const*) const src/parser/parser.cpp 2783 called 15 times
lython::Parser::parse_function_def(lython::Node*, bool, int) src/parser/parser.cpp 265 called 216 times
lython::Parser::parse_function_def(lython::Node*, bool, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/parser/parser.cpp 266 called 216 times
lython::Parser::parse_function_def(lython::Node*, bool, int)::{lambda(char const*, char const*)#2}::operator()(char const*, char const*) const src/parser/parser.cpp 284 called 216 times
lython::Parser::parse_function_def(lython::Node*, bool, int)::{lambda(char const*, char const*)#3}::operator()(char const*, char const*) const src/parser/parser.cpp 285 called 213 times
lython::Parser::parse_function_def(lython::Node*, bool, int)::{lambda(char const*, char const*)#4}::operator()(char const*, char const*) const src/parser/parser.cpp 293 called 181 times
lython::Parser::parse_function_def(lython::Node*, bool, int)::{lambda(char const*, char const*)#5}::operator()(char const*, char const*) const src/parser/parser.cpp 294 called 177 times
lython::Parser::parse_function_def(lython::Node*, bool, int)::{lambda(char const*, char const*)#6}::operator()(char const*, char const*) const src/parser/parser.cpp 295 called 173 times
lython::Parser::parse_function_def(lython::Node*, bool, int)::{lambda(char const*, char const*)#7}::operator()(char const*, char const*) const src/parser/parser.cpp 307 called 10 times
lython::Parser::parse_function_def(lython::Node*, bool, int)::{lambda(char const*, char const*)#8}::operator()(char const*, char const*) const src/parser/parser.cpp 314 called 165 times
lython::Parser::parse_global(lython::Node*, int) src/parser/parser.cpp 1226 called 6 times
lython::Parser::parse_global(lython::Node*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/parser/parser.cpp 1227 called 6 times
lython::Parser::parse_global(lython::Node*, int)::{lambda(char const*, char const*)#2}::operator()(char const*, char const*) const src/parser/parser.cpp 1235 called 6 times
lython::Parser::parse_if(lython::Node*, int) src/parser/parser.cpp 581 not called
lython::Parser::parse_if(lython::Node*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/parser/parser.cpp 582 not called
lython::Parser::parse_if(lython::Node*, int)::{lambda(char const*, char const*)#2}::operator()(char const*, char const*) const src/parser/parser.cpp 590 not called
lython::Parser::parse_if(lython::Node*, int)::{lambda(char const*, char const*)#3}::operator()(char const*, char const*) const src/parser/parser.cpp 591 not called
lython::Parser::parse_if(lython::Node*, int)::{lambda(char const*, char const*)#4}::operator()(char const*, char const*) const src/parser/parser.cpp 592 not called
lython::Parser::parse_if(lython::Node*, int)::{lambda(char const*, char const*)#5}::operator()(char const*, char const*) const src/parser/parser.cpp 600 not called
lython::Parser::parse_if(lython::Node*, int)::{lambda(char const*, char const*)#6}::operator()(char const*, char const*) const src/parser/parser.cpp 603 not called
lython::Parser::parse_if(lython::Node*, int)::{lambda(char const*, char const*)#7}::operator()(char const*, char const*) const src/parser/parser.cpp 605 not called
lython::Parser::parse_if_alt(lython::Node*, int) src/parser/parser.cpp 522 called 33 times
lython::Parser::parse_if_alt(lython::Node*, int)::{lambda(char const*, char const*)#10}::operator()(char const*, char const*) const src/parser/parser.cpp 572 called 11 times
lython::Parser::parse_if_alt(lython::Node*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/parser/parser.cpp 523 called 33 times
lython::Parser::parse_if_alt(lython::Node*, int)::{lambda(char const*, char const*)#2}::operator()(char const*, char const*) const src/parser/parser.cpp 534 called 32 times
lython::Parser::parse_if_alt(lython::Node*, int)::{lambda(char const*, char const*)#3}::operator()(char const*, char const*) const src/parser/parser.cpp 535 called 31 times
lython::Parser::parse_if_alt(lython::Node*, int)::{lambda(char const*, char const*)#4}::operator()(char const*, char const*) const src/parser/parser.cpp 536 called 30 times
lython::Parser::parse_if_alt(lython::Node*, int)::{lambda(char const*, char const*)#5}::operator()(char const*, char const*) const src/parser/parser.cpp 545 called 18 times
lython::Parser::parse_if_alt(lython::Node*, int)::{lambda(char const*, char const*)#6}::operator()(char const*, char const*) const src/parser/parser.cpp 553 called 17 times
lython::Parser::parse_if_alt(lython::Node*, int)::{lambda(char const*, char const*)#7}::operator()(char const*, char const*) const src/parser/parser.cpp 554 called 16 times
lython::Parser::parse_if_alt(lython::Node*, int)::{lambda(char const*, char const*)#8}::operator()(char const*, char const*) const src/parser/parser.cpp 567 called 13 times
lython::Parser::parse_if_alt(lython::Node*, int)::{lambda(char const*, char const*)#9}::operator()(char const*, char const*) const src/parser/parser.cpp 570 called 12 times
lython::Parser::parse_ifexp(lython::Node*, lython::ExprNode*, int) src/parser/parser.cpp 1874 called 50 times
lython::Parser::parse_ifexp(lython::Node*, lython::ExprNode*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/parser/parser.cpp 1892 called 9 times
lython::Parser::parse_ifexp_ext(lython::Node*, int) src/parser/parser_ext.cpp 11 called 1 time
lython::Parser::parse_ifexp_ext(lython::Node*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/parser/parser_ext.cpp 12 called 1 time
lython::Parser::parse_ifexp_ext(lython::Node*, int)::{lambda(char const*, char const*)#2}::operator()(char const*, char const*) const src/parser/parser_ext.cpp 19 called 1 time
lython::Parser::parse_ifexp_ext(lython::Node*, int)::{lambda(char const*, char const*)#3}::operator()(char const*, char const*) const src/parser/parser_ext.cpp 23 called 1 time
lython::Parser::parse_import(lython::Node*, int) src/parser/parser.cpp 1189 called 30 times
lython::Parser::parse_import(lython::Node*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/parser/parser.cpp 1190 called 30 times
lython::Parser::parse_import(lython::Node*, int)::{lambda(char const*, char const*)#2}::operator()(char const*, char const*) const src/parser/parser.cpp 1200 called 21 times
lython::Parser::parse_import_from(lython::Node*, int) src/parser/parser.cpp 1204 called 44 times
lython::Parser::parse_import_from(lython::Node*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/parser/parser.cpp 1205 called 44 times
lython::Parser::parse_import_from(lython::Node*, int)::{lambda(char const*, char const*)#2}::operator()(char const*, char const*) const src/parser/parser.cpp 1217 called 43 times
lython::Parser::parse_import_from(lython::Node*, int)::{lambda(char const*, char const*)#3}::operator()(char const*, char const*) const src/parser/parser.cpp 1222 called 24 times
lython::Parser::parse_joined_string(lython::Node*, int) src/parser/parser.cpp 2709 called 18 times
lython::Parser::parse_joined_string(lython::Node*, int)::{lambda()#1}::operator()() const src/parser/parser.cpp 2724 called 33 times
lython::Parser::parse_joined_string(lython::Node*, int)::{lambda(char const*, char const*)#2}::operator()(char const*, char const*) const src/parser/parser.cpp 2760 called 18 times
lython::Parser::parse_lambda(lython::Node*, int) src/parser/parser.cpp 1653 called 9 times
lython::Parser::parse_lambda(lython::Node*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/parser/parser.cpp 1654 called 9 times
lython::Parser::parse_list(lython::Node*, int) src/parser/parser.cpp 1855 called 56 times
lython::Parser::parse_list(lython::Node*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/parser/parser.cpp 1856 called 56 times
lython::Parser::parse_match(lython::Node*, int) src/parser/parser.cpp 905 called 141 times
lython::Parser::parse_match(lython::Node*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/parser/parser.cpp 906 called 141 times
lython::Parser::parse_match(lython::Node*, int)::{lambda(char const*, char const*)#2}::operator()(char const*, char const*) const src/parser/parser.cpp 913 called 138 times
lython::Parser::parse_match(lython::Node*, int)::{lambda(char const*, char const*)#3}::operator()(char const*, char const*) const src/parser/parser.cpp 914 called 135 times
lython::Parser::parse_match(lython::Node*, int)::{lambda(char const*, char const*)#4}::operator()(char const*, char const*) const src/parser/parser.cpp 915 called 132 times
lython::Parser::parse_match(lython::Node*, int)::{lambda(char const*, char const*)#5}::operator()(char const*, char const*) const src/parser/parser.cpp 919 called 48 times
lython::Parser::parse_match(lython::Node*, int)::{lambda(char const*, char const*)#6}::operator()(char const*, char const*) const src/parser/parser.cpp 921 called 48 times
lython::Parser::parse_match_as(lython::Node*, lython::Pattern*, int) src/parser/parser.cpp 778 called 57 times
lython::Parser::parse_match_as(lython::Node*, lython::Pattern*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/parser/parser.cpp 779 called 57 times
lython::Parser::parse_match_as(lython::Node*, lython::Pattern*, int)::{lambda(char const*, char const*)#2}::operator()(char const*, char const*) const src/parser/parser.cpp 787 called 57 times
lython::Parser::parse_match_as(lython::Node*, lython::Pattern*, int)::{lambda(char const*, char const*)#3}::operator()(char const*, char const*) const src/parser/parser.cpp 791 called 57 times
lython::Parser::parse_match_case(lython::Node*, std::vector<lython::MatchCase, lython::Allocator<lython::MatchCase, lython::device::CPU> >&, int) src/parser/parser.cpp 869 called 129 times
lython::Parser::parse_match_case(lython::Node*, std::vector<lython::MatchCase, lython::Allocator<lython::MatchCase, lython::device::CPU> >&, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/parser/parser.cpp 870 called 129 times
lython::Parser::parse_match_case(lython::Node*, std::vector<lython::MatchCase, lython::Allocator<lython::MatchCase, lython::device::CPU> >&, int)::{lambda(char const*, char const*)#2}::operator()(char const*, char const*) const src/parser/parser.cpp 876 called 325 times
lython::Parser::parse_match_case(lython::Node*, std::vector<lython::MatchCase, lython::Allocator<lython::MatchCase, lython::device::CPU> >&, int)::{lambda(char const*, char const*)#3}::operator()(char const*, char const*) const src/parser/parser.cpp 886 called 284 times
lython::Parser::parse_match_case(lython::Node*, std::vector<lython::MatchCase, lython::Allocator<lython::MatchCase, lython::device::CPU> >&, int)::{lambda(char const*, char const*)#4}::operator()(char const*, char const*) const src/parser/parser.cpp 888 called 271 times
lython::Parser::parse_match_case(lython::Node*, std::vector<lython::MatchCase, lython::Allocator<lython::MatchCase, lython::device::CPU> >&, int)::{lambda(char const*, char const*)#5}::operator()(char const*, char const*) const src/parser/parser.cpp 889 called 262 times
lython::Parser::parse_match_case(lython::Node*, std::vector<lython::MatchCase, lython::Allocator<lython::MatchCase, lython::device::CPU> >&, int)::{lambda(char const*, char const*)#6}::operator()(char const*, char const*) const src/parser/parser.cpp 897 called 48 times
lython::Parser::parse_match_class(lython::Node*, lython::ExprNode*, int) src/parser/parser.cpp 661 called 35 times
lython::Parser::parse_match_class(lython::Node*, lython::ExprNode*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/parser/parser.cpp 662 called 35 times
lython::Parser::parse_match_class(lython::Node*, lython::ExprNode*, int)::{lambda(char const*, char const*)#2}::operator()(char const*, char const*) const src/parser/parser.cpp 669 called 35 times
lython::Parser::parse_match_class(lython::Node*, lython::ExprNode*, int)::{lambda(char const*, char const*)#3}::operator()(char const*, char const*) const src/parser/parser.cpp 687 called 29 times
lython::Parser::parse_match_class(lython::Node*, lython::ExprNode*, int)::{lambda(char const*, char const*)#4}::operator()(char const*, char const*) const src/parser/parser.cpp 688 called 29 times
lython::Parser::parse_match_class(lython::Node*, lython::ExprNode*, int)::{lambda(char const*, char const*)#5}::operator()(char const*, char const*) const src/parser/parser.cpp 696 called 31 times
lython::Parser::parse_match_mapping(lython::Node*, int) src/parser/parser.cpp 708 called 45 times
lython::Parser::parse_match_mapping(lython::Node*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/parser/parser.cpp 709 called 45 times
lython::Parser::parse_match_mapping(lython::Node*, int)::{lambda(char const*, char const*)#2}::operator()(char const*, char const*) const src/parser/parser.cpp 720 called 13 times
lython::Parser::parse_match_mapping(lython::Node*, int)::{lambda(char const*, char const*)#3}::operator()(char const*, char const*) const src/parser/parser.cpp 726 called 17 times
lython::Parser::parse_match_mapping(lython::Node*, int)::{lambda(char const*, char const*)#4}::operator()(char const*, char const*) const src/parser/parser.cpp 740 called 39 times
lython::Parser::parse_match_or(lython::Node*, lython::Pattern*, int) src/parser/parser.cpp 745 called 46 times
lython::Parser::parse_match_or(lython::Node*, lython::Pattern*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/parser/parser.cpp 746 called 46 times
lython::Parser::parse_match_or(lython::Node*, lython::Pattern*, int)::{lambda(char const*, char const*)#2}::operator()(char const*, char const*) const src/parser/parser.cpp 755 not called
lython::Parser::parse_match_sequence(lython::Node*, int) src/parser/parser.cpp 621 called 111 times
lython::Parser::parse_match_sequence(lython::Node*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/parser/parser.cpp 622 called 111 times
lython::Parser::parse_match_sequence(lython::Node*, int)::{lambda(char const*, char const*)#2}::operator()(char const*, char const*) const src/parser/parser.cpp 640 called 105 times
lython::Parser::parse_match_sequence(lython::Node*, int)::{lambda(char const*, char const*)#3}::operator()(char const*, char const*) const src/parser/parser.cpp 641 called 101 times
lython::Parser::parse_match_star(lython::Node*, int) src/parser/parser.cpp 646 called 13 times
lython::Parser::parse_match_star(lython::Node*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/parser/parser.cpp 647 called 13 times
lython::Parser::parse_match_star(lython::Node*, int)::{lambda(char const*, char const*)#2}::operator()(char const*, char const*) const src/parser/parser.cpp 654 called 13 times
lython::Parser::parse_module() src/parser/parser.h 87 called 1 time
lython::Parser::parse_module_path[abi:cxx11](lython::Node*, int&, int) src/parser/parser.cpp 1096 called 179 times
lython::Parser::parse_module_path[abi:cxx11](lython::Node*, int&, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/parser/parser.cpp 1124 called 3 times
lython::Parser::parse_module_path[abi:cxx11](lython::Node*, int&, int)::{lambda(char const*, char const*)#2}::operator()(char const*, char const*) const src/parser/parser.cpp 1139 called 41 times
lython::Parser::parse_name(lython::Node*, int) src/parser/parser.cpp 1414 called 3580 times
lython::Parser::parse_name(lython::Node*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/parser/parser.cpp 1415 called 3580 times
lython::Parser::parse_name(lython::Node*, int)::{lambda(char const*, char const*)#2}::operator()(char const*, char const*) const src/parser/parser.cpp 1424 called 3580 times
lython::Parser::parse_named_expr(lython::Node*, lython::ExprNode*, int) src/parser/parser.cpp 1900 called 7 times
lython::Parser::parse_named_expr(lython::Node*, lython::ExprNode*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/parser/parser.cpp 1901 called 7 times
lython::Parser::parse_nonlocal(lython::Node*, int) src/parser/parser.cpp 1248 called 6 times
lython::Parser::parse_nonlocal(lython::Node*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/parser/parser.cpp 1249 called 6 times
lython::Parser::parse_nonlocal(lython::Node*, int)::{lambda(char const*, char const*)#2}::operator()(char const*, char const*) const src/parser/parser.cpp 1257 called 6 times
lython::Parser::parse_operators(lython::Node*, lython::ExprNode*, int, int) src/parser/parser.cpp 2369 called 299 times
lython::Parser::parse_operators(lython::Node*, lython::ExprNode*, int, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/parser/parser.cpp 2370 called 299 times
lython::Parser::parse_operators(lython::Node*, lython::ExprNode*, int, int)::{lambda(char const*, char const*)#2}::operator()(char const*, char const*) const src/parser/parser.cpp 2411 not called
lython::Parser::parse_operators(lython::Node*, lython::ExprNode*, int, int)::{lambda(char const*, char const*)#3}::operator()(char const*, char const*) const src/parser/parser.cpp 2437 not called
lython::Parser::parse_operators(lython::Node*, lython::ExprNode*, int, int)::{lambda(char const*, char const*)#4}::operator()(char const*, char const*) const src/parser/parser.cpp 2498 not called
lython::Parser::parse_operators(lython::Node*, lython::ExprNode*, int, int)::{lambda(char const*, char const*)#5}::operator()(char const*, char const*) const src/parser/parser.cpp 2502 called 10 times
lython::Parser::parse_pass(lython::Node*, int) src/parser/parser.cpp 1313 called 301 times
lython::Parser::parse_pass(lython::Node*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/parser/parser.cpp 1314 called 301 times
lython::Parser::parse_pattern(lython::Node*, int) src/parser/parser.cpp 850 called 652 times
lython::Parser::parse_pattern(lython::Node*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/parser/parser.cpp 851 called 652 times
lython::Parser::parse_pattern_1(lython::Node*, int) src/parser/parser.cpp 796 called 652 times
lython::Parser::parse_prefix_unary(lython::Node*, int) src/parser/parser.cpp 1933 called 39 times
lython::Parser::parse_prefix_unary(lython::Node*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/parser/parser.cpp 1934 called 39 times
lython::Parser::parse_prefix_unary(lython::Node*, int)::{lambda(char const*, char const*)#2}::operator()(char const*, char const*) const src/parser/parser.cpp 1946 not called
lython::Parser::parse_raise(lython::Node*, int) src/parser/parser.cpp 973 called 16 times
lython::Parser::parse_raise(lython::Node*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/parser/parser.cpp 974 called 16 times
lython::Parser::parse_return(lython::Node*, int) src/parser/parser.cpp 1270 called 286 times
lython::Parser::parse_return(lython::Node*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/parser/parser.cpp 1271 called 286 times
lython::Parser::parse_return(lython::Node*, int)::{lambda(char const*, char const*)#2}::operator()(char const*, char const*) const src/parser/parser.cpp 1288 called 277 times
lython::Parser::parse_set_dict(lython::Node*, int) src/parser/parser.cpp 1869 called 124 times
lython::Parser::parse_set_dict(lython::Node*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/parser/parser.cpp 1870 called 124 times
lython::Parser::parse_slice(lython::Node*, lython::ExprNode*, int) src/parser/parser.cpp 2121 called 18 times
lython::Parser::parse_slice(lython::Node*, lython::ExprNode*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/parser/parser.cpp 2122 called 18 times
lython::Parser::parse_slice(lython::Node*, lython::ExprNode*, int)::{lambda(char const*, char const*)#2}::operator()(char const*, char const*) const src/parser/parser.cpp 2126 not called
lython::Parser::parse_slice(lython::Node*, lython::ExprNode*, int)::{lambda(char const*, char const*)#3}::operator()(char const*, char const*) const src/parser/parser.cpp 2141 called 18 times
lython::Parser::parse_special_string(lython::Node*, int) src/parser/parser.cpp 2674 called 18 times
lython::Parser::parse_special_string(lython::Node*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/parser/parser.cpp 2675 called 18 times
lython::Parser::parse_star_expression(lython::Node*, int) src/parser/parser.cpp 372 not called
lython::Parser::parse_star_targets(lython::Node*, int) src/parser/parser.cpp 383 called 104 times
lython::Parser::parse_starred(lython::Node*, int) src/parser/parser.cpp 1666 called 8 times
lython::Parser::parse_starred(lython::Node*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/parser/parser.cpp 1667 called 8 times
lython::Parser::parse_statement(lython::Node*, int) src/parser/parser.cpp 2165 called 2395 times
lython::Parser::parse_statement(lython::Node*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/parser/parser.cpp 2167 called 2395 times
lython::Parser::parse_statement(lython::Node*, int)::{lambda(char const*, char const*)#2}::operator()(char const*, char const*) const src/parser/parser.cpp 2191 called 1823 times
lython::Parser::parse_statement(lython::Node*, int)::{lambda(char const*, char const*)#3}::operator()(char const*, char const*) const src/parser/parser.cpp 2218 called 11 times
lython::Parser::parse_statement_primary(lython::Node*, int) src/parser/parser.cpp 2240 called 2393 times
lython::Parser::parse_statement_primary(lython::Node*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/parser/parser.cpp 2241 called 2393 times
lython::Parser::parse_statement_primary(lython::Node*, int)::{lambda(char const*, char const*)#2}::operator()(char const*, char const*) const src/parser/parser.cpp 2245 not called
lython::Parser::parse_statement_primary(lython::Node*, int)::{lambda(char const*, char const*)#3}::operator()(char const*, char const*) const src/parser/parser.cpp 2338 called 887 times
lython::Parser::parse_statement_primary(lython::Node*, int)::{lambda(char const*, char const*)#4}::operator()(char const*, char const*) const src/parser/parser.cpp 2360 called 393 times
lython::Parser::parse_subscript(lython::Node*, lython::ExprNode*, int) src/parser/parser.cpp 2044 called 21 times
lython::Parser::parse_subscript(lython::Node*, lython::ExprNode*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/parser/parser.cpp 2045 called 21 times
lython::Parser::parse_subscript(lython::Node*, lython::ExprNode*, int)::{lambda(char const*, char const*)#2}::operator()(char const*, char const*) const src/parser/parser.cpp 2052 called 21 times
lython::Parser::parse_subscript(lython::Node*, lython::ExprNode*, int)::{lambda(char const*, char const*)#3}::operator()(char const*, char const*) const src/parser/parser.cpp 2071 called 17 times
lython::Parser::parse_subscript(lython::Node*, lython::ExprNode*, int)::{lambda(char const*, char const*)#4}::operator()(char const*, char const*) const src/parser/parser.cpp 2079 not called
lython::Parser::parse_suffix_unary(lython::Node*, lython::ExprNode*, int) src/parser/parser.cpp 1928 not called
lython::Parser::parse_suffix_unary(lython::Node*, lython::ExprNode*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/parser/parser.cpp 1929 not called
lython::Parser::parse_to_module(lython::Module*) src/parser/parser.h 74 called 1 time
lython::Parser::parse_try(lython::Node*, int) src/parser/parser.cpp 1030 called 35 times
lython::Parser::parse_try(lython::Node*, int)::{lambda(char const*, char const*)#10}::operator()(char const*, char const*) const src/parser/parser.cpp 1062 called 10 times
lython::Parser::parse_try(lython::Node*, int)::{lambda(char const*, char const*)#11}::operator()(char const*, char const*) const src/parser/parser.cpp 1064 called 9 times
lython::Parser::parse_try(lython::Node*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/parser/parser.cpp 1031 called 35 times
lython::Parser::parse_try(lython::Node*, int)::{lambda(char const*, char const*)#2}::operator()(char const*, char const*) const src/parser/parser.cpp 1037 called 35 times
lython::Parser::parse_try(lython::Node*, int)::{lambda(char const*, char const*)#3}::operator()(char const*, char const*) const src/parser/parser.cpp 1038 called 34 times
lython::Parser::parse_try(lython::Node*, int)::{lambda(char const*, char const*)#4}::operator()(char const*, char const*) const src/parser/parser.cpp 1039 called 33 times
lython::Parser::parse_try(lython::Node*, int)::{lambda(char const*, char const*)#5}::operator()(char const*, char const*) const src/parser/parser.cpp 1043 called 31 times
lython::Parser::parse_try(lython::Node*, int)::{lambda(char const*, char const*)#6}::operator()(char const*, char const*) const src/parser/parser.cpp 1048 called 18 times
lython::Parser::parse_try(lython::Node*, int)::{lambda(char const*, char const*)#7}::operator()(char const*, char const*) const src/parser/parser.cpp 1051 called 17 times
lython::Parser::parse_try(lython::Node*, int)::{lambda(char const*, char const*)#8}::operator()(char const*, char const*) const src/parser/parser.cpp 1053 called 16 times
lython::Parser::parse_try(lython::Node*, int)::{lambda(char const*, char const*)#9}::operator()(char const*, char const*) const src/parser/parser.cpp 1059 called 11 times
lython::Parser::parse_tuple_generator(lython::Node*, int) src/parser/parser.cpp 1862 called 53 times
lython::Parser::parse_tuple_generator(lython::Node*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/parser/parser.cpp 1863 called 53 times
lython::Parser::parse_while(lython::Node*, int) src/parser/parser.cpp 493 called 25 times
lython::Parser::parse_while(lython::Node*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/parser/parser.cpp 494 called 25 times
lython::Parser::parse_while(lython::Node*, int)::{lambda(char const*, char const*)#2}::operator()(char const*, char const*) const src/parser/parser.cpp 501 called 24 times
lython::Parser::parse_while(lython::Node*, int)::{lambda(char const*, char const*)#3}::operator()(char const*, char const*) const src/parser/parser.cpp 502 called 23 times
lython::Parser::parse_while(lython::Node*, int)::{lambda(char const*, char const*)#4}::operator()(char const*, char const*) const src/parser/parser.cpp 503 called 22 times
lython::Parser::parse_while(lython::Node*, int)::{lambda(char const*, char const*)#5}::operator()(char const*, char const*) const src/parser/parser.cpp 509 called 11 times
lython::Parser::parse_while(lython::Node*, int)::{lambda(char const*, char const*)#6}::operator()(char const*, char const*) const src/parser/parser.cpp 512 called 10 times
lython::Parser::parse_while(lython::Node*, int)::{lambda(char const*, char const*)#7}::operator()(char const*, char const*) const src/parser/parser.cpp 514 called 9 times
lython::Parser::parse_with(lython::Node*, int) src/parser/parser.cpp 947 called 52 times
lython::Parser::parse_with(lython::Node*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/parser/parser.cpp 948 called 52 times
lython::Parser::parse_with(lython::Node*, int)::{lambda(char const*, char const*)#2}::operator()(char const*, char const*) const src/parser/parser.cpp 963 called 44 times
lython::Parser::parse_with(lython::Node*, int)::{lambda(char const*, char const*)#3}::operator()(char const*, char const*) const src/parser/parser.cpp 964 called 36 times
lython::Parser::parse_with(lython::Node*, int)::{lambda(char const*, char const*)#4}::operator()(char const*, char const*) const src/parser/parser.cpp 965 called 34 times
lython::Parser::parse_withitem(lython::Node*, std::vector<lython::WithItem, lython::Allocator<lython::WithItem, lython::device::CPU> >&, int) src/parser/parser.cpp 925 called 52 times
lython::Parser::parse_withitem(lython::Node*, std::vector<lython::WithItem, lython::Allocator<lython::WithItem, lython::device::CPU> >&, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/parser/parser.cpp 926 called 52 times
lython::Parser::parse_yield(lython::Node*, int) src/parser/parser.cpp 1541 called 30 times
lython::Parser::parse_yield(lython::Node*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/parser/parser.cpp 1542 called 30 times
lython::Parser::parse_yield_from(lython::Node*, int) src/parser/parser.cpp 1566 called 7 times
lython::Parser::parse_yield_from(lython::Node*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/parser/parser.cpp 1567 called 7 times
lython::Parser::parse_yield_from(lython::Node*, int)::{lambda(char const*, char const*)#2}::operator()(char const*, char const*) const src/parser/parser.cpp 1573 called 7 times
lython::Parser::parse_yield_stmt(lython::Node*, int) src/parser/parser.cpp 2222 called 30 times
lython::Parser::parser_kwerror(lython::CodeLocation const&, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&) src/parser/parser.h 58 called 565 times
lython::Parser::parser_kwerror(lython::CodeLocation const&, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/parser/parser.h 60 called 565 times
lython::Parser::parsing_ctx() const src/parser/parser.h 284 called 1087 times
lython::Parser::peek_token() const src/parser/parser.h 258 called 126 times
lython::Parser::show_diagnostics(std::ostream&) src/parser/parser.cpp 59 called 954 times
lython::Parser::start_code_loc(lython::CommonAttributes*, lython::Token) src/parser/parser.cpp 39 called 7467 times
lython::Parser::token() const src/parser/parser.h 257 called 207238 times
lython::ParsingError::ParsingError() src/parser/parsing_error.h 25 called 565 times
lython::ParsingError::ParsingError()::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/parser/parsing_error.h 25 called 565 times
lython::ParsingError::ParsingError(std::vector<int, lython::Allocator<int, lython::device::CPU> >, lython::Token, lython::CodeLocation) src/parser/parsing_error.h 27 not called
lython::ParsingError::ParsingError(std::vector<int, lython::Allocator<int, lython::device::CPU> >, lython::Token, lython::Node*, lython::CodeLocation) src/parser/parsing_error.cpp 11 not called
lython::ParsingErrorPrinter::ParsingErrorPrinter(std::ostream&, lython::AbstractLexer*) src/parser/parsing_error.h 41 called 561 times
lython::ParsingErrorPrinter::print(lython::ParsingError const&) src/parser/parsing_error.cpp 119 called 565 times
lython::ParsingErrorPrinter::print(lython::ParsingError const&)::{lambda(int)#1}::operator()(int) const src/parser/parsing_error.cpp 149 called 256 times
lython::ParsingErrorPrinter::print_ast(lython::ParsingError const&, lython::Node*, lython::CommonAttributes*) src/parser/parsing_error.cpp 75 not called
lython::ParsingErrorPrinter::print_tok(lython::ParsingError const&, lython::CommonAttributes*) src/parser/parsing_error.cpp 109 called 565 times
lython::Pass* lython::GCObject::new_object<lython::Pass>() src/utilities/object.h 14 called 301 times
lython::Pass* lython::GCObject::new_root<lython::Pass>() src/utilities/object.h 27 called 301 times
lython::Pass::Pass() src/ast/nodes.h 985 called 301 times
lython::Pattern::Pattern(lython::NodeKind) src/ast/nodes.h 271 called 735 times
lython::Pattern::family() const src/ast/nodes.h 273 called 66 times
lython::PopGuard<std::vector<lython::ParsingContext, lython::Allocator<lython::ParsingContext, lython::device::CPU> >, lython::ParsingContext>::PopGuard(std::vector<lython::ParsingContext, lython::Allocator<lython::ParsingContext, lython::device::CPU> >&, lython::ParsingContext const&) src/utilities/guard.h 22 called 77 times
lython::PopGuard<std::vector<lython::ParsingContext, lython::Allocator<lython::ParsingContext, lython::device::CPU> >, lython::ParsingContext>::~PopGuard() src/utilities/guard.h 26 called 77 times
lython::PopGuard<std::vector<lython::SemaContext, lython::Allocator<lython::SemaContext, lython::device::CPU> >, lython::SemaContext>::PopGuard(std::vector<lython::SemaContext, lython::Allocator<lython::SemaContext, lython::device::CPU> >&, lython::SemaContext const&) src/utilities/guard.h 22 called 254 times
lython::PopGuard<std::vector<lython::SemaContext, lython::Allocator<lython::SemaContext, lython::device::CPU> >, lython::SemaContext>::~PopGuard() src/utilities/guard.h 26 called 254 times
lython::PopGuard<std::vector<lython::StackTrace, lython::Allocator<lython::StackTrace, lython::device::CPU> >, lython::StackTrace>::PopGuard(std::vector<lython::StackTrace, lython::Allocator<lython::StackTrace, lython::device::CPU> >&) src/utilities/guard.h 24 called 52 times
lython::PopGuard<std::vector<lython::StackTrace, lython::Allocator<lython::StackTrace, lython::device::CPU> >, lython::StackTrace>::~PopGuard() src/utilities/guard.h 26 called 52 times
lython::PopGuard<std::vector<lython::StmtNode*, lython::Allocator<lython::StmtNode*, lython::device::CPU> >, lython::ClassDef*>::PopGuard(std::vector<lython::StmtNode*, lython::Allocator<lython::StmtNode*, lython::device::CPU> >&, lython::ClassDef* const&) src/utilities/guard.h 22 called 17 times
lython::PopGuard<std::vector<lython::StmtNode*, lython::Allocator<lython::StmtNode*, lython::device::CPU> >, lython::ClassDef*>::~PopGuard() src/utilities/guard.h 26 called 17 times
lython::PopGuard<std::vector<lython::StmtNode*, lython::Allocator<lython::StmtNode*, lython::device::CPU> >, lython::StmtNode*>::PopGuard(std::vector<lython::StmtNode*, lython::Allocator<lython::StmtNode*, lython::device::CPU> >&, lython::StmtNode* const&) src/utilities/guard.h 22 called 127 times
lython::PopGuard<std::vector<lython::StmtNode*, lython::Allocator<lython::StmtNode*, lython::device::CPU> >, lython::StmtNode*>::last(int, lython::StmtNode* const&) const src/utilities/guard.h 28 called 127 times
lython::PopGuard<std::vector<lython::StmtNode*, lython::Allocator<lython::StmtNode*, lython::device::CPU> >, lython::StmtNode*>::~PopGuard() src/utilities/guard.h 26 called 127 times
lython::PopGuard<std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> >, lython::Allocator<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> >, lython::device::CPU> >, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > >::PopGuard(std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> >, lython::Allocator<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> >, lython::device::CPU> >&, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&) src/utilities/guard.h 22 called 144 times
lython::PopGuard<std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> >, lython::Allocator<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> >, lython::device::CPU> >, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > >::~PopGuard() src/utilities/guard.h 26 called 144 times
lython::Pow<double>::call(double, double) src/builtin/operators.inc 100 not called
lython::Pow<float>::call(float, float) src/builtin/operators.inc 100 not called
lython::Pow<int>::call(int, int) src/builtin/operators.inc 100 not called
lython::Pow<long>::call(long, long) src/builtin/operators.inc 100 not called
lython::Pow<short>::call(short, short) src/builtin/operators.inc 100 not called
lython::Pow<signed char>::call(signed char, signed char) src/builtin/operators.inc 100 not called
lython::Pow<unsigned char>::call(unsigned char, unsigned char) src/builtin/operators.inc 100 not called
lython::Pow<unsigned int>::call(unsigned int, unsigned int) src/builtin/operators.inc 100 not called
lython::Pow<unsigned long>::call(unsigned long, unsigned long) src/builtin/operators.inc 100 not called
lython::Pow<unsigned short>::call(unsigned short, unsigned short) src/builtin/operators.inc 100 not called
lython::Printer::alias(lython::Alias const&, int, std::ostream&, int) src/ast/ops/print.cpp 1222 not called
lython::Printer::annassign(lython::AnnAssign const*, int, std::ostream&, int) src/ast/ops/print.cpp 933 called 19 times
lython::Printer::arguments(lython::Arguments const&, int, std::ostream&, int) src/ast/ops/print.cpp 1255 called 48 times
lython::Printer::arraytype(lython::ArrayType const*, int, std::ostream&, int) src/ast/ops/print.cpp 1003 called 3 times
lython::Printer::arrow(lython::Arrow const*, int, std::ostream&, int) src/ast/ops/print.cpp 978 called 233 times
lython::Printer::assertstmt(lython::Assert const*, int, std::ostream&, int) src/ast/ops/print.cpp 217 called 11 times
lython::Printer::assign(lython::Assign const*, int, std::ostream&, int) src/ast/ops/print.cpp 926 called 76 times
lython::Printer::attribute(lython::Attribute const*, int, std::ostream&, int) src/ast/ops/print.cpp 179 called 16 times
lython::Printer::augassign(lython::AugAssign const*, int, std::ostream&, int) src/ast/ops/print.cpp 918 called 11 times
lython::Printer::await(lython::Await const*, int, std::ostream&, int) src/ast/ops/print.cpp 539 called 4 times
lython::Printer::binop(lython::BinOp const*, int, std::ostream&, int) src/ast/ops/print.cpp 814 called 95 times
lython::Printer::boolop(lython::BoolOp const*, int, std::ostream&, int) src/ast/ops/print.cpp 850 called 8 times
lython::Printer::breakstmt(lython::Break const*, int, std::ostream&, int) src/ast/ops/print.cpp 951 called 2 times
lython::Printer::builtintype(lython::BuiltinType const*, int, std::ostream&, int) src/ast/ops/print.cpp 1015 called 744 times
lython::Printer::call(lython::Call const*, int, std::ostream&, int) src/ast/ops/print.cpp 560 called 82 times
lython::Printer::classdef(lython::ClassDef const*, int, std::ostream&, int) src/ast/ops/print.cpp 603 called 8 times
lython::Printer::classdef(lython::ClassDef const*, int, std::ostream&, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/ops/print.cpp 612 called 8 times
lython::Printer::classdef(lython::ClassDef const*, int, std::ostream&, int)::{lambda(char const*, char const*)#2}::operator()(char const*, char const*) const src/ast/ops/print.cpp 646 called 8 times
lython::Printer::classdef(lython::ClassDef const*, int, std::ostream&, int)::{lambda(char const*, char const*)#3}::operator()(char const*, char const*) const src/ast/ops/print.cpp 653 called 4 times
lython::Printer::classdef(lython::ClassDef const*, int, std::ostream&, int)::{lambda(char const*, char const*)#4}::operator()(char const*, char const*) const src/ast/ops/print.cpp 673 called 8 times
lython::Printer::classtype(lython::ClassType const*, int, std::ostream&, int) src/ast/ops/print.cpp 1055 not called
lython::Printer::comment(lython::Comment const*, int, std::ostream&, int) src/ast/ops/print.cpp 1250 called 278 times
lython::Printer::compare(lython::Compare const*, int, std::ostream&, int) src/ast/ops/print.cpp 798 called 77 times
lython::Printer::constant(lython::Constant const*, int, std::ostream&, int) src/ast/ops/print.cpp 591 called 497 times
lython::Printer::continuestmt(lython::Continue const*, int, std::ostream&, int) src/ast/ops/print.cpp 956 called 2 times
lython::Printer::deletestmt(lython::Delete const*, int, std::ostream&, int) src/ast/ops/print.cpp 905 called 4 times
lython::Printer::dictcomp(lython::DictComp const*, int, std::ostream&, int) src/ast/ops/print.cpp 528 called 6 times
lython::Printer::dictexpr(lython::DictExpr const*, int, std::ostream&, int) src/ast/ops/print.cpp 334 called 12 times
lython::Printer::dicttype(lython::DictType const*, int, std::ostream&, int) src/ast/ops/print.cpp 984 called 3 times
lython::Printer::excepthandler(lython::ExceptHandler const&, int, std::ostream&, int) src/ast/ops/print.cpp 104 called 4 times
lython::Printer::excepthandler(lython::ExceptHandler const&, int, std::ostream&, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/ops/print.cpp 117 called 4 times
lython::Printer::expression(lython::Expression const*, int, std::ostream&, int) src/ast/ops/print.cpp 1234 not called
lython::Printer::exprstmt(lython::Expr const*, int, std::ostream&, int) src/ast/ops/print.cpp 961 called 241 times
lython::Printer::formattedvalue(lython::FormattedValue const*, int, std::ostream&, int) src/ast/ops/print.cpp 1036 called 6 times
lython::Printer::forstmt(lython::For const*, int, std::ostream&, int) src/ast/ops/print.cpp 747 called 16 times
lython::Printer::forstmt(lython::For const*, int, std::ostream&, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/ops/print.cpp 754 called 16 times
lython::Printer::forstmt(lython::For const*, int, std::ostream&, int)::{lambda(char const*, char const*)#2}::operator()(char const*, char const*) const src/ast/ops/print.cpp 762 called 2 times
lython::Printer::functiondef(lython::FunctionDef const*, int, std::ostream&, int) src/ast/ops/print.cpp 685 called 45 times
lython::Printer::functiondef(lython::FunctionDef const*, int, std::ostream&, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/ops/print.cpp 694 called 8 times
lython::Printer::functiondef(lython::FunctionDef const*, int, std::ostream&, int)::{lambda(char const*, char const*)#2}::operator()(char const*, char const*) const src/ast/ops/print.cpp 713 called 45 times
lython::Printer::functiondef(lython::FunctionDef const*, int, std::ostream&, int)::{lambda(char const*, char const*)#3}::operator()(char const*, char const*) const src/ast/ops/print.cpp 720 called 5 times
lython::Printer::functiontype(lython::FunctionType const*, int, std::ostream&, int) src/ast/ops/print.cpp 1230 not called
lython::Printer::generateexpr(lython::GeneratorExp const*, int, std::ostream&, int) src/ast/ops/print.cpp 518 called 11 times
lython::Printer::global(lython::Global const*, int, std::ostream&, int) src/ast/ops/print.cpp 968 called 2 times
lython::Printer::ifexp(lython::IfExp const*, int, std::ostream&, int) src/ast/ops/print.cpp 488 called 5 times
lython::Printer::ifstmt(lython::If const*, int, std::ostream&, int) src/ast/ops/print.cpp 429 called 2 times
lython::Printer::ifstmt(lython::If const*, int, std::ostream&, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/ops/print.cpp 433 called 2 times
lython::Printer::ifstmt(lython::If const*, int, std::ostream&, int)::{lambda(char const*, char const*)#2}::operator()(char const*, char const*) const src/ast/ops/print.cpp 445 called 2 times
lython::Printer::ifstmt(lython::If const*, int, std::ostream&, int)::{lambda(char const*, char const*)#3}::operator()(char const*, char const*) const src/ast/ops/print.cpp 452 called 2 times
lython::Printer::import(lython::Import const*, int, std::ostream&, int) src/ast/ops/print.cpp 253 called 9 times
lython::Printer::importfrom(lython::ImportFrom const*, int, std::ostream&, int) src/ast/ops/print.cpp 273 called 6 times
lython::Printer::indent[abi:cxx11](int, int) src/ast/ops/print.cpp 52 called 610 times
lython::Printer::inlinestmt(lython::Inline const*, int, std::ostream&, int) src/ast/ops/print.cpp 730 called 2 times
lython::Printer::interactive(lython::Interactive const*, int, std::ostream&, int) src/ast/ops/print.cpp 1238 not called
lython::Printer::invalidstmt(lython::InvalidStatement const*, int, std::ostream&, int) src/ast/ops/print.cpp 841 called 2 times
lython::Printer::joinedstr(lython::JoinedStr const*, int, std::ostream&, int) src/ast/ops/print.cpp 1020 called 6 times
lython::Printer::keyword(lython::Keyword const&, int, std::ostream&, int) src/ast/ops/print.cpp 1214 not called
lython::Printer::lambda(lython::Lambda const*, int, std::ostream&, int) src/ast/ops/print.cpp 480 called 3 times
lython::Printer::listcomp(lython::ListComp const*, int, std::ostream&, int) src/ast/ops/print.cpp 497 called 11 times
lython::Printer::listexpr(lython::ListExpr const*, int, std::ostream&, int) src/ast/ops/print.cpp 324 called 11 times
lython::Printer::match(lython::Match const*, int, std::ostream&, int) src/ast/ops/print.cpp 460 called 9 times
lython::Printer::match(lython::Match const*, int, std::ostream&, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/ops/print.cpp 464 called 9 times
lython::Printer::matchas(lython::MatchAs const*, int, std::ostream&, int) src/ast/ops/print.cpp 413 called 4 times
lython::Printer::matchcase(lython::MatchCase const&, int, std::ostream&, int) src/ast/ops/print.cpp 122 called 30 times
lython::Printer::matchcase(lython::MatchCase const&, int, std::ostream&, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/ops/print.cpp 132 called 30 times
lython::Printer::matchclass(lython::MatchClass const*, int, std::ostream&, int) src/ast/ops/print.cpp 384 called 4 times
lython::Printer::matchmapping(lython::MatchMapping const*, int, std::ostream&, int) src/ast/ops/print.cpp 365 called 4 times
lython::Printer::matchor(lython::MatchOr const*, int, std::ostream&, int) src/ast/ops/print.cpp 424 called 4 times
lython::Printer::matchsequence(lython::MatchSequence const*, int, std::ostream&, int) src/ast/ops/print.cpp 358 called 8 times
lython::Printer::matchsingleton(lython::MatchSingleton const*, int, std::ostream&, int) src/ast/ops/print.cpp 352 called 8 times
lython::Printer::matchstar(lython::MatchStar const*, int, std::ostream&, int) src/ast/ops/print.cpp 404 called 2 times
lython::Printer::matchvalue(lython::MatchValue const*, int, std::ostream&, int) src/ast/ops/print.cpp 346 called 34 times
lython::Printer::maybe_inline_comment(lython::Comment*, int, std::ostream&, int, lython::CodeLocation const&) src/ast/ops/print.cpp 61 called 583 times
lython::Printer::module(lython::Module const*, int, std::ostream&, int) src/ast/ops/print.cpp 200 called 225 times
lython::Printer::name(lython::Name const*, int, std::ostream&, int) src/ast/ops/print.cpp 998 called 2089 times
lython::Printer::namedexpr(lython::NamedExpr const*, int, std::ostream&, int) src/ast/ops/print.cpp 596 called 2 times
lython::Printer::nonlocal(lython::Nonlocal const*, int, std::ostream&, int) src/ast/ops/print.cpp 973 called 2 times
lython::Printer::pass(lython::Pass const*, int, std::ostream&, int) src/ast/ops/print.cpp 946 called 62 times
lython::Printer::print_body(std::vector<lython::StmtNode*, lython::Allocator<lython::StmtNode*, lython::device::CPU> > const&, int, std::ostream&, int, bool) src/ast/ops/print.cpp 76 called 357 times
lython::Printer::print_body(std::vector<lython::StmtNode*, lython::Allocator<lython::StmtNode*, lython::device::CPU> > const&, int, std::ostream&, int, bool)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/ops/print.cpp 90 called 401 times
lython::Printer::raise(lython::Raise const*, int, std::ostream&, int) src/ast/ops/print.cpp 204 called 7 times
lython::Printer::returnstmt(lython::Return const*, int, std::ostream&, int) src/ast/ops/print.cpp 895 called 160 times
lython::Printer::setcomp(lython::SetComp const*, int, std::ostream&, int) src/ast/ops/print.cpp 507 called 11 times
lython::Printer::setexpr(lython::SetExpr const*, int, std::ostream&, int) src/ast/ops/print.cpp 329 called 10 times
lython::Printer::settype(lython::SetType const*, int, std::ostream&, int) src/ast/ops/print.cpp 992 called 3 times
lython::Printer::slice(lython::Slice const*, int, std::ostream&, int) src/ast/ops/print.cpp 297 called 12 times
lython::Printer::starred(lython::Starred const*, int, std::ostream&, int) src/ast/ops/print.cpp 194 called 3 times
lython::Printer::subscript(lython::Subscript const*, int, std::ostream&, int) src/ast/ops/print.cpp 186 called 16 times
lython::Printer::trystmt(lython::Try const*, int, std::ostream&, int) src/ast/ops/print.cpp 770 called 4 times
lython::Printer::trystmt(lython::Try const*, int, std::ostream&, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/ops/print.cpp 772 called 4 times
lython::Printer::trystmt(lython::Try const*, int, std::ostream&, int)::{lambda(char const*, char const*)#2}::operator()(char const*, char const*) const src/ast/ops/print.cpp 783 called 4 times
lython::Printer::trystmt(lython::Try const*, int, std::ostream&, int)::{lambda(char const*, char const*)#3}::operator()(char const*, char const*) const src/ast/ops/print.cpp 790 called 4 times
lython::Printer::tupleexpr(lython::TupleExpr const*, int, std::ostream&, int) src/ast/ops/print.cpp 315 called 28 times
lython::Printer::tupletype(lython::TupleType const*, int, std::ostream&, int) src/ast/ops/print.cpp 1009 called 1 time
lython::Printer::unaryop(lython::UnaryOp const*, int, std::ostream&, int) src/ast/ops/print.cpp 869 called 9 times
lython::Printer::whilestmt(lython::While const*, int, std::ostream&, int) src/ast/ops/print.cpp 877 called 4 times
lython::Printer::whilestmt(lython::While const*, int, std::ostream&, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/ops/print.cpp 881 called 4 times
lython::Printer::whilestmt(lython::While const*, int, std::ostream&, int)::{lambda(char const*, char const*)#2}::operator()(char const*, char const*) const src/ast/ops/print.cpp 887 called 3 times
lython::Printer::with(lython::With const*, int, std::ostream&, int) src/ast/ops/print.cpp 228 called 10 times
lython::Printer::with(lython::With const*, int, std::ostream&, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/ast/ops/print.cpp 246 called 10 times
lython::Printer::withitem(lython::WithItem const&, int, std::ostream&, int) src/ast/ops/print.cpp 1242 not called
lython::Printer::yield(lython::Yield const*, int, std::ostream&, int) src/ast/ops/print.cpp 545 called 6 times
lython::Printer::yieldfrom(lython::YieldFrom const*, int, std::ostream&, int) src/ast/ops/print.cpp 554 called 3 times
lython::ProfileCmd::ProfileCmd() src/cli/commands/profile.h 7 called 8 times
lython::ProfileCmd::main(argparse::ArgumentParser const&) src/cli/commands/profile.h 14 not called
lython::ProfileCmd::parser() src/cli/commands/profile.h 9 called 8 times
lython::RShift<int>::call(int, int) src/builtin/operators.inc 110 not called
lython::RShift<long>::call(long, long) src/builtin/operators.inc 110 not called
lython::RShift<short>::call(short, short) src/builtin/operators.inc 110 not called
lython::RShift<signed char>::call(signed char, signed char) src/builtin/operators.inc 110 not called
lython::RShift<unsigned char>::call(unsigned char, unsigned char) src/builtin/operators.inc 110 not called
lython::RShift<unsigned int>::call(unsigned int, unsigned int) src/builtin/operators.inc 110 not called
lython::RShift<unsigned long>::call(unsigned long, unsigned long) src/builtin/operators.inc 110 not called
lython::RShift<unsigned short>::call(unsigned short, unsigned short) src/builtin/operators.inc 110 not called
lython::Raise* lython::GCObject::new_object<lython::Raise>() src/utilities/object.h 14 called 16 times
lython::Raise* lython::GCObject::new_root<lython::Raise>() src/utilities/object.h 27 called 16 times
lython::Raise::Raise() src/ast/nodes.h 929 called 16 times
lython::RecursiveDefinition::RecursiveDefinition(std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&, lython::ExprNode*, lython::ClassDef*) src/sema/errors.h 150 not called
lython::RecursiveDefinition::message[abi:cxx11]() const src/sema/errors.cpp 85 not called
lython::RecursiveDefinition::message[abi:cxx11](lython::ExprNode const*, lython::ClassDef const*) src/sema/errors.cpp 87 not called
lython::Return* lython::GCObject::new_object<lython::Return>() src/utilities/object.h 14 called 286 times
lython::Return* lython::GCObject::new_root<lython::Return>() src/utilities/object.h 27 called 286 times
lython::Return::Return() src/ast/nodes.h 822 called 286 times
lython::Scope::Scope(lython::Bindings&) src/sema/bindings.h 139 called 220 times
lython::Scope::~Scope() src/sema/bindings.h 143 called 220 times
lython::SemaErrorPrinter::SemaErrorPrinter(std::ostream&, lython::AbstractLexer*) src/sema/errors.h 184 called 170 times
lython::SemaErrorPrinter::print(lython::SemaException const&) src/sema/errors.cpp 98 called 136 times
lython::SemaException::SemaException() src/sema/errors.h 26 called 450 times
lython::SemaException::SemaException(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) src/sema/errors.h 24 called 12 times
lython::SemaException::generate_message() const src/sema/errors.h 33 called 272 times
lython::SemaException::set_expr(lython::ExprNode*) src/sema/errors.h 51 called 305 times
lython::SemaException::set_node(lython::Node*) src/sema/errors.h 41 called 319 times
lython::SemaException::set_stmt(lython::StmtNode*) src/sema/errors.h 56 called 14 times
lython::SemaException::what() const src/sema/errors.h 28 called 272 times
lython::SemanticAnalyser::add_arguments(lython::Arguments&, lython::Arrow*, lython::ClassDef*, int) src/sema/sema.cpp 878 called 135 times
lython::SemanticAnalyser::add_arguments(lython::Arguments&, lython::Arrow*, lython::ClassDef*, int)::{lambda(char const*, char const*)#2}::operator()(char const*, char const*) const src/sema/sema.cpp 935 called 14 times
lython::SemanticAnalyser::add_arguments(lython::Arguments&, lython::Arrow*, lython::ClassDef*, int)::{lambda(char const*, char const*)#3}::operator()(char const*, char const*) const src/sema/sema.cpp 947 not called
lython::SemanticAnalyser::add_arguments(lython::Arguments&, lython::Arrow*, lython::ClassDef*, int)::{lambda(char const*, char const*)#4}::operator()(char const*, char const*) const src/sema/sema.cpp 973 not called
lython::SemanticAnalyser::add_arguments(lython::Arguments&, lython::Arrow*, lython::ClassDef*, int)::{lambda(lython::ExprNode*, lython::ExprNode*)#1}::operator()(lython::ExprNode*, lython::ExprNode*) const src/sema/sema.cpp 884 called 111 times
lython::SemanticAnalyser::add_arguments(lython::Arguments&, lython::Arrow*, lython::ClassDef*, int)::{lambda(lython::ExprNode*, lython::ExprNode*)#1}::operator()(lython::ExprNode*, lython::ExprNode*) const::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/sema/sema.cpp 895 called 5 times
lython::SemanticAnalyser::add_arguments(lython::Arguments&, lython::Arrow*, lython::ClassDef*, int)::{lambda(lython::ExprNode*, lython::ExprNode*)#1}::operator()(lython::ExprNode*, lython::ExprNode*) const::{lambda(char const*, char const*)#2}::operator()(char const*, char const*) const src/sema/sema.cpp 900 called 84 times
lython::SemanticAnalyser::add_arguments(lython::Arguments&, lython::Arrow*, lython::ClassDef*, int)::{lambda(lython::ExprNode*, lython::ExprNode*)#1}::operator()(lython::ExprNode*, lython::ExprNode*) const::{lambda(char const*, char const*)#3}::operator()(char const*, char const*) const src/sema/sema.cpp 904 called 5 times
lython::SemanticAnalyser::add_name(lython::ExprNode*, lython::ExprNode*, lython::ExprNode*) src/sema/sema.cpp 14 called 73 times
lython::SemanticAnalyser::annassign(lython::AnnAssign*, int) src/sema/sema.cpp 1380 called 19 times
lython::SemanticAnalyser::annassign(lython::AnnAssign*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/sema/sema.cpp 1382 called 19 times
lython::SemanticAnalyser::annassign(lython::AnnAssign*, int)::{lambda(char const*, char const*)#2}::operator()(char const*, char const*) const src/sema/sema.cpp 1390 called 19 times
lython::SemanticAnalyser::annassign(lython::AnnAssign*, int)::{lambda(char const*, char const*)#3}::operator()(char const*, char const*) const src/sema/sema.cpp 1402 called 19 times
lython::SemanticAnalyser::annassign(lython::AnnAssign*, int)::{lambda(char const*, char const*)#4}::operator()(char const*, char const*) const src/sema/sema.cpp 1407 called 4 times
lython::SemanticAnalyser::annassign(lython::AnnAssign*, int)::{lambda(char const*, char const*)#5}::operator()(char const*, char const*) const src/sema/sema.cpp 1424 not called
lython::SemanticAnalyser::arraytype(lython::ArrayType*, int) src/sema/sema.cpp 1623 not called
lython::SemanticAnalyser::arrow(lython::Arrow*, int) src/sema/sema.cpp 1624 not called
lython::SemanticAnalyser::assertstmt(lython::Assert*, int) src/sema/sema.cpp 1519 called 8 times
lython::SemanticAnalyser::assign(lython::Assign*, int) src/sema/sema.cpp 1319 called 68 times
lython::SemanticAnalyser::assign(lython::Assign*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/sema/sema.cpp 1333 called 11 times
lython::SemanticAnalyser::assign(lython::Assign*, int)::{lambda(char const*, char const*)#2}::operator()(char const*, char const*) const src/sema/sema.cpp 1335 called 5 times
lython::SemanticAnalyser::attribute(lython::Attribute*, int) src/sema/sema.cpp 726 called 10 times
lython::SemanticAnalyser::attribute(lython::Attribute*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/sema/sema.cpp 741 called 1 time
lython::SemanticAnalyser::attribute(lython::Attribute*, int)::{lambda(char const*, char const*)#2}::operator()(char const*, char const*) const src/sema/sema.cpp 747 called 3 times
lython::SemanticAnalyser::attribute_assign(lython::Attribute*, int, lython::ExprNode*) src/sema/sema.cpp 753 called 11 times
lython::SemanticAnalyser::attribute_assign(lython::Attribute*, int, lython::ExprNode*)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/sema/sema.cpp 759 not called
lython::SemanticAnalyser::attribute_assign(lython::Attribute*, int, lython::ExprNode*)::{lambda(char const*, char const*)#2}::operator()(char const*, char const*) const src/sema/sema.cpp 765 called 1 time
lython::SemanticAnalyser::attribute_assign(lython::Attribute*, int, lython::ExprNode*)::{lambda(char const*, char const*)#3}::operator()(char const*, char const*) const src/sema/sema.cpp 775 called 10 times
lython::SemanticAnalyser::augassign(lython::AugAssign*, int) src/sema/sema.cpp 1361 called 14 times
lython::SemanticAnalyser::augassign(lython::AugAssign*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/sema/sema.cpp 1371 called 4 times
lython::SemanticAnalyser::augassign(lython::AugAssign*, int)::{lambda(char const*, char const*)#2}::operator()(char const*, char const*) const src/sema/sema.cpp 1374 called 14 times
lython::SemanticAnalyser::await(lython::Await*, int) src/sema/sema.cpp 417 called 2 times
lython::SemanticAnalyser::binop(lython::BinOp*, int) src/sema/sema.cpp 241 called 37 times
lython::SemanticAnalyser::binop(lython::BinOp*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/sema/sema.cpp 246 called 37 times
lython::SemanticAnalyser::binop(lython::BinOp*, int)::{lambda(char const*, char const*)#2}::operator()(char const*, char const*) const src/sema/sema.cpp 255 called 17 times
lython::SemanticAnalyser::boolop(lython::BoolOp*, int) src/sema/sema.cpp 82 called 10 times
lython::SemanticAnalyser::boolop(lython::BoolOp*, int)::{lambda(char const*, char const*)#10}::operator()(char const*, char const*) const src/sema/sema.cpp 137 not called
lython::SemanticAnalyser::boolop(lython::BoolOp*, int)::{lambda(char const*, char const*)#11}::operator()(char const*, char const*) const src/sema/sema.cpp 141 called 5 times
lython::SemanticAnalyser::boolop(lython::BoolOp*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/sema/sema.cpp 118 called 1 time
lython::SemanticAnalyser::boolop(lython::BoolOp*, int)::{lambda(char const*, char const*)#2}::operator()(char const*, char const*) const src/sema/sema.cpp 119 called 1 time
lython::SemanticAnalyser::boolop(lython::BoolOp*, int)::{lambda(char const*, char const*)#3}::operator()(char const*, char const*) const src/sema/sema.cpp 121 called 1 time
lython::SemanticAnalyser::boolop(lython::BoolOp*, int)::{lambda(char const*, char const*)#4}::operator()(char const*, char const*) const src/sema/sema.cpp 122 called 1 time
lython::SemanticAnalyser::boolop(lython::BoolOp*, int)::{lambda(char const*, char const*)#5}::operator()(char const*, char const*) const src/sema/sema.cpp 123 called 1 time
lython::SemanticAnalyser::boolop(lython::BoolOp*, int)::{lambda(char const*, char const*)#6}::operator()(char const*, char const*) const src/sema/sema.cpp 132 not called
lython::SemanticAnalyser::boolop(lython::BoolOp*, int)::{lambda(char const*, char const*)#7}::operator()(char const*, char const*) const src/sema/sema.cpp 133 not called
lython::SemanticAnalyser::boolop(lython::BoolOp*, int)::{lambda(char const*, char const*)#8}::operator()(char const*, char const*) const src/sema/sema.cpp 135 not called
lython::SemanticAnalyser::boolop(lython::BoolOp*, int)::{lambda(char const*, char const*)#9}::operator()(char const*, char const*) const src/sema/sema.cpp 136 not called
lython::SemanticAnalyser::breakstmt(lython::Break*, int) src/sema/sema.cpp 1548 called 2 times
lython::SemanticAnalyser::builtintype(lython::BuiltinType*, int) src/sema/sema.cpp 1625 not called
lython::SemanticAnalyser::call(lython::Call*, int) src/sema/sema.cpp 555 called 91 times
lython::SemanticAnalyser::call(lython::Call*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/sema/sema.cpp 564 called 12 times
lython::SemanticAnalyser::call(lython::Call*, int)::{lambda(char const*, char const*)#2}::operator()(char const*, char const*) const src/sema/sema.cpp 598 not called
lython::SemanticAnalyser::call(lython::Call*, int)::{lambda(char const*, char const*)#3}::operator()(char const*, char const*) const src/sema/sema.cpp 618 called 79 times
lython::SemanticAnalyser::classdef(lython::ClassDef*, int) src/sema/sema.cpp 1229 called 17 times
lython::SemanticAnalyser::classtype(lython::ClassType*, int) src/sema/sema.cpp 1628 not called
lython::SemanticAnalyser::comment(lython::Comment*, int) src/sema/sema.cpp 823 not called
lython::SemanticAnalyser::compare(lython::Compare*, int) src/sema/sema.cpp 207 called 35 times
lython::SemanticAnalyser::compare(lython::Compare*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/sema/sema.cpp 225 called 22 times
lython::SemanticAnalyser::constant(lython::Constant*, int) src/sema/sema.cpp 703 called 232 times
lython::SemanticAnalyser::continuestmt(lython::Continue*, int) src/sema/sema.cpp 1552 called 2 times
lython::SemanticAnalyser::deletestmt(lython::Delete*, int) src/sema/sema.cpp 1313 called 2 times
lython::SemanticAnalyser::dictcomp(lython::DictComp*, int) src/sema/sema.cpp 398 called 2 times
lython::SemanticAnalyser::dictexpr(lython::DictExpr*, int) src/sema/sema.cpp 308 called 5 times
lython::SemanticAnalyser::dictexpr(lython::DictExpr*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/sema/sema.cpp 317 called 3 times
lython::SemanticAnalyser::dictexpr(lython::DictExpr*, int)::{lambda(char const*, char const*)#2}::operator()(char const*, char const*) const src/sema/sema.cpp 318 called 3 times
lython::SemanticAnalyser::dicttype(lython::DictType*, int) src/sema/sema.cpp 1622 not called
lython::SemanticAnalyser::exec_body(std::vector<lython::StmtNode*, lython::Allocator<lython::StmtNode*, lython::device::CPU> >&, int) src/sema/sema.cpp 1014 called 127 times
lython::SemanticAnalyser::expression(lython::Expression*, int) src/sema/sema.cpp 1639 not called
lython::SemanticAnalyser::exprstmt(lython::Expr*, int) src/sema/sema.cpp 1546 called 120 times
lython::SemanticAnalyser::find_method(lython::ExprNode*, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&, int) src/sema/sema.cpp 58 not called
lython::SemanticAnalyser::formattedvalue(lython::FormattedValue*, int) src/sema/sema.cpp 632 called 3 times
lython::SemanticAnalyser::formattedvalue(lython::FormattedValue*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/sema/sema.cpp 668 not called
lython::SemanticAnalyser::forstmt(lython::For*, int) src/sema/sema.cpp 1429 called 4 times
lython::SemanticAnalyser::functiondef(lython::FunctionDef*, int) src/sema/sema.cpp 1026 called 127 times
lython::SemanticAnalyser::functiondef(lython::FunctionDef*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/sema/sema.cpp 1029 not called
lython::SemanticAnalyser::functiondef(lython::FunctionDef*, int)::{lambda(char const*, char const*)#2}::operator()(char const*, char const*) const src/sema/sema.cpp 1065 called 55 times
lython::SemanticAnalyser::functiondef_arrow(lython::FunctionDef*, lython::StmtNode*, int) src/sema/sema.cpp 980 called 127 times
lython::SemanticAnalyser::functiondef_arrow(lython::FunctionDef*, lython::StmtNode*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/sema/sema.cpp 989 called 55 times
lython::SemanticAnalyser::functiontype(lython::FunctionType*, int) src/sema/sema.cpp 1638 not called
lython::SemanticAnalyser::generate_function_name[abi:cxx11](lython::FunctionDef*) src/sema/sema.cpp 1003 called 127 times
lython::SemanticAnalyser::generateexpr(lython::GeneratorExp*, int) src/sema/sema.cpp 364 called 2 times
lython::SemanticAnalyser::get_arrow(lython::ExprNode*, lython::ExprNode*, int, int&, lython::ClassDef*&) src/sema/sema.cpp 475 called 91 times
lython::SemanticAnalyser::get_arrow(lython::ExprNode*, lython::ExprNode*, int, int&, lython::ClassDef*&)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/sema/sema.cpp 495 not called
lython::SemanticAnalyser::get_arrow(lython::ExprNode*, lython::ExprNode*, int, int&, lython::ClassDef*&)::{lambda(char const*, char const*)#2}::operator()(char const*, char const*) const src/sema/sema.cpp 512 called 8 times
lython::SemanticAnalyser::get_arrow(lython::ExprNode*, lython::ExprNode*, int, int&, lython::ClassDef*&)::{lambda(char const*, char const*)#3}::operator()(char const*, char const*) const src/sema/sema.cpp 533 called 4 times
lython::SemanticAnalyser::get_arrow(lython::ExprNode*, lython::ExprNode*, int, int&, lython::ClassDef*&)::{lambda(char const*, char const*)#4}::operator()(char const*, char const*) const src/sema/sema.cpp 546 not called
lython::SemanticAnalyser::get_class(lython::ExprNode*, int) src/sema/sema.cpp 460 called 29 times
lython::SemanticAnalyser::get_context() src/sema/sema.h 112 called 133 times
lython::SemanticAnalyser::global(lython::Global*, int) src/sema/sema.cpp 1528 called 1 time
lython::SemanticAnalyser::global(lython::Global*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/sema/sema.cpp 1532 called 1 time
lython::SemanticAnalyser::has_errors() const src/sema/sema.cpp 1641 called 169 times
lython::SemanticAnalyser::ifexp(lython::IfExp*, int) src/sema/sema.cpp 298 called 3 times
lython::SemanticAnalyser::ifexp(lython::IfExp*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/sema/sema.cpp 301 called 3 times
lython::SemanticAnalyser::ifexp(lython::IfExp*, int)::{lambda(char const*, char const*)#2}::operator()(char const*, char const*) const src/sema/sema.cpp 305 called 3 times
lython::SemanticAnalyser::ifstmt(lython::If*, int) src/sema/sema.cpp 1447 called 8 times
lython::SemanticAnalyser::import(lython::Import*, int) src/sema/sema_import.cpp 133 called 4 times
lython::SemanticAnalyser::import(lython::Import*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/sema/sema_import.cpp 141 called 6 times
lython::SemanticAnalyser::importfrom(lython::ImportFrom*, int) src/sema/sema_import.cpp 215 called 4 times
lython::SemanticAnalyser::importfrom(lython::ImportFrom*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/sema/sema_import.cpp 223 called 2 times
lython::SemanticAnalyser::importfrom(lython::ImportFrom*, int)::{lambda(char const*, char const*)#2}::operator()(char const*, char const*) const src/sema/sema_import.cpp 230 not called
lython::SemanticAnalyser::importfrom(lython::ImportFrom*, int)::{lambda(char const*, char const*)#3}::operator()(char const*, char const*) const src/sema/sema_import.cpp 251 not called
lython::SemanticAnalyser::importfrom(lython::ImportFrom*, int)::{lambda(char const*, char const*)#4}::operator()(char const*, char const*) const src/sema/sema_import.cpp 260 not called
lython::SemanticAnalyser::inlinestmt(lython::Inline*, int) src/sema/sema.cpp 1568 called 2 times
lython::SemanticAnalyser::interactive(lython::Interactive*, int) src/sema/sema.cpp 1637 not called
lython::SemanticAnalyser::invalidstmt(lython::InvalidStatement*, int) src/sema/sema.cpp 1302 called 1 time
lython::SemanticAnalyser::is_type(lython::ExprNode*, int, lython::CodeLocation const&) src/sema/sema.cpp 47 called 241 times
lython::SemanticAnalyser::joinedstr(lython::JoinedStr*, int) src/sema/sema.cpp 626 called 3 times
lython::SemanticAnalyser::lambda(lython::Lambda*, int) src/sema/sema.cpp 290 called 2 times
lython::SemanticAnalyser::listcomp(lython::ListComp*, int) src/sema/sema.cpp 347 called 2 times
lython::SemanticAnalyser::listexpr(lython::ListExpr*, int) src/sema/sema.cpp 825 called 5 times
lython::SemanticAnalyser::listexpr(lython::ListExpr*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/sema/sema.cpp 833 called 3 times
lython::SemanticAnalyser::listexpr(lython::ListExpr*, int)::{lambda(char const*, char const*)#2}::operator()(char const*, char const*) const src/sema/sema.cpp 836 called 3 times
lython::SemanticAnalyser::load_name(lython::Name*) src/sema/sema.cpp 439 called 45 times
lython::SemanticAnalyser::load_name(lython::Name*)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/sema/sema.cpp 449 not called
lython::SemanticAnalyser::make_ref(lython::Node*, lython::StringRef const&, int) src/sema/sema.h 186 called 327 times
lython::SemanticAnalyser::make_ref(lython::Node*, lython::StringRef const&, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/sema/sema.h 192 called 310 times
lython::SemanticAnalyser::make_ref(lython::Node*, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&, int) src/sema/sema.h 176 called 323 times
lython::SemanticAnalyser::match(lython::Match*, int) src/sema/sema.cpp 1556 called 6 times
lython::SemanticAnalyser::matchas(lython::MatchAs*, int) src/sema/sema.cpp 1607 called 2 times
lython::SemanticAnalyser::matchclass(lython::MatchClass*, int) src/sema/sema.cpp 1590 called 2 times
lython::SemanticAnalyser::matchmapping(lython::MatchMapping*, int) src/sema/sema.cpp 1584 called 4 times
lython::SemanticAnalyser::matchor(lython::MatchOr*, int) src/sema/sema.cpp 1615 called 2 times
lython::SemanticAnalyser::matchsequence(lython::MatchSequence*, int) src/sema/sema.cpp 1578 called 6 times
lython::SemanticAnalyser::matchsingleton(lython::MatchSingleton*, int) src/sema/sema.cpp 1577 called 4 times
lython::SemanticAnalyser::matchstar(lython::MatchStar*, int) src/sema/sema.cpp 1600 called 2 times
lython::SemanticAnalyser::matchvalue(lython::MatchValue*, int) src/sema/sema.cpp 1573 called 18 times
lython::SemanticAnalyser::module(lython::Module*, int) src/sema/sema.cpp 1630 called 234 times
lython::SemanticAnalyser::name(lython::Name*, int) src/sema/sema.cpp 792 called 742 times
lython::SemanticAnalyser::name(lython::Name*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/sema/sema.cpp 798 called 36 times
lython::SemanticAnalyser::name(lython::Name*, int)::{lambda(char const*, char const*)#2}::operator()(char const*, char const*) const src/sema/sema.cpp 807 called 239 times
lython::SemanticAnalyser::name(lython::Name*, int)::{lambda(char const*, char const*)#3}::operator()(char const*, char const*) const src/sema/sema.cpp 808 called 239 times
lython::SemanticAnalyser::name(lython::Name*, int)::{lambda(char const*, char const*)#4}::operator()(char const*, char const*) const src/sema/sema.cpp 816 called 327 times
lython::SemanticAnalyser::name(lython::Name*, int)::{lambda(char const*, char const*)#5}::operator()(char const*, char const*) const src/sema/sema.cpp 818 called 415 times
lython::SemanticAnalyser::namedexpr(lython::NamedExpr*, int) src/sema/sema.cpp 189 called 2 times
lython::SemanticAnalyser::nonlocal(lython::Nonlocal*, int) src/sema/sema.cpp 1537 called 1 time
lython::SemanticAnalyser::nonlocal(lython::Nonlocal*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/sema/sema.cpp 1541 called 1 time
lython::SemanticAnalyser::oneof(std::vector<lython::ExprNode*, lython::Allocator<lython::ExprNode*, lython::device::CPU> >) src/sema/sema.h 165 called 88 times
lython::SemanticAnalyser::operator_function[abi:cxx11](lython::ExprNode*, lython::StringRef) src/sema/sema.cpp 71 called 22 times
lython::SemanticAnalyser::pass(lython::Pass*, int) src/sema/sema.cpp 1547 called 35 times
lython::SemanticAnalyser::raise(lython::Raise*, int) src/sema/sema.cpp 1479 called 4 times
lython::SemanticAnalyser::record_attributes(lython::ClassDef*, std::vector<lython::StmtNode*, lython::Allocator<lython::StmtNode*, lython::device::CPU> > const&, std::vector<lython::StmtNode*, lython::Allocator<lython::StmtNode*, lython::device::CPU> >&, lython::FunctionDef**, int) src/sema/sema.cpp 1080 called 17 times
lython::SemanticAnalyser::record_attributes(lython::ClassDef*, std::vector<lython::StmtNode*, lython::Allocator<lython::StmtNode*, lython::device::CPU> > const&, std::vector<lython::StmtNode*, lython::Allocator<lython::StmtNode*, lython::device::CPU> >&, lython::FunctionDef**, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/sema/sema.cpp 1103 called 6 times
lython::SemanticAnalyser::record_attributes(lython::ClassDef*, std::vector<lython::StmtNode*, lython::Allocator<lython::StmtNode*, lython::device::CPU> > const&, std::vector<lython::StmtNode*, lython::Allocator<lython::StmtNode*, lython::device::CPU> >&, lython::FunctionDef**, int)::{lambda(char const*, char const*)#2}::operator()(char const*, char const*) const src/sema/sema.cpp 1120 called 5 times
lython::SemanticAnalyser::record_attributes(lython::ClassDef*, std::vector<lython::StmtNode*, lython::Allocator<lython::StmtNode*, lython::device::CPU> > const&, std::vector<lython::StmtNode*, lython::Allocator<lython::StmtNode*, lython::device::CPU> >&, lython::FunctionDef**, int)::{lambda(char const*, char const*)#3}::operator()(char const*, char const*) const src/sema/sema.cpp 1123 called 8 times
lython::SemanticAnalyser::record_attributes(lython::ClassDef*, std::vector<lython::StmtNode*, lython::Allocator<lython::StmtNode*, lython::device::CPU> > const&, std::vector<lython::StmtNode*, lython::Allocator<lython::StmtNode*, lython::device::CPU> >&, lython::FunctionDef**, int)::{lambda(char const*, char const*)#4}::operator()(char const*, char const*) const src/sema/sema.cpp 1137 called 7 times
lython::SemanticAnalyser::record_attributes(lython::ClassDef*, std::vector<lython::StmtNode*, lython::Allocator<lython::StmtNode*, lython::device::CPU> > const&, std::vector<lython::StmtNode*, lython::Allocator<lython::StmtNode*, lython::device::CPU> >&, lython::FunctionDef**, int)::{lambda(char const*, char const*)#5}::operator()(char const*, char const*) const src/sema/sema.cpp 1144 called 5 times
lython::SemanticAnalyser::record_ctor_attributes(lython::ClassDef*, lython::FunctionDef*, int) src/sema/sema.cpp 1152 called 6 times
lython::SemanticAnalyser::record_ctor_attributes(lython::ClassDef*, lython::FunctionDef*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/sema/sema.cpp 1154 not called
lython::SemanticAnalyser::record_ctor_attributes(lython::ClassDef*, lython::FunctionDef*, int)::{lambda(char const*, char const*)#2}::operator()(char const*, char const*) const src/sema/sema.cpp 1158 called 6 times
lython::SemanticAnalyser::record_ctor_attributes(lython::ClassDef*, lython::FunctionDef*, int)::{lambda(char const*, char const*)#3}::operator()(char const*, char const*) const src/sema/sema.cpp 1220 called 8 times
lython::SemanticAnalyser::resolve_variable(lython::ExprNode*) src/sema/sema.cpp 195 called 37 times
lython::SemanticAnalyser::resolve_variable(lython::ExprNode*)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/sema/sema.cpp 200 called 17 times
lython::SemanticAnalyser::returnstmt(lython::Return*, int) src/sema/sema.cpp 1306 called 114 times
lython::SemanticAnalyser::setcomp(lython::SetComp*, int) src/sema/sema.cpp 380 called 2 times
lython::SemanticAnalyser::setexpr(lython::SetExpr*, int) src/sema/sema.cpp 330 called 5 times
lython::SemanticAnalyser::setexpr(lython::SetExpr*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/sema/sema.cpp 337 called 3 times
lython::SemanticAnalyser::settype(lython::SetType*, int) src/sema/sema.cpp 1627 not called
lython::SemanticAnalyser::show_diagnostic(std::ostream&, lython::AbstractLexer*) src/sema/sema.cpp 1642 called 170 times
lython::SemanticAnalyser::slice(lython::Slice*, int) src/sema/sema.cpp 863 called 4 times
lython::SemanticAnalyser::starred(lython::Starred*, int) src/sema/sema.cpp 787 called 2 times
lython::SemanticAnalyser::subscript(lython::Subscript*, int) src/sema/sema.cpp 781 called 5 times
lython::SemanticAnalyser::trystmt(lython::Try*, int) src/sema/sema.cpp 1485 called 2 times
lython::SemanticAnalyser::trystmt(lython::Try*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/sema/sema.cpp 1503 called 2 times
lython::SemanticAnalyser::tupleexpr(lython::TupleExpr*, int) src/sema/sema.cpp 844 called 17 times
lython::SemanticAnalyser::tupleexpr(lython::TupleExpr*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/sema/sema.cpp 854 called 23 times
lython::SemanticAnalyser::tupletype(lython::TupleType*, int) src/sema/sema.cpp 1626 called 3 times
lython::SemanticAnalyser::typecheck(lython::ExprNode*, lython::ExprNode*, lython::ExprNode*, lython::ExprNode*, lython::CodeLocation const&) src/sema/sema.cpp 26 called 489 times
lython::SemanticAnalyser::typecheck(lython::ExprNode*, lython::ExprNode*, lython::ExprNode*, lython::ExprNode*, lython::CodeLocation const&)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/sema/sema.cpp 42 called 21 times
lython::SemanticAnalyser::unaryop(lython::UnaryOp*, int) src/sema/sema.cpp 272 called 11 times
lython::SemanticAnalyser::unaryop(lython::UnaryOp*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/sema/sema.cpp 279 called 4 times
lython::SemanticAnalyser::whilestmt(lython::While*, int) src/sema/sema.cpp 1441 called 7 times
lython::SemanticAnalyser::with(lython::With*, int) src/sema/sema.cpp 1458 called 4 times
lython::SemanticAnalyser::yield(lython::Yield*, int) src/sema/sema.cpp 418 called 6 times
lython::SemanticAnalyser::yieldfrom(lython::YieldFrom*, int) src/sema/sema.cpp 427 called 2 times
lython::SemanticAnalyser::~SemanticAnalyser() src/sema/sema.h 139 called 1 time
lython::SetComp* lython::GCObject::new_object<lython::SetComp>() src/utilities/object.h 14 called 14 times
lython::SetComp* lython::GCObject::new_root<lython::SetComp>() src/utilities/object.h 27 called 14 times
lython::SetComp::SetComp() src/ast/nodes.h 524 called 14 times
lython::SetContext::attribute(lython::Attribute*, int) src/ast/ops/context.cpp 112 called 17 times
lython::SetContext::listexpr(lython::ListExpr*, int) src/ast/ops/context.cpp 132 not called
lython::SetContext::name(lython::Name*, int) src/ast/ops/context.cpp 127 called 815 times
lython::SetContext::starred(lython::Starred*, int) src/ast/ops/context.cpp 122 called 1 time
lython::SetContext::subscript(lython::Subscript*, int) src/ast/ops/context.cpp 117 not called
lython::SetContext::tupleexpr(lython::TupleExpr*, int) src/ast/ops/context.cpp 137 called 20 times
lython::SetExpr* lython::GCObject::new_object<lython::SetExpr>() src/utilities/object.h 14 called 29 times
lython::SetExpr* lython::GCObject::new_root<lython::SetExpr>() src/utilities/object.h 27 called 29 times
lython::SetExpr::SetExpr() src/ast/nodes.h 503 called 29 times
lython::SetLexerMode::SetLexerMode(lython::AbstractLexer&, lython::LexerMode) src/parser/parser.cpp 2697 called 58 times
lython::SetLexerMode::~SetLexerMode() src/parser/parser.cpp 2702 called 58 times
lython::SetType* lython::GCObject::new_object<lython::SetType>() src/utilities/object.h 14 called 5 times
lython::SetType* lython::GCObject::new_root<lython::SetType>() src/utilities/object.h 27 called 5 times
lython::SetType::SetType() src/ast/nodes.h 1047 called 5 times
lython::Slice* lython::GCObject::new_object<lython::Slice>() src/utilities/object.h 14 called 18 times
lython::Slice* lython::GCObject::new_root<lython::Slice>() src/utilities/object.h 27 called 18 times
lython::Slice::Slice() src/ast/nodes.h 639 called 18 times
lython::Starred* lython::GCObject::new_object<lython::Starred>() src/utilities/object.h 14 called 8 times
lython::Starred* lython::GCObject::new_root<lython::Starred>() src/utilities/object.h 27 called 8 times
lython::Starred::Starred() src/ast/nodes.h 602 called 8 times
lython::StmtNode::StmtNode(lython::NodeKind) src/ast/nodes.h 74 called 2954 times
lython::StmtNode::family() const src/ast/nodes.h 76 called 834 times
lython::StmtNode::is_one_line() const src/ast/nodes.h 90 called 2366 times
lython::StopWatch<double, std::chrono::duration<long, std::ratio<1l, 1000l> > >::StopWatch() src/utilities/stopwatch.h 32 called 171417 times
lython::StopWatch<double, std::chrono::duration<long, std::ratio<1l, 1000l> > >::diff(std::chrono::time_point<std::chrono::_V2::system_clock, std::chrono::duration<long, std::ratio<1l, 1000000000l> > >, std::chrono::time_point<std::chrono::_V2::system_clock, std::chrono::duration<long, std::ratio<1l, 1000000000l> > >) src/utilities/stopwatch.h 22 called 171419 times
lython::StopWatch<double, std::chrono::duration<long, std::ratio<1l, 1000l> > >::stop() const src/utilities/stopwatch.h 17 called 171417 times
lython::StringBuffer::file_name[abi:cxx11]() src/lexer/buffer.h 139 called 12 times
lython::StringBuffer::getc() src/lexer/buffer.h 129 called 27701 times
lython::StringBuffer::getline[abi:cxx11](int, int) src/lexer/buffer.h 152 not called
lython::StringBuffer::reset() src/lexer/buffer.h 147 not called
lython::StringBuffer::~StringBuffer() src/lexer/buffer.cpp 68 called 859 times
lython::StringDatabase::StringDatabase() src/utilities/names.cpp 190 called 12 times
lython::StringDatabase::count() const src/utilities/names.h 69 called 17394 times
lython::StringDatabase::current_block() src/utilities/names.cpp 125 called 3679 times
lython::StringDatabase::dec(unsigned long) src/utilities/names.cpp 84 called 59046 times
lython::StringDatabase::get(unsigned long) src/utilities/names.h 74 called 103502 times
lython::StringDatabase::get(unsigned long) const src/utilities/names.h 80 called 64232 times
lython::StringDatabase::inc(unsigned long) src/utilities/names.cpp 104 called 44757 times
lython::StringDatabase::inc(unsigned long)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/utilities/names.cpp 110 not called
lython::StringDatabase::insert_string(std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&) src/utilities/names.cpp 143 called 3679 times
lython::StringDatabase::instance() src/utilities/names.cpp 61 called 234978 times
lython::StringDatabase::lookup_or_insert_string(std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&) src/utilities/names.cpp 160 called 13498 times
lython::StringDatabase::newblock() src/utilities/names.cpp 182 called 12 times
lython::StringDatabase::operator[](unsigned long) const src/utilities/names.cpp 66 called 64232 times
lython::StringDatabase::operator[](unsigned long) const::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/utilities/names.cpp 75 called 64232 times
lython::StringDatabase::report(std::ostream&) const src/utilities/names.cpp 20 called 14 times
lython::StringDatabase::string(std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&) src/utilities/names.cpp 134 called 13498 times
lython::StringDatabase::~StringDatabase() src/utilities/names.h 46 called 15 times
lython::StringRef::StringRef(lython::StringRef const&&) src/utilities/names.h 128 called 2024 times
lython::StringRef::StringRef(lython::StringRef const&&)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/utilities/names.h 129 called 2024 times
lython::StringRef::StringRef(lython::StringRef const&) src/utilities/names.h 123 called 2196 times
lython::StringRef::StringRef(lython::StringRef const&)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/utilities/names.h 124 called 2196 times
lython::StringRef::StringRef(std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&) src/utilities/names.h 118 called 3207 times
lython::StringRef::StringRef(std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/utilities/names.h 119 called 3207 times
lython::StringRef::StringRef(unsigned long) src/utilities/names.h 113 called 18378 times
lython::StringRef::StringRef(unsigned long)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/utilities/names.h 114 called 18378 times
lython::StringRef::__id__() const src/utilities/names.h 159 called 13225 times
lython::StringRef::operator std::basic_string_view<char, std::char_traits<char> >() const src/utilities/names.cpp 16 called 221 times
lython::StringRef::operator!=(lython::StringRef const&) const src/utilities/names.h 135 called 8 times
lython::StringRef::operator=(lython::StringRef const&) src/utilities/names.h 144 called 337 times
lython::StringRef::operator=(std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&) src/utilities/names.h 137 called 4497 times
lython::StringRef::operator==(lython::StringRef const&) const src/utilities/names.h 133 called 13078 times
lython::StringRef::print(std::ostream&) const src/utilities/names.cpp 11 called 1007 times
lython::StringRef::~StringRef() src/utilities/names.cpp 18 called 54212 times
lython::Sub<double>::call(double, double) src/builtin/operators.inc 95 not called
lython::Sub<float>::call(float, float) src/builtin/operators.inc 95 not called
lython::Sub<int>::call(int, int) src/builtin/operators.inc 95 called 36 times
lython::Sub<long>::call(long, long) src/builtin/operators.inc 95 not called
lython::Sub<short>::call(short, short) src/builtin/operators.inc 95 not called
lython::Sub<signed char>::call(signed char, signed char) src/builtin/operators.inc 95 not called
lython::Sub<unsigned char>::call(unsigned char, unsigned char) src/builtin/operators.inc 95 not called
lython::Sub<unsigned int>::call(unsigned int, unsigned int) src/builtin/operators.inc 95 not called
lython::Sub<unsigned long>::call(unsigned long, unsigned long) src/builtin/operators.inc 95 not called
lython::Sub<unsigned short>::call(unsigned short, unsigned short) src/builtin/operators.inc 95 not called
lython::Subscript* lython::GCObject::new_object<lython::Subscript>() src/utilities/object.h 14 called 21 times
lython::Subscript* lython::GCObject::new_root<lython::Subscript>() src/utilities/object.h 27 called 21 times
lython::Subscript::Subscript() src/ast/nodes.h 595 called 21 times
lython::SyntaxError::SyntaxError(std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&) src/parser/parsing_error.h 54 called 12 times
lython::SyntaxError::what() const src/parser/parsing_error.h 56 not called
lython::TestsCmd::TestsCmd() src/cli/commands/tests.h 8 called 8 times
lython::TestsCmd::main(argparse::ArgumentParser const&) src/cli/commands/tests.h 15 not called
lython::TestsCmd::parser() src/cli/commands/tests.h 10 called 8 times
lython::ThreadPool::ThreadPool(unsigned long) src/utilities/pool.cpp 12 called 6 times
lython::ThreadPool::insert_worker() src/utilities/pool.cpp 34 called 14 times
lython::ThreadPool::pop() src/utilities/pool.cpp 22 called 21 times
lython::ThreadPool::print(std::ostream&) const src/utilities/pool.cpp 57 called 1 time
lython::ThreadPool::shutdown(bool) src/utilities/pool.cpp 40 called 10 times
lython::ThreadPool::size() const src/utilities/pool.cpp 55 called 18 times
lython::Token::Token(lython::TokenType, int, int) src/lexer/token.h 160 called 1 time
lython::Token::Token(signed char, int, int) src/lexer/token.h 162 called 12340 times
lython::Token::as_float() const src/lexer/token.h 181 called 108 times
lython::Token::as_integer() const src/lexer/token.h 183 called 541 times
lython::Token::begin_col() const src/lexer/token.h 169 called 8597 times
lython::Token::compare(lython::Token const&) src/lexer/token.h 188 called 535 times
lython::Token::debug_print(std::ostream&) const src/lexer/token.cpp 55 not called
lython::Token::end_col() const src/lexer/token.h 170 called 7430 times
lython::Token::identifier[abi:cxx11]() src/lexer/token.h 178 called 5166 times
lython::Token::identifier[abi:cxx11]() const src/lexer/token.h 179 called 36938 times
lython::Token::isafter(lython::Token const&) src/lexer/token.h 195 called 526 times
lython::Token::isbefore(lython::Token const&) src/lexer/token.h 194 called 9 times
lython::Token::isbetween(lython::Token const&, lython::Token const&) src/lexer/token.h 196 called 526 times
lython::Token::line() const src/lexer/token.h 167 called 14897 times
lython::Token::operator bool() const src/lexer/token.h 186 called 344 times
lython::Token::operator==(lython::Token const&) const src/lexer/token.h 198 called 2393 times
lython::Token::operator_name[abi:cxx11]() src/lexer/token.h 176 called 28 times
lython::Token::operator_name[abi:cxx11]() const src/lexer/token.h 177 called 1989 times
lython::Token::print(std::ostream&) const src/lexer/token.cpp 64 called 343 times
lython::Token::type() const src/lexer/token.h 166 called 64180 times
lython::TokenBuffer::add(lython::Token const&) src/parser/parser.h 29 called 19696 times
lython::Traverse::annassign(lython::AnnAssign*, int) src/ast/ops/context.cpp 72 not called
lython::Traverse::arraytype(lython::ArrayType*, int) src/ast/ops/context.cpp 60 not called
lython::Traverse::arrow(lython::Arrow*, int) src/ast/ops/context.cpp 62 not called
lython::Traverse::assertstmt(lython::Assert*, int) src/ast/ops/context.cpp 79 not called
lython::Traverse::assign(lython::Assign*, int) src/ast/ops/context.cpp 70 not called
lython::Traverse::attribute(lython::Attribute*, int) src/ast/ops/context.cpp 42 called 17 times
lython::Traverse::augassign(lython::AugAssign*, int) src/ast/ops/context.cpp 71 not called
lython::Traverse::await(lython::Await*, int) src/ast/ops/context.cpp 34 not called
lython::Traverse::binop(lython::BinOp*, int) src/ast/ops/context.cpp 24 not called
lython::Traverse::boolop(lython::BoolOp*, int) src/ast/ops/context.cpp 22 not called
lython::Traverse::breakstmt(lython::Break*, int) src/ast/ops/context.cpp 86 not called
lython::Traverse::builtintype(lython::BuiltinType*, int) src/ast/ops/context.cpp 65 not called
lython::Traverse::call(lython::Call*, int) src/ast/ops/context.cpp 38 not called
lython::Traverse::classdef(lython::ClassDef*, int) src/ast/ops/context.cpp 67 not called
lython::Traverse::classtype(lython::ClassType*, int) src/ast/ops/context.cpp 63 not called
lython::Traverse::comment(lython::Comment*, int) src/ast/ops/context.cpp 102 not called
lython::Traverse::compare(lython::Compare*, int) src/ast/ops/context.cpp 37 not called
lython::Traverse::constant(lython::Constant*, int) src/ast/ops/context.cpp 41 not called
lython::Traverse::continuestmt(lython::Continue*, int) src/ast/ops/context.cpp 87 not called
lython::Traverse::deletestmt(lython::Delete*, int) src/ast/ops/context.cpp 69 not called
lython::Traverse::dictcomp(lython::DictComp*, int) src/ast/ops/context.cpp 33 not called
lython::Traverse::dictexpr(lython::DictExpr*, int) src/ast/ops/context.cpp 28 not called
lython::Traverse::dicttype(lython::DictType*, int) src/ast/ops/context.cpp 59 not called
lython::Traverse::expression(lython::Expression*, int) src/ast/ops/context.cpp 104 not called
lython::Traverse::exprstmt(lython::Expr*, int) src/ast/ops/context.cpp 84 not called
lython::Traverse::formattedvalue(lython::FormattedValue*, int) src/ast/ops/context.cpp 40 not called
lython::Traverse::forstmt(lython::For*, int) src/ast/ops/context.cpp 73 not called
lython::Traverse::functiondef(lython::FunctionDef*, int) src/ast/ops/context.cpp 66 not called
lython::Traverse::functiontype(lython::FunctionType*, int) src/ast/ops/context.cpp 101 not called
lython::Traverse::generateexpr(lython::GeneratorExp*, int) src/ast/ops/context.cpp 31 not called
lython::Traverse::global(lython::Global*, int) src/ast/ops/context.cpp 82 not called
lython::Traverse::ifexp(lython::IfExp*, int) src/ast/ops/context.cpp 27 not called
lython::Traverse::ifstmt(lython::If*, int) src/ast/ops/context.cpp 75 not called
lython::Traverse::import(lython::Import*, int) src/ast/ops/context.cpp 80 not called
lython::Traverse::importfrom(lython::ImportFrom*, int) src/ast/ops/context.cpp 81 not called
lython::Traverse::inlinestmt(lython::Inline*, int) src/ast/ops/context.cpp 89 not called
lython::Traverse::interactive(lython::Interactive*, int) src/ast/ops/context.cpp 100 not called
lython::Traverse::invalidstmt(lython::InvalidStatement*, int) src/ast/ops/context.cpp 103 not called
lython::Traverse::joinedstr(lython::JoinedStr*, int) src/ast/ops/context.cpp 39 not called
lython::Traverse::lambda(lython::Lambda*, int) src/ast/ops/context.cpp 26 not called
lython::Traverse::listcomp(lython::ListComp*, int) src/ast/ops/context.cpp 30 not called
lython::Traverse::listexpr(lython::ListExpr*, int) src/ast/ops/context.cpp 46 not called
lython::Traverse::match(lython::Match*, int) src/ast/ops/context.cpp 88 not called
lython::Traverse::matchas(lython::MatchAs*, int) src/ast/ops/context.cpp 96 not called
lython::Traverse::matchclass(lython::MatchClass*, int) src/ast/ops/context.cpp 94 not called
lython::Traverse::matchmapping(lython::MatchMapping*, int) src/ast/ops/context.cpp 93 not called
lython::Traverse::matchor(lython::MatchOr*, int) src/ast/ops/context.cpp 97 not called
lython::Traverse::matchsequence(lython::MatchSequence*, int) src/ast/ops/context.cpp 92 not called
lython::Traverse::matchsingleton(lython::MatchSingleton*, int) src/ast/ops/context.cpp 91 not called
lython::Traverse::matchstar(lython::MatchStar*, int) src/ast/ops/context.cpp 95 not called
lython::Traverse::matchvalue(lython::MatchValue*, int) src/ast/ops/context.cpp 90 not called
lython::Traverse::module(lython::Module*, int) src/ast/ops/context.cpp 99 not called
lython::Traverse::name(lython::Name*, int) src/ast/ops/context.cpp 45 called 815 times
lython::Traverse::namedexpr(lython::NamedExpr*, int) src/ast/ops/context.cpp 23 not called
lython::Traverse::nonlocal(lython::Nonlocal*, int) src/ast/ops/context.cpp 83 not called
lython::Traverse::pass(lython::Pass*, int) src/ast/ops/context.cpp 85 not called
lython::Traverse::raise(lython::Raise*, int) src/ast/ops/context.cpp 77 not called
lython::Traverse::returnstmt(lython::Return*, int) src/ast/ops/context.cpp 68 not called
lython::Traverse::setcomp(lython::SetComp*, int) src/ast/ops/context.cpp 32 not called
lython::Traverse::setexpr(lython::SetExpr*, int) src/ast/ops/context.cpp 29 not called
lython::Traverse::settype(lython::SetType*, int) src/ast/ops/context.cpp 64 not called
lython::Traverse::slice(lython::Slice*, int) src/ast/ops/context.cpp 58 not called
lython::Traverse::starred(lython::Starred*, int) src/ast/ops/context.cpp 44 called 1 time
lython::Traverse::subscript(lython::Subscript*, int) src/ast/ops/context.cpp 43 not called
lython::Traverse::trystmt(lython::Try*, int) src/ast/ops/context.cpp 78 not called
lython::Traverse::tupleexpr(lython::TupleExpr*, int) src/ast/ops/context.cpp 52 called 20 times
lython::Traverse::tupletype(lython::TupleType*, int) src/ast/ops/context.cpp 61 not called
lython::Traverse::unaryop(lython::UnaryOp*, int) src/ast/ops/context.cpp 25 not called
lython::Traverse::whilestmt(lython::While*, int) src/ast/ops/context.cpp 74 not called
lython::Traverse::with(lython::With*, int) src/ast/ops/context.cpp 76 not called
lython::Traverse::yield(lython::Yield*, int) src/ast/ops/context.cpp 35 not called
lython::Traverse::yieldfrom(lython::YieldFrom*, int) src/ast/ops/context.cpp 36 not called
lython::TreeEvaluator::HandleException::HandleException(lython::TreeEvaluator*) src/vm/tree.h 117 not called
lython::TreeEvaluator::HandleException::~HandleException() src/vm/tree.h 121 not called
lython::TreeEvaluator::annassign(lython::AnnAssign*, int) src/vm/tree.cpp 703 called 2 times
lython::TreeEvaluator::arraytype(lython::ArrayType*, int) src/vm/tree.cpp 1108 not called
lython::TreeEvaluator::arrow(lython::Arrow*, int) src/vm/tree.cpp 1110 not called
lython::TreeEvaluator::assertstmt(lython::Assert*, int) src/vm/tree.cpp 859 called 4 times
lython::TreeEvaluator::assign(lython::Assign*, int) src/vm/tree.cpp 621 called 21 times
lython::TreeEvaluator::assign(lython::Assign*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/vm/tree.cpp 628 not called
lython::TreeEvaluator::attribute(lython::Attribute*, int) src/vm/tree.cpp 1064 called 6 times
lython::TreeEvaluator::augassign(lython::AugAssign*, int) src/vm/tree.cpp 655 called 28 times
lython::TreeEvaluator::augassign(lython::AugAssign*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/vm/tree.cpp 661 not called
lython::TreeEvaluator::augassign(lython::AugAssign*, int)::{lambda(char const*, char const*)#2}::operator()(char const*, char const*) const src/vm/tree.cpp 688 not called
lython::TreeEvaluator::await(lython::Await*, int) src/vm/tree.cpp 1060 not called
lython::TreeEvaluator::binop(lython::BinOp*, int) src/vm/tree.cpp 192 called 61 times
lython::TreeEvaluator::boolop(lython::BoolOp*, int) src/vm/tree.cpp 114 called 2 times
lython::TreeEvaluator::boolop(lython::BoolOp*, int)::{lambda(bool, bool)#1}::operator()(bool, bool) const src/vm/tree.cpp 126 not called
lython::TreeEvaluator::boolop(lython::BoolOp*, int)::{lambda(bool, bool)#2}::operator()(bool, bool) const src/vm/tree.cpp 130 called 2 times
lython::TreeEvaluator::breakstmt(lython::Break*, int) src/vm/tree.cpp 884 called 1 time
lython::TreeEvaluator::builtintype(lython::BuiltinType*, int) src/vm/tree.cpp 1113 not called
lython::TreeEvaluator::call(lython::Call*, int) src/vm/tree.cpp 504 called 52 times
lython::TreeEvaluator::call(lython::Call*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/vm/tree.cpp 516 called 52 times
lython::TreeEvaluator::call_constructor(lython::Call*, lython::ClassDef*, int) src/vm/tree.cpp 403 called 2 times
lython::TreeEvaluator::call_enter(lython::Node*, int) src/vm/tree.cpp 1094 not called
lython::TreeEvaluator::call_exit(lython::Node*, int) src/vm/tree.cpp 1098 not called
lython::TreeEvaluator::call_native(lython::Call*, lython::BuiltinType*, int) src/vm/tree.cpp 328 not called
lython::TreeEvaluator::call_script(lython::Call*, lython::FunctionDef*, int) src/vm/tree.cpp 363 called 50 times
lython::TreeEvaluator::classdef(lython::ClassDef*, int) src/vm/tree.cpp 1105 not called
lython::TreeEvaluator::classtype(lython::ClassType*, int) src/vm/tree.cpp 1111 not called
lython::TreeEvaluator::comment(lython::Comment*, int) src/vm/tree.cpp 549 not called
lython::TreeEvaluator::compare(lython::Compare*, int) src/vm/tree.cpp 44 called 52 times
lython::TreeEvaluator::compare(lython::Compare*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/vm/tree.cpp 77 called 55 times
lython::TreeEvaluator::constant(lython::Constant*, int) src/vm/tree.cpp 544 called 188 times
lython::TreeEvaluator::continuestmt(lython::Continue*, int) src/vm/tree.cpp 888 called 10 times
lython::TreeEvaluator::deletestmt(lython::Delete*, int) src/vm/tree.cpp 1058 not called
lython::TreeEvaluator::dictcomp(lython::DictComp*, int) src/vm/tree.cpp 1039 not called
lython::TreeEvaluator::dictexpr(lython::DictExpr*, int) src/vm/tree.cpp 1034 not called
lython::TreeEvaluator::dicttype(lython::DictType*, int) src/vm/tree.cpp 1107 not called
lython::TreeEvaluator::eval(lython::StmtNode*) src/vm/tree.cpp 1162 called 28 times
lython::TreeEvaluator::eval(lython::StmtNode*)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/vm/tree.cpp 1168 called 3 times
lython::TreeEvaluator::exec(lython::ExprNode*, int) src/vm/tree.h 154 called 570 times
lython::TreeEvaluator::exec(lython::StmtNode*, int) src/vm/tree.h 148 called 176 times
lython::TreeEvaluator::exprstmt(lython::Expr*, int) src/vm/tree.cpp 879 called 28 times
lython::TreeEvaluator::formattedvalue(lython::FormattedValue*, int) src/vm/tree.cpp 1053 not called
lython::TreeEvaluator::forstmt(lython::For*, int) src/vm/tree.cpp 713 not called
lython::TreeEvaluator::functiondef(lython::FunctionDef*, int) src/vm/tree.cpp 595 not called
lython::TreeEvaluator::generateexpr(lython::GeneratorExp*, int) src/vm/tree.cpp 1037 not called
lython::TreeEvaluator::get_kwtrace() src/vm/tree.h 160 called 798 times
lython::TreeEvaluator::get_next(lython::Node*, int) src/vm/tree.cpp 1089 not called
lython::TreeEvaluator::global(lython::Global*, int) src/vm/tree.cpp 1129 not called
lython::TreeEvaluator::has_exceptions() const src/vm/tree.h 141 called 176 times
lython::TreeEvaluator::ifexp(lython::IfExp*, int) src/vm/tree.cpp 310 called 2 times
lython::TreeEvaluator::ifstmt(lython::If*, int) src/vm/tree.cpp 823 called 29 times
lython::TreeEvaluator::ifstmt(lython::If*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/vm/tree.cpp 830 not called
lython::TreeEvaluator::ifstmt(lython::If*, int)::{lambda(char const*, char const*)#2}::operator()(char const*, char const*) const src/vm/tree.cpp 847 called 29 times
lython::TreeEvaluator::import(lython::Import*, int) src/vm/tree.cpp 1031 not called
lython::TreeEvaluator::importfrom(lython::ImportFrom*, int) src/vm/tree.cpp 1032 not called
lython::TreeEvaluator::inlinestmt(lython::Inline*, int) src/vm/tree.cpp 893 called 1 time
lython::TreeEvaluator::invalidstmt(lython::InvalidStatement*, int) src/vm/tree.cpp 602 not called
lython::TreeEvaluator::joinedstr(lython::JoinedStr*, int) src/vm/tree.cpp 1052 not called
lython::TreeEvaluator::lambda(lython::Lambda*, int) src/vm/tree.cpp 297 not called
lython::TreeEvaluator::listcomp(lython::ListComp*, int) src/vm/tree.cpp 1036 not called
lython::TreeEvaluator::listexpr(lython::ListExpr*, int) src/vm/tree.cpp 1056 not called
lython::TreeEvaluator::make(lython::ClassDef*, std::vector<lython::Constant*, lython::Allocator<lython::Constant*, lython::device::CPU> >, int) src/vm/tree.cpp 433 not called
lython::TreeEvaluator::make_generator(lython::Call*, lython::FunctionDef*, int) src/vm/tree.cpp 488 not called
lython::TreeEvaluator::match(lython::Match*, int) src/vm/tree.cpp 1030 not called
lython::TreeEvaluator::matchas(lython::MatchAs*, int) src/vm/tree.cpp 1126 not called
lython::TreeEvaluator::matchclass(lython::MatchClass*, int) src/vm/tree.cpp 1124 not called
lython::TreeEvaluator::matchmapping(lython::MatchMapping*, int) src/vm/tree.cpp 1123 not called
lython::TreeEvaluator::matchor(lython::MatchOr*, int) src/vm/tree.cpp 1127 not called
lython::TreeEvaluator::matchsequence(lython::MatchSequence*, int) src/vm/tree.cpp 1122 not called
lython::TreeEvaluator::matchsingleton(lython::MatchSingleton*, int) src/vm/tree.cpp 1121 not called
lython::TreeEvaluator::matchstar(lython::MatchStar*, int) src/vm/tree.cpp 1125 not called
lython::TreeEvaluator::matchvalue(lython::MatchValue*, int) src/vm/tree.cpp 1120 not called
lython::TreeEvaluator::name(lython::Name*, int) src/vm/tree.cpp 551 called 203 times
lython::TreeEvaluator::name(lython::Name*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/vm/tree.cpp 564 called 134 times
lython::TreeEvaluator::name(lython::Name*, int)::{lambda(char const*, char const*)#2}::operator()(char const*, char const*) const src/vm/tree.cpp 575 called 186 times
lython::TreeEvaluator::name(lython::Name*, int)::{lambda(char const*, char const*)#3}::operator()(char const*, char const*) const src/vm/tree.cpp 586 called 186 times
lython::TreeEvaluator::name(lython::Name*, int)::{lambda(char const*, char const*)#4}::operator()(char const*, char const*) const src/vm/tree.cpp 591 called 186 times
lython::TreeEvaluator::namedexpr(lython::NamedExpr*, int) src/vm/tree.cpp 281 called 1 time
lython::TreeEvaluator::nonlocal(lython::Nonlocal*, int) src/vm/tree.cpp 1134 not called
lython::TreeEvaluator::pass(lython::Pass*, int) src/vm/tree.cpp 880 not called
lython::TreeEvaluator::raise(lython::Raise*, int) src/vm/tree.cpp 900 not called
lython::TreeEvaluator::raise_exception(lython::Node*, lython::Node*) src/vm/tree.cpp 27 called 3 times
lython::TreeEvaluator::returnstmt(lython::Return*, int) src/vm/tree.cpp 608 called 47 times
lython::TreeEvaluator::returnstmt(lython::Return*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/vm/tree.cpp 609 called 47 times
lython::TreeEvaluator::returnstmt(lython::Return*, int)::{lambda(char const*, char const*)#2}::operator()(char const*, char const*) const src/vm/tree.cpp 613 called 47 times
lython::TreeEvaluator::set_return_value(lython::Node*) src/vm/tree.h 165 called 47 times
lython::TreeEvaluator::setcomp(lython::SetComp*, int) src/vm/tree.cpp 1038 not called
lython::TreeEvaluator::setexpr(lython::SetExpr*, int) src/vm/tree.cpp 1035 not called
lython::TreeEvaluator::settype(lython::SetType*, int) src/vm/tree.cpp 1112 not called
lython::TreeEvaluator::slice(lython::Slice*, int) src/vm/tree.cpp 1063 not called
lython::TreeEvaluator::starred(lython::Starred*, int) src/vm/tree.cpp 1055 not called
lython::TreeEvaluator::subscript(lython::Subscript*, int) src/vm/tree.cpp 1086 not called
lython::TreeEvaluator::trystmt(lython::Try*, int) src/vm/tree.cpp 919 not called
lython::TreeEvaluator::tupleexpr(lython::TupleExpr*, int) src/vm/tree.cpp 1057 not called
lython::TreeEvaluator::tupletype(lython::TupleType*, int) src/vm/tree.cpp 1109 not called
lython::TreeEvaluator::unaryop(lython::UnaryOp*, int) src/vm/tree.cpp 253 called 3 times
lython::TreeEvaluator::whilestmt(lython::While*, int) src/vm/tree.cpp 771 called 5 times
lython::TreeEvaluator::whilestmt(lython::While*, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/vm/tree.cpp 781 called 17 times
lython::TreeEvaluator::with(lython::With*, int) src/vm/tree.cpp 1006 not called
lython::TreeEvaluator::yield(lython::Yield*, int) src/vm/tree.cpp 1041 not called
lython::TreeEvaluator::yieldfrom(lython::YieldFrom*, int) src/vm/tree.cpp 1051 not called
lython::TreeEvaluator::~TreeEvaluator() src/vm/tree.h 87 not called
lython::Trie<128ul>::Trie() src/utilities/trie.h 21 called 53 times
lython::Trie<128ul>::Trie(lython::Trie<128ul> const&) src/utilities/trie.h 27 not called
lython::Trie<128ul>::insert(std::basic_string_view<char, std::char_traits<char> > const&) src/utilities/trie.h 52 called 41 times
lython::Trie<128ul>::insert(std::basic_string_view<char, std::char_traits<char> > const&)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/utilities/trie.h 62 called 41 times
lython::Trie<128ul>::leaf() const src/utilities/trie.h 108 called 46 times
lython::Trie<128ul>::matching(int) const src/utilities/trie.h 87 called 5390 times
lython::Trie<128ul>::operator=(lython::Trie<128ul> const&) src/utilities/trie.h 38 not called
lython::True() src/sema/builtin.cpp 26 called 269 times
lython::Try* lython::GCObject::new_object<lython::Try>() src/utilities/object.h 14 called 35 times
lython::Try* lython::GCObject::new_root<lython::Try>() src/utilities/object.h 27 called 35 times
lython::Try::Try() src/ast/nodes.h 938 called 35 times
lython::TupleExpr* lython::GCObject::new_object<lython::TupleExpr>() src/utilities/object.h 14 called 123 times
lython::TupleExpr* lython::GCObject::new_root<lython::TupleExpr>() src/utilities/object.h 27 called 123 times
lython::TupleExpr::TupleExpr() src/ast/nodes.h 630 called 123 times
lython::TupleType* lython::GCObject::new_object<lython::TupleType>() src/utilities/object.h 14 called 17 times
lython::TupleType* lython::GCObject::new_root<lython::TupleType>() src/utilities/object.h 27 called 17 times
lython::TupleType::TupleType() src/ast/nodes.h 1059 called 17 times
lython::TypeError::TypeError(lython::ExprNode*, lython::ExprNode*, lython::ExprNode*, lython::ExprNode*, lython::CodeLocation const&) src/sema/errors.h 119 called 21 times
lython::TypeError::TypeError(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) src/sema/errors.h 117 called 12 times
lython::TypeError::message(std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&) src/sema/errors.cpp 11 called 42 times
lython::TypeError::message[abi:cxx11]() const src/sema/errors.cpp 46 called 21 times
lython::TypeError::message[abi:cxx11]() const::{lambda(lython::ExprNode*)#1}::operator()(lython::ExprNode*) const src/sema/errors.cpp 47 called 84 times
lython::Type_t() src/sema/builtin.cpp 17 called 4030 times
lython::UAdd<double>::call(double) src/builtin/operators.inc 40 not called
lython::UAdd<float>::call(float) src/builtin/operators.inc 40 not called
lython::UAdd<int>::call(int) src/builtin/operators.inc 40 not called
lython::UAdd<long>::call(long) src/builtin/operators.inc 40 not called
lython::UAdd<short>::call(short) src/builtin/operators.inc 40 not called
lython::UAdd<signed char>::call(signed char) src/builtin/operators.inc 40 not called
lython::UAdd<unsigned char>::call(unsigned char) src/builtin/operators.inc 40 not called
lython::UAdd<unsigned int>::call(unsigned int) src/builtin/operators.inc 40 not called
lython::UAdd<unsigned long>::call(unsigned long) src/builtin/operators.inc 40 not called
lython::UAdd<unsigned short>::call(unsigned short) src/builtin/operators.inc 40 not called
lython::USub<double>::call(double) src/builtin/operators.inc 45 not called
lython::USub<float>::call(float) src/builtin/operators.inc 45 not called
lython::USub<int>::call(int) src/builtin/operators.inc 45 called 3 times
lython::USub<long>::call(long) src/builtin/operators.inc 45 not called
lython::USub<short>::call(short) src/builtin/operators.inc 45 not called
lython::USub<signed char>::call(signed char) src/builtin/operators.inc 45 not called
lython::USub<unsigned char>::call(unsigned char) src/builtin/operators.inc 50 not called
lython::USub<unsigned int>::call(unsigned int) src/builtin/operators.inc 60 not called
lython::USub<unsigned long>::call(unsigned long) src/builtin/operators.inc 65 not called
lython::USub<unsigned short>::call(unsigned short) src/builtin/operators.inc 55 not called
lython::UnaryOp* lython::GCObject::new_object<lython::UnaryOp>() src/utilities/object.h 14 called 39 times
lython::UnaryOp* lython::GCObject::new_root<lython::UnaryOp>() src/utilities/object.h 27 called 39 times
lython::UnaryOp::UnaryOp() src/ast/nodes.h 475 called 39 times
lython::UnaryOperation<double, lython::UAdd<double> >::vm(lython::ConstantValue const&) src/builtin/operators.inc 19 not called
lython::UnaryOperation<double, lython::USub<double> >::vm(lython::ConstantValue const&) src/builtin/operators.inc 19 not called
lython::UnaryOperation<float, lython::UAdd<float> >::vm(lython::ConstantValue const&) src/builtin/operators.inc 19 not called
lython::UnaryOperation<float, lython::USub<float> >::vm(lython::ConstantValue const&) src/builtin/operators.inc 19 not called
lython::UnaryOperation<int, lython::Invert<int> >::vm(lython::ConstantValue const&) src/builtin/operators.inc 19 not called
lython::UnaryOperation<int, lython::Not<int> >::vm(lython::ConstantValue const&) src/builtin/operators.inc 19 not called
lython::UnaryOperation<int, lython::UAdd<int> >::vm(lython::ConstantValue const&) src/builtin/operators.inc 19 not called
lython::UnaryOperation<int, lython::USub<int> >::vm(lython::ConstantValue const&) src/builtin/operators.inc 19 called 3 times
lython::UnaryOperation<long, lython::Invert<long> >::vm(lython::ConstantValue const&) src/builtin/operators.inc 19 not called
lython::UnaryOperation<long, lython::Not<long> >::vm(lython::ConstantValue const&) src/builtin/operators.inc 19 not called
lython::UnaryOperation<long, lython::UAdd<long> >::vm(lython::ConstantValue const&) src/builtin/operators.inc 19 not called
lython::UnaryOperation<long, lython::USub<long> >::vm(lython::ConstantValue const&) src/builtin/operators.inc 19 not called
lython::UnaryOperation<short, lython::Invert<short> >::vm(lython::ConstantValue const&) src/builtin/operators.inc 19 not called
lython::UnaryOperation<short, lython::Not<short> >::vm(lython::ConstantValue const&) src/builtin/operators.inc 19 not called
lython::UnaryOperation<short, lython::UAdd<short> >::vm(lython::ConstantValue const&) src/builtin/operators.inc 19 not called
lython::UnaryOperation<short, lython::USub<short> >::vm(lython::ConstantValue const&) src/builtin/operators.inc 19 not called
lython::UnaryOperation<signed char, lython::Invert<signed char> >::vm(lython::ConstantValue const&) src/builtin/operators.inc 19 not called
lython::UnaryOperation<signed char, lython::Not<signed char> >::vm(lython::ConstantValue const&) src/builtin/operators.inc 19 not called
lython::UnaryOperation<signed char, lython::UAdd<signed char> >::vm(lython::ConstantValue const&) src/builtin/operators.inc 19 not called
lython::UnaryOperation<signed char, lython::USub<signed char> >::vm(lython::ConstantValue const&) src/builtin/operators.inc 19 not called
lython::UnaryOperation<unsigned char, lython::Invert<unsigned char> >::vm(lython::ConstantValue const&) src/builtin/operators.inc 19 not called
lython::UnaryOperation<unsigned char, lython::Not<unsigned char> >::vm(lython::ConstantValue const&) src/builtin/operators.inc 19 not called
lython::UnaryOperation<unsigned char, lython::UAdd<unsigned char> >::vm(lython::ConstantValue const&) src/builtin/operators.inc 19 not called
lython::UnaryOperation<unsigned char, lython::USub<unsigned char> >::vm(lython::ConstantValue const&) src/builtin/operators.inc 19 not called
lython::UnaryOperation<unsigned int, lython::Invert<unsigned int> >::vm(lython::ConstantValue const&) src/builtin/operators.inc 19 not called
lython::UnaryOperation<unsigned int, lython::Not<unsigned int> >::vm(lython::ConstantValue const&) src/builtin/operators.inc 19 not called
lython::UnaryOperation<unsigned int, lython::UAdd<unsigned int> >::vm(lython::ConstantValue const&) src/builtin/operators.inc 19 not called
lython::UnaryOperation<unsigned int, lython::USub<unsigned int> >::vm(lython::ConstantValue const&) src/builtin/operators.inc 19 not called
lython::UnaryOperation<unsigned long, lython::Invert<unsigned long> >::vm(lython::ConstantValue const&) src/builtin/operators.inc 19 not called
lython::UnaryOperation<unsigned long, lython::Not<unsigned long> >::vm(lython::ConstantValue const&) src/builtin/operators.inc 19 not called
lython::UnaryOperation<unsigned long, lython::UAdd<unsigned long> >::vm(lython::ConstantValue const&) src/builtin/operators.inc 19 not called
lython::UnaryOperation<unsigned long, lython::USub<unsigned long> >::vm(lython::ConstantValue const&) src/builtin/operators.inc 19 not called
lython::UnaryOperation<unsigned short, lython::Invert<unsigned short> >::vm(lython::ConstantValue const&) src/builtin/operators.inc 19 not called
lython::UnaryOperation<unsigned short, lython::Not<unsigned short> >::vm(lython::ConstantValue const&) src/builtin/operators.inc 19 not called
lython::UnaryOperation<unsigned short, lython::UAdd<unsigned short> >::vm(lython::ConstantValue const&) src/builtin/operators.inc 19 not called
lython::UnaryOperation<unsigned short, lython::USub<unsigned short> >::vm(lython::ConstantValue const&) src/builtin/operators.inc 19 not called
lython::Unlex::format(std::ostream&, lython::Token const&, int) src/lexer/unlex.cpp 18 called 2852 times
lython::Unlex::format(std::ostream&, std::vector<lython::Token, lython::Allocator<lython::Token, lython::device::CPU> > const&) src/lexer/unlex.cpp 6 called 566 times
lython::Unlex::reset() src/lexer/unlex.cpp 128 not called
lython::UnsupportedOperand::UnsupportedOperand(std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&, lython::ExprNode*, lython::ExprNode*) src/sema/errors.h 137 called 35 times
lython::UnsupportedOperand::message(std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&) src/sema/errors.cpp 68 called 99 times
lython::UnsupportedOperand::message[abi:cxx11]() const src/sema/errors.cpp 65 called 35 times
lython::ValueStream<double>::add(double) benchmarks/bench.h 14 not called
lython::ValueStream<double>::mean() const benchmarks/bench.h 20 not called
lython::ValueStream<double>::std() const benchmarks/bench.h 29 not called
lython::ValueStream<double>::total() const benchmarks/bench.h 27 not called
lython::ValueStream<double>::var() const benchmarks/bench.h 22 not called
lython::VisitorPlugin::~VisitorPlugin() src/plugin/plugin.h 50 not called
lython::While* lython::GCObject::new_object<lython::While>() src/utilities/object.h 14 called 25 times
lython::While* lython::GCObject::new_root<lython::While>() src/utilities/object.h 27 called 25 times
lython::While::While() src/ast/nodes.h 891 called 25 times
lython::With* lython::GCObject::new_object<lython::With>() src/utilities/object.h 14 called 52 times
lython::With* lython::GCObject::new_root<lython::With>() src/utilities/object.h 27 called 52 times
lython::With::With() src/ast/nodes.h 919 called 52 times
lython::Yield* lython::GCObject::new_object<lython::Yield>() src/utilities/object.h 14 called 23 times
lython::Yield* lython::GCObject::new_root<lython::Yield>() src/utilities/object.h 27 called 23 times
lython::Yield::Yield() src/ast/nodes.h 546 called 23 times
lython::YieldFrom* lython::GCObject::new_object<lython::YieldFrom>() src/utilities/object.h 14 called 7 times
lython::YieldFrom* lython::GCObject::new_root<lython::YieldFrom>() src/utilities/object.h 27 called 7 times
lython::YieldFrom::YieldFrom() src/ast/nodes.h 552 called 7 times
lython::_metadata_init_names() src/utilities/metadata.cpp 44 called 12 times
lython::_metadata_init_names_clang() src/utilities/metadata.cpp 182 called 12 times
lython::_metadata_init_names_gcc() src/utilities/metadata.cpp 181 called 12 times
lython::_metadata_init_names_js() src/utilities/metadata.cpp 229 called 12 times
lython::_metadata_init_names_unix() src/utilities/metadata.cpp 223 called 12 times
lython::_metadata_init_names_windows() src/utilities/metadata.cpp 184 called 12 times
lython::add_wip_expr(lython::ParsingError&, lython::ExprNode*) src/parser/parsing_error.cpp 23 not called
lython::add_wip_expr(lython::ParsingError&, lython::Node*) src/parser/parsing_error.cpp 25 called 565 times
lython::add_wip_expr(lython::ParsingError&, lython::StmtNode*) src/parser/parsing_error.cpp 21 not called
lython::assert_true(bool, char const*, char const*, lython::CodeLocation const&) src/logging/_logging.h 168 called 7388 times
lython::ast_reformat_file(std::filesystem::__cxx11::path const&, bool) src/cli/commands/format.cpp 144 not called
lython::bool_t() src/sema/builtin.cpp 17 called 702 times
lython::build_native_binary_operators() src/builtin/operators.cpp 8 called 12 times
lython::build_native_bool_operators() src/builtin/operators.cpp 179 called 12 times
lython::build_native_cmp_operators() src/builtin/operators.cpp 264 called 12 times
lython::build_native_unary_operators() src/builtin/operators.cpp 199 called 12 times
lython::compare(std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&) src/cli/commands/internal.cpp 16 not called
lython::comprehension(lython::Printer&, lython::Comprehension const&, int, std::ostream&, int) src/ast/ops/print.cpp 1202 called 39 times
lython::contains(std::vector<char, lython::Allocator<char, lython::device::CPU> > const&, char) src/parser/format_spec.cpp 64 called 30 times
lython::default_precedence[abi:cxx11]() src/lexer/lexer.cpp 7 called 12884 times
lython::demangle(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) src/logging/logging.cpp 35 called 78 times
lython::device::CPU::free(void*, unsigned long) src/utilities/allocator.cpp 68 called 116169 times
lython::device::CPU::malloc(unsigned long) src/utilities/allocator.cpp 32 called 114852 times
lython::dummy() src/lexer/token.h 217 called 4 times
lython::equal(lython::ExprNode*, lython::ExprNode*) src/ast/ops/equality.cpp 505 called 497 times
lython::equal(lython::ModNode*, lython::ModNode*) src/ast/ops/equality.cpp 532 not called
lython::equal(lython::Node*, lython::Node*) src/ast/ops/equality.cpp 496 not called
lython::equal(lython::Pattern*, lython::Pattern*) src/ast/ops/equality.cpp 514 not called
lython::equal(lython::StmtNode*, lython::StmtNode*) src/ast/ops/equality.cpp 523 called 113 times
lython::f32_t() src/sema/builtin.cpp 17 called 234 times
lython::f64_t() src/sema/builtin.cpp 17 called 234 times
lython::fadd(llvm::IRBuilder<llvm::ConstantFolder, llvm::IRBuilderDefaultInserter>*, llvm::Value*, llvm::Value*) src/codegen/llvm/llvm_gen.cpp 139 not called
lython::find(std::vector<lython::StmtNode*, lython::Allocator<lython::StmtNode*, lython::device::CPU> > const&, lython::StringRef const&) src/sema/sema_import.cpp 177 called 8 times
lython::find_regular_files(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::vector<std::filesystem::__cxx11::path, lython::Allocator<std::filesystem::__cxx11::path, lython::device::CPU> >&) src/cli/commands/format.cpp 97 not called
lython::fmul(llvm::IRBuilder<llvm::ConstantFolder, llvm::IRBuilderDefaultInserter>*, llvm::Value*, llvm::Value*) src/codegen/llvm/llvm_gen.cpp 145 not called
lython::format_code_loc[abi:cxx11](char const*, char const*, int) src/logging/logging.cpp 206 not called
lython::format_code_loc_kwtrace[abi:cxx11](char const*, char const*, int) src/logging/logging.cpp 210 not called
lython::format_function(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) src/logging/logging.cpp 214 called 34892 times
lython::fsub(llvm::IRBuilder<llvm::ConstantFolder, llvm::IRBuilderDefaultInserter>*, llvm::Value*, llvm::Value*) src/codegen/llvm/llvm_gen.cpp 142 not called
lython::get_backtrace[abi:cxx11](unsigned long) src/logging/logging.cpp 62 called 3 times
lython::get_code_loc(lython::ParsingError const&) src/parser/parsing_error.cpp 45 called 565 times
lython::get_expr(lython::ParsingError const&) src/parser/parsing_error.cpp 34 called 565 times
lython::get_filename[abi:cxx11](lython::ParsingErrorPrinter*) src/parser/parsing_error.cpp 68 not called
lython::get_name(lython::ExprNode*) src/sema/sema_import.cpp 168 called 14 times
lython::get_native_binary_operation(lython::StringRef) src/builtin/operators.cpp 174 called 31 times
lython::get_native_bool_operation(lython::StringRef) src/builtin/operators.cpp 194 called 12 times
lython::get_native_cmp_operation(lython::StringRef) src/builtin/operators.cpp 367 called 45 times
lython::get_native_unary_operation(lython::StringRef) src/builtin/operators.cpp 259 called 11 times
lython::get_parent(lython::Node const*) src/parser/parsing_error.cpp 176 called 623 times
lython::get_parent[abi:cxx11](lython::ParsingError const&) src/parser/parsing_error.cpp 56 called 565 times
lython::get_parent[abi:cxx11](lython::SemaException const&) src/sema/errors.cpp 91 called 136 times
lython::get_parent_stmt(lython::Node*) src/printer/error_printer.cpp 35 called 305 times
lython::get_parent_stmt(lython::Node*)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/printer/error_printer.cpp 50 not called
lython::get_precedence(lython::Node const*) src/ast/ops/print.cpp 1327 called 285 times
lython::getattr(lython::StmtNode*, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&, lython::ExprNode*&) src/ast/ops/attribute.cpp 78 called 12 times
lython::has_circle(lython::ExprNode const*) src/ast/ops/circle.cpp 732 called 214 times
lython::has_circle(lython::ModNode const*) src/ast/ops/circle.cpp 735 called 1 time
lython::has_circle(lython::Pattern const*) src/ast/ops/circle.cpp 733 not called
lython::has_circle(lython::StmtNode const*) src/ast/ops/circle.cpp 734 not called
lython::has_extension(std::filesystem::__cxx11::path const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) src/cli/commands/format.cpp 115 not called
lython::hasattr(lython::StmtNode*, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&) src/ast/ops/attribute.cpp 103 called 7 times
lython::i16_t() src/sema/builtin.cpp 17 called 234 times
lython::i32_t() src/sema/builtin.cpp 17 called 234 times
lython::i64_t() src/sema/builtin.cpp 17 called 234 times
lython::i8_t() src/sema/builtin.cpp 17 called 234 times
lython::in(lython::GCObject*, std::vector<lython::GCObject*, lython::Allocator<lython::GCObject*, lython::device::CPU> >&) src/utilities/object.cpp 70 called 480 times
lython::internal_fopen(std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> >) src/lexer/buffer.cpp 12 called 5 times
lython::internal_getenv(std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&) src/sema/sema_import.cpp 23 called 234 times
lython::is_dot(lython::Token const&) src/parser/parser.cpp 1092 called 438 times
lython::is_log_enabled(lython::LogLevel) src/logging/logging.cpp 238 called 34892 times
lython::is_star(lython::Token const&) src/parser/parser.cpp 1579 called 305 times
lython::is_starstar(lython::Token const&) src/parser/parser.cpp 1581 called 305 times
lython::join(std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&, std::vector<lython::StringRef, lython::Allocator<lython::StringRef, lython::device::CPU> > const&) src/utilities/strings.cpp 49 not called
lython::join(std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> >, lython::Allocator<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> >, lython::device::CPU> > const&) src/utilities/strings.cpp 41 called 548 times
lython::join(std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&, std::vector<std::basic_string_view<char, std::char_traits<char> >, lython::Allocator<std::basic_string_view<char, std::char_traits<char> >, lython::device::CPU> > const&) src/utilities/strings.cpp 45 not called
lython::join<int>(std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&, std::vector<int, lython::Allocator<int, lython::device::CPU> > const&)::{lambda(int const&)#1}::operator()[abi:cxx11](int const&) const src/utilities/strings.h 25 called 256 times
lython::keyword_as_string[abi:cxx11]() src/lexer/token.cpp 97 called 2409 times
lython::keywords[abi:cxx11]() src/lexer/token.cpp 88 called 7926 times
lython::log_levels() src/logging/logging.cpp 224 called 34958 times
lython::logger_handles() src/logging/logging.cpp 170 not called
lython::lookup_module(lython::StringRef const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> >, lython::Allocator<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> >, lython::device::CPU> > const&) src/sema/sema_import.cpp 61 called 12 times
lython::lookup_module(lython::StringRef const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> >, lython::Allocator<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> >, lython::device::CPU> > const&)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/sema/sema_import.cpp 75 called 12 times
lython::lookup_module(lython::StringRef const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> >, lython::Allocator<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> >, lython::device::CPU> > const&)::{lambda(char const*, char const*)#2}::operator()(char const*, char const*) const src/sema/sema_import.cpp 81 called 12 times
lython::lookup_module(lython::StringRef const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> >, lython::Allocator<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> >, lython::device::CPU> > const&)::{lambda(char const*, char const*)#3}::operator()(char const*, char const*) const src/sema/sema_import.cpp 109 called 8 times
lython::lookup_module(lython::StringRef const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> >, lython::Allocator<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> >, lython::device::CPU> > const&)::{lambda(char const*, char const*)#4}::operator()(char const*, char const*) const src/sema/sema_import.cpp 113 called 4 times
lython::lyException* lython::GCObject::new_object<lython::lyException, std::vector<lython::StackTrace, lython::Allocator<lython::StackTrace, lython::device::CPU> >&>(std::vector<lython::StackTrace, lython::Allocator<lython::StackTrace, lython::device::CPU> >&) src/utilities/object.h 14 called 3 times
lython::lyException* lython::GCObject::new_root<lython::lyException, std::vector<lython::StackTrace, lython::Allocator<lython::StackTrace, lython::device::CPU> >&>(std::vector<lython::StackTrace, lython::Allocator<lython::StackTrace, lython::device::CPU> >&) src/utilities/object.h 27 called 3 times
lython::lyException::lyException(std::vector<lython::StackTrace, lython::Allocator<lython::StackTrace, lython::device::CPU> > const&) src/ast/values/exception.h 17 called 3 times
lython::make_type(std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&) src/sema/builtin.cpp 5 called 60 times
lython::manual_free(int, unsigned long) src/utilities/allocator.h 161 called 2439 times
lython::meta::Stat& lython::meta::get_stat<char>() src/utilities/allocator.h 123 called 522 times
lython::meta::Stat& lython::meta::get_stat<int>() src/utilities/allocator.h 123 called 42504 times
lython::meta::Stat& lython::meta::get_stat<llvm::Type*>() src/utilities/allocator.h 123 called 51 times
lython::meta::Stat& lython::meta::get_stat<llvm::Value*>() src/utilities/allocator.h 123 called 186 times
lython::meta::Stat& lython::meta::get_stat<lython::Alias>() src/utilities/allocator.h 123 called 345 times
lython::meta::Stat& lython::meta::get_stat<lython::AnnAssign>() src/utilities/allocator.h 123 called 345 times
lython::meta::Stat& lython::meta::get_stat<lython::Arg>() src/utilities/allocator.h 123 called 1119 times
lython::meta::Stat& lython::meta::get_stat<lython::ArrayType>() src/utilities/allocator.h 123 called 33 times
lython::meta::Stat& lython::meta::get_stat<lython::Arrow>() src/utilities/allocator.h 123 called 672 times
lython::meta::Stat& lython::meta::get_stat<lython::Assert>() src/utilities/allocator.h 123 called 60 times
lython::meta::Stat& lython::meta::get_stat<lython::Assign>() src/utilities/allocator.h 123 called 1026 times
lython::meta::Stat& lython::meta::get_stat<lython::AsyncFor>() src/utilities/allocator.h 123 not called
lython::meta::Stat& lython::meta::get_stat<lython::AsyncFunctionDef>() src/utilities/allocator.h 123 not called
lython::meta::Stat& lython::meta::get_stat<lython::AsyncWith>() src/utilities/allocator.h 123 not called
lython::meta::Stat& lython::meta::get_stat<lython::Attribute>() src/utilities/allocator.h 123 called 147 times
lython::meta::Stat& lython::meta::get_stat<lython::AugAssign>() src/utilities/allocator.h 123 called 78 times
lython::meta::Stat& lython::meta::get_stat<lython::Await>() src/utilities/allocator.h 123 called 21 times
lython::meta::Stat& lython::meta::get_stat<lython::BinOp>() src/utilities/allocator.h 123 called 462 times
lython::meta::Stat& lython::meta::get_stat<lython::BindingEntry>() src/utilities/allocator.h 123 called 3 times
lython::meta::Stat& lython::meta::get_stat<lython::BoolOp>() src/utilities/allocator.h 123 called 81 times
lython::meta::Stat& lython::meta::get_stat<lython::Break>() src/utilities/allocator.h 123 called 18 times
lython::meta::Stat& lython::meta::get_stat<lython::Call>() src/utilities/allocator.h 123 called 525 times
lython::meta::Stat& lython::meta::get_stat<lython::ClassDef::Attr>() src/utilities/allocator.h 123 called 63 times
lython::meta::Stat& lython::meta::get_stat<lython::ClassDef>() src/utilities/allocator.h 123 called 228 times
lython::meta::Stat& lython::meta::get_stat<lython::CmpOperator>() src/utilities/allocator.h 123 called 327 times
lython::meta::Stat& lython::meta::get_stat<lython::Command*>() src/utilities/allocator.h 123 called 24 times
lython::meta::Stat& lython::meta::get_stat<lython::Comment*>() src/utilities/allocator.h 123 called 51 times
lython::meta::Stat& lython::meta::get_stat<lython::Comment>() src/utilities/allocator.h 123 called 834 times
lython::meta::Stat& lython::meta::get_stat<lython::Compare>() src/utilities/allocator.h 123 called 267 times
lython::meta::Stat& lython::meta::get_stat<lython::Comprehension>() src/utilities/allocator.h 123 called 108 times
lython::meta::Stat& lython::meta::get_stat<lython::Constant*>() src/utilities/allocator.h 123 called 6 times
lython::meta::Stat& lython::meta::get_stat<lython::Constant>() src/utilities/allocator.h 123 called 2946 times
lython::meta::Stat& lython::meta::get_stat<lython::ConstantValue (*)(lython::ConstantValue const&, lython::ConstantValue const&)>() src/utilities/allocator.h 123 called 129 times
lython::meta::Stat& lython::meta::get_stat<lython::Continue>() src/utilities/allocator.h 123 called 21 times
lython::meta::Stat& lython::meta::get_stat<lython::Decorator>() src/utilities/allocator.h 123 called 462 times
lython::meta::Stat& lython::meta::get_stat<lython::Delete>() src/utilities/allocator.h 123 called 27 times
lython::meta::Stat& lython::meta::get_stat<lython::DictComp>() src/utilities/allocator.h 123 called 42 times
lython::meta::Stat& lython::meta::get_stat<lython::DictExpr>() src/utilities/allocator.h 123 called 111 times
lython::meta::Stat& lython::meta::get_stat<lython::DictType>() src/utilities/allocator.h 123 called 21 times
lython::meta::Stat& lython::meta::get_stat<lython::ExceptHandler>() src/utilities/allocator.h 123 called 63 times
lython::meta::Stat& lython::meta::get_stat<lython::Expr>() src/utilities/allocator.h 123 called 1617 times
lython::meta::Stat& lython::meta::get_stat<lython::ExprContext>() src/utilities/allocator.h 123 called 144 times
lython::meta::Stat& lython::meta::get_stat<lython::ExprNode*>() src/utilities/allocator.h 123 called 7188 times
lython::meta::Stat& lython::meta::get_stat<lython::For>() src/utilities/allocator.h 123 called 144 times
lython::meta::Stat& lython::meta::get_stat<lython::FormattedValue>() src/utilities/allocator.h 123 called 45 times
lython::meta::Stat& lython::meta::get_stat<lython::FunctionDef>() src/utilities/allocator.h 123 called 648 times
lython::meta::Stat& lython::meta::get_stat<lython::GCObject*>() src/utilities/allocator.h 123 called 27699 times
lython::meta::Stat& lython::meta::get_stat<lython::Generator>() src/utilities/allocator.h 123 not called
lython::meta::Stat& lython::meta::get_stat<lython::GeneratorExp>() src/utilities/allocator.h 123 called 42 times
lython::meta::Stat& lython::meta::get_stat<lython::Global>() src/utilities/allocator.h 123 called 18 times
lython::meta::Stat& lython::meta::get_stat<lython::If>() src/utilities/allocator.h 123 called 99 times
lython::meta::Stat& lython::meta::get_stat<lython::IfExp>() src/utilities/allocator.h 123 called 33 times
lython::meta::Stat& lython::meta::get_stat<lython::Import>() src/utilities/allocator.h 123 called 90 times
lython::meta::Stat& lython::meta::get_stat<lython::ImportFrom>() src/utilities/allocator.h 123 called 132 times
lython::meta::Stat& lython::meta::get_stat<lython::Inline>() src/utilities/allocator.h 123 called 30 times
lython::meta::Stat& lython::meta::get_stat<lython::InvalidStatement>() src/utilities/allocator.h 123 called 1695 times
lython::meta::Stat& lython::meta::get_stat<lython::JoinedStr>() src/utilities/allocator.h 123 called 99 times
lython::meta::Stat& lython::meta::get_stat<lython::Keyword>() src/utilities/allocator.h 123 called 225 times
lython::meta::Stat& lython::meta::get_stat<lython::Lambda>() src/utilities/allocator.h 123 called 27 times
lython::meta::Stat& lython::meta::get_stat<lython::ListComp>() src/utilities/allocator.h 123 called 42 times
lython::meta::Stat& lython::meta::get_stat<lython::ListExpr>() src/utilities/allocator.h 123 called 93 times
lython::meta::Stat& lython::meta::get_stat<lython::Match>() src/utilities/allocator.h 123 called 423 times
lython::meta::Stat& lython::meta::get_stat<lython::MatchAs>() src/utilities/allocator.h 123 called 171 times
lython::meta::Stat& lython::meta::get_stat<lython::MatchCase>() src/utilities/allocator.h 123 called 663 times
lython::meta::Stat& lython::meta::get_stat<lython::MatchClass>() src/utilities/allocator.h 123 called 105 times
lython::meta::Stat& lython::meta::get_stat<lython::MatchMapping>() src/utilities/allocator.h 123 called 135 times
lython::meta::Stat& lython::meta::get_stat<lython::MatchOr>() src/utilities/allocator.h 123 called 138 times
lython::meta::Stat& lython::meta::get_stat<lython::MatchSequence>() src/utilities/allocator.h 123 called 333 times
lython::meta::Stat& lython::meta::get_stat<lython::MatchSingleton>() src/utilities/allocator.h 123 called 408 times
lython::meta::Stat& lython::meta::get_stat<lython::MatchStar>() src/utilities/allocator.h 123 called 39 times
lython::meta::Stat& lython::meta::get_stat<lython::MatchValue>() src/utilities/allocator.h 123 called 876 times
lython::meta::Stat& lython::meta::get_stat<lython::Name>() src/utilities/allocator.h 123 called 11721 times
lython::meta::Stat& lython::meta::get_stat<lython::NamedExpr>() src/utilities/allocator.h 123 called 21 times
lython::meta::Stat& lython::meta::get_stat<lython::Node const*>() src/utilities/allocator.h 123 called 2811 times
lython::meta::Stat& lython::meta::get_stat<lython::Node*>() src/utilities/allocator.h 123 called 300 times
lython::meta::Stat& lython::meta::get_stat<lython::Nonlocal>() src/utilities/allocator.h 123 called 18 times
lython::meta::Stat& lython::meta::get_stat<lython::NotAllowedEpxr>() src/utilities/allocator.h 123 not called
lython::meta::Stat& lython::meta::get_stat<lython::NotImplementedExpr>() src/utilities/allocator.h 123 not called
lython::meta::Stat& lython::meta::get_stat<lython::NotImplementedStmt>() src/utilities/allocator.h 123 not called
lython::meta::Stat& lython::meta::get_stat<lython::Object>() src/utilities/allocator.h 123 called 6 times
lython::meta::Stat& lython::meta::get_stat<lython::ParsingContext>() src/utilities/allocator.h 123 called 231 times
lython::meta::Stat& lython::meta::get_stat<lython::ParsingError>() src/utilities/allocator.h 123 called 1695 times
lython::meta::Stat& lython::meta::get_stat<lython::Pass>() src/utilities/allocator.h 123 called 903 times
lython::meta::Stat& lython::meta::get_stat<lython::Pattern*>() src/utilities/allocator.h 123 called 1092 times
lython::meta::Stat& lython::meta::get_stat<lython::RTGCObject>() src/utilities/allocator.h 123 not called
lython::meta::Stat& lython::meta::get_stat<lython::Raise>() src/utilities/allocator.h 123 called 48 times
lython::meta::Stat& lython::meta::get_stat<lython::Return>() src/utilities/allocator.h 123 called 858 times
lython::meta::Stat& lython::meta::get_stat<lython::SemaContext>() src/utilities/allocator.h 123 called 372 times
lython::meta::Stat& lython::meta::get_stat<lython::SetComp>() src/utilities/allocator.h 123 called 42 times
lython::meta::Stat& lython::meta::get_stat<lython::SetExpr>() src/utilities/allocator.h 123 called 87 times
lython::meta::Stat& lython::meta::get_stat<lython::SetType>() src/utilities/allocator.h 123 called 15 times
lython::meta::Stat& lython::meta::get_stat<lython::Slice>() src/utilities/allocator.h 123 called 54 times
lython::meta::Stat& lython::meta::get_stat<lython::StackTrace>() src/utilities/allocator.h 123 not called
lython::meta::Stat& lython::meta::get_stat<lython::Starred>() src/utilities/allocator.h 123 called 24 times
lython::meta::Stat& lython::meta::get_stat<lython::StmtNode*>() src/utilities/allocator.h 123 called 9681 times
lython::meta::Stat& lython::meta::get_stat<lython::StringDatabase::StringEntry>() src/utilities/allocator.h 123 called 36 times
lython::meta::Stat& lython::meta::get_stat<lython::StringRef>() src/utilities/allocator.h 123 called 456 times
lython::meta::Stat& lython::meta::get_stat<lython::Subscript>() src/utilities/allocator.h 123 called 63 times
lython::meta::Stat& lython::meta::get_stat<lython::Token>() src/utilities/allocator.h 123 called 7068 times
lython::meta::Stat& lython::meta::get_stat<lython::Try>() src/utilities/allocator.h 123 called 105 times
lython::meta::Stat& lython::meta::get_stat<lython::TupleExpr>() src/utilities/allocator.h 123 called 369 times
lython::meta::Stat& lython::meta::get_stat<lython::TupleType>() src/utilities/allocator.h 123 called 51 times
lython::meta::Stat& lython::meta::get_stat<lython::UnaryOp>() src/utilities/allocator.h 123 called 117 times
lython::meta::Stat& lython::meta::get_stat<lython::While>() src/utilities/allocator.h 123 called 75 times
lython::meta::Stat& lython::meta::get_stat<lython::With>() src/utilities/allocator.h 123 called 156 times
lython::meta::Stat& lython::meta::get_stat<lython::WithItem>() src/utilities/allocator.h 123 called 264 times
lython::meta::Stat& lython::meta::get_stat<lython::Yield>() src/utilities/allocator.h 123 called 69 times
lython::meta::Stat& lython::meta::get_stat<lython::YieldFrom>() src/utilities/allocator.h 123 called 21 times
lython::meta::Stat& lython::meta::get_stat<lython::lyException*>() src/utilities/allocator.h 123 called 9 times
lython::meta::Stat& lython::meta::get_stat<lython::lyException>() src/utilities/allocator.h 123 called 9 times
lython::meta::Stat& lython::meta::get_stat<std::_List_node<std::vector<lython::StringDatabase::StringEntry, lython::Allocator<lython::StringDatabase::StringEntry, lython::device::CPU> > > >() src/utilities/allocator.h 123 called 36 times
lython::meta::Stat& lython::meta::get_stat<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > >() src/utilities/allocator.h 123 called 78 times
lython::meta::Stat& lython::meta::get_stat<std::__detail::_Hash_node<char, false> >() src/utilities/allocator.h 123 called 99 times
lython::meta::Stat& lython::meta::get_stat<std::__detail::_Hash_node<std::pair<int const, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > >, false> >() src/utilities/allocator.h 123 called 1521 times
lython::meta::Stat& lython::meta::get_stat<std::__detail::_Hash_node<std::pair<lython::StringRef const, bool>, false> >() src/utilities/allocator.h 123 called 117 times
lython::meta::Stat& lython::meta::get_stat<std::__detail::_Hash_node<std::pair<lython::StringRef const, llvm::Type*>, false> >() src/utilities/allocator.h 123 not called
lython::meta::Stat& lython::meta::get_stat<std::__detail::_Hash_node<std::pair<lython::StringRef const, lython::ConstantValue (*)(lython::ConstantValue const&)>, false> >() src/utilities/allocator.h 123 called 1296 times
lython::meta::Stat& lython::meta::get_stat<std::__detail::_Hash_node<std::pair<lython::StringRef const, lython::ConstantValue (*)(lython::ConstantValue const&, lython::ConstantValue const&)>, false> >() src/utilities/allocator.h 123 called 6552 times
lython::meta::Stat& lython::meta::get_stat<std::__detail::_Hash_node<std::pair<lython::StringRef const, lython::ExprNode*>, false> >() src/utilities/allocator.h 123 called 21 times
lython::meta::Stat& lython::meta::get_stat<std::__detail::_Hash_node<std::pair<lython::StringRef const, unsigned long>, false> >() src/utilities/allocator.h 123 called 186 times
lython::meta::Stat& lython::meta::get_stat<std::__detail::_Hash_node<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const, lython::OpConfig>, false> >() src/utilities/allocator.h 123 called 738 times
lython::meta::Stat& lython::meta::get_stat<std::__detail::_Hash_node<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const, lython::TokenType>, false> >() src/utilities/allocator.h 123 called 1404 times
lython::meta::Stat& lython::meta::get_stat<std::__detail::_Hash_node<std::pair<std::basic_string_view<char, std::char_traits<char> > const, unsigned long>, true> >() src/utilities/allocator.h 123 called 11073 times
lython::meta::Stat& lython::meta::get_stat<std::__detail::_Hash_node_base*>() src/utilities/allocator.h 123 called 423 times
lython::meta::Stat& lython::meta::get_stat<std::filesystem::__cxx11::path>() src/utilities/allocator.h 123 not called
lython::meta::Stat& lython::meta::get_stat<std::unique_ptr<lython::SemaException, std::default_delete<lython::SemaException> > >() src/utilities/allocator.h 123 called 855 times
lython::meta::Stat& lython::meta::get_stat<std::vector<lython::StmtNode*, lython::Allocator<lython::StmtNode*, lython::device::CPU> > >() src/utilities/allocator.h 123 called 42 times
lython::meta::Stat& lython::meta::get_stat<std::vector<lython::StringDatabase::StringEntry, lython::Allocator<lython::StringDatabase::StringEntry, lython::device::CPU> >*>() src/utilities/allocator.h 123 called 36 times
lython::meta::Stat& lython::meta::get_stat<unsigned long>() src/utilities/allocator.h 123 called 633 times
lython::meta::TypeRegistry::TypeRegistry() src/utilities/allocator.h 41 called 8 times
lython::meta::TypeRegistry::instance() src/utilities/allocator.h 36 called 6670 times
lython::meta::TypeRegistry::~TypeRegistry() src/utilities/allocator.h 43 called 8 times
lython::meta::_get_id() src/utilities/allocator.h 54 called 1262 times
lython::meta::_new_id() src/utilities/allocator.h 56 called 631 times
lython::meta::get_stat(int) src/utilities/allocator.h 129 called 4878 times
lython::meta::is_type_registry_available() src/utilities/allocator.cpp 24 called 758 times
lython::meta::stats() src/utilities/allocator.h 52 called 12852 times
lython::meta::type_name(int) src/utilities/allocator.h 117 called 568 times
lython::meta::typenames[abi:cxx11]() src/utilities/allocator.h 63 called 903 times
lython::metadata_init_names() src/utilities/metadata.cpp 243 called 1511 times
lython::native_binary_operators() src/builtin/operators.cpp 169 called 43 times
lython::native_bool_operators() src/builtin/operators.cpp 189 called 24 times
lython::native_cmp_operators() src/builtin/operators.cpp 362 called 57 times
lython::native_unary_operators() src/builtin/operators.cpp 254 called 23 times
lython::new_log(char const*, std::ostream&) src/logging/logging.cpp 175 not called
lython::new_logger(char const*) src/logging/logging.cpp 137 called 9 times
lython::new_ostream_logger(char const*, std::ostream&) src/logging/logging.cpp 157 not called
lython::not_allowed_expr(lython::Node*) src/parser/parser.cpp 37 not called
lython::not_implemented_expr(lython::Node*) src/parser/parser.cpp 35 not called
lython::not_implemented_stmt(lython::Node*) src/parser/parser.cpp 33 not called
lython::object__new__(lython::GCObject*, lython::ClassDef*) src/vm/tree.cpp 389 called 2 times
lython::operator<<(std::ostream&, lython::StringRef) src/utilities/names.cpp 7 called 4749 times
lython::operator_magic_name(lython::BinaryOperator const&, bool) src/ast/nodes.cpp 99 called 12 times
lython::operator_magic_name(lython::BoolOperator const&, bool) src/ast/nodes.cpp 122 called 32 times
lython::operator_magic_name(lython::CmpOperator const&, bool) src/ast/nodes.cpp 169 called 12 times
lython::operator_magic_name(lython::UnaryOperator const&, bool) src/ast/nodes.cpp 146 called 12 times
lython::parse_dictcomprehension(lython::Parser*, lython::Node*, lython::ExprNode*, lython::ExprNode*, char, int) src/parser/parser.cpp 1713 called 14 times
lython::parse_dictcomprehension(lython::Parser*, lython::Node*, lython::ExprNode*, lython::ExprNode*, char, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/parser/parser.cpp 1722 called 6 times
lython::parse_dictliteral(lython::Parser*, lython::Node*, lython::ExprNode*, lython::ExprNode*, char, int) src/parser/parser.cpp 1757 called 37 times
lython::parse_dictliteral(lython::Parser*, lython::Node*, lython::ExprNode*, lython::ExprNode*, char, int)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/parser/parser.cpp 1767 called 33 times
lython::parse_dictliteral(lython::Parser*, lython::Node*, lython::ExprNode*, lython::ExprNode*, char, int)::{lambda(char const*, char const*)#2}::operator()(char const*, char const*) const src/parser/parser.cpp 1774 called 25 times
lython::print(lython::BinaryOperator const&, std::ostream&) src/ast/nodes.cpp 55 called 35 times
lython::print(lython::BoolOperator const&, std::ostream&) src/ast/nodes.cpp 41 called 17 times
lython::print(lython::CmpOperator const&, std::ostream&) src/ast/nodes.cpp 82 called 67 times
lython::print(lython::Comprehension const&, std::ostream&) src/ast/ops/print.cpp 174 called 39 times
lython::print(lython::ExprNode const*, std::ostream&) src/ast/ops/print.cpp 1352 not called
lython::print(lython::ModNode const*, std::ostream&) src/ast/ops/print.cpp 1364 not called
lython::print(lython::Node const*, std::ostream&) src/ast/ops/print.cpp 1348 not called
lython::print(lython::Pattern const*, std::ostream&) src/ast/ops/print.cpp 1356 not called
lython::print(lython::StmtNode const*, std::ostream&) src/ast/ops/print.cpp 1360 not called
lython::print(lython::TokenType const&, std::ostream&) src/lexer/token.h 148 called 256 times
lython::print(lython::UnaryOperator const&, std::ostream&) src/ast/nodes.cpp 69 called 15 times
lython::print(std::ostream&, int, lython::BindingEntry const&) src/sema/bindings.cpp 26 called 21 times
lython::print_op(std::ostream&, lython::BinaryOperator, bool) src/ast/ops/print.cpp 1145 called 106 times
lython::print_op(std::ostream&, lython::BoolOperator) src/ast/ops/print.cpp 1135 called 10 times
lython::print_op(std::ostream&, lython::CmpOperator) src/ast/ops/print.cpp 1172 called 101 times
lython::print_op(std::ostream&, lython::UnaryOperator) src/ast/ops/print.cpp 1190 called 9 times
lython::printkwtrace(lython::StackTrace&) src/vm/tree.cpp 1142 called 8 times
lython::process_file(lython::StringRef const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> >, lython::Allocator<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> >, lython::device::CPU> > const&) src/sema/sema_import.cpp 120 called 12 times
lython::python_paths[abi:cxx11]() src/sema/sema_import.cpp 55 called 234 times
lython::read_file(std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&) src/lexer/buffer.cpp 72 not called
lython::read_file(std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&)::{lambda(char const*, char const*)#1}::operator()(char const*, char const*) const src/lexer/buffer.cpp 102 not called
lython::register_globals() src/utilities/metadata.cpp 245 called 12 times
lython::register_signal_handler() src/logging/logging.cpp 116 called 9 times
lython::root() src/logging/logging.cpp 181 called 34976 times
lython::set_context(lython::Node*, lython::ExprContext) src/ast/ops/context.cpp 143 called 801 times
lython::set_decorators(lython::StmtNode*, std::vector<lython::Decorator, lython::Allocator<lython::Decorator, lython::device::CPU> >&) src/parser/parser.cpp 2152 called 1836 times
lython::set_log_level(lython::LogLevel, bool) src/logging/logging.cpp 236 called 66 times
lython::shortprint[abi:cxx11](lython::Node const*) src/parser/parsing_error.cpp 161 called 631 times
lython::show_alloc_stats() src/utilities/allocator.cpp 88 called 14 times
lython::show_alloc_stats_on_destroy(bool) src/utilities/allocator.h 133 called 1 time
lython::show_backtrace() src/logging/logging.cpp 100 called 3 times
lython::show_log_backkwtrace() src/logging/logging.cpp 194 not called
lython::show_string_stats_on_destroy(bool) src/utilities/names.h 177 called 1 time
lython::signal_handler(int) src/logging/logging.cpp 109 called 3 times
lython::spdlog_log(lython::LogLevel, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) src/logging/logging.cpp 196 called 34976 times
lython::split(char, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&) src/utilities/strings.cpp 95 called 288 times
lython::str[abi:cxx11](lython::ExprNode const*) src/ast/ops/print.cpp 1369 not called
lython::str[abi:cxx11](lython::NodeKind) src/ast/nodes.cpp 14 called 1660 times
lython::str_t() src/sema/builtin.cpp 17 called 234 times
lython::strip(std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&) src/utilities/strings.cpp 61 called 1060 times
lython::strip2(std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&) src/cli/commands/internal.cpp 29 not called
lython::strip_defaults() src/utilities/strings.cpp 56 called 1071 times
lython::to_human_name[abi:cxx11](signed char) src/lexer/token.cpp 20 called 507 times
lython::to_string[abi:cxx11](signed char) src/lexer/token.cpp 6 called 25113 times
lython::tok_name_size() src/lexer/token.cpp 40 not called
lython::tok_reformat_file(std::filesystem::__cxx11::path const&, bool) src/cli/commands/format.cpp 129 not called
lython::tostr[abi:cxx11](lython::StringRef const&) src/codegen/llvm/llvm_gen.cpp 39 called 78 times
lython::track_static() src/utilities/metadata.cpp 231 called 12 times
lython::u16_t() src/sema/builtin.cpp 17 called 234 times
lython::u32_t() src/sema/builtin.cpp 17 called 234 times
lython::u64_t() src/sema/builtin.cpp 17 called 234 times
lython::u8_t() src/sema/builtin.cpp 17 called 234 times
lython::void_t lython::BaseVisitor<lython::Traverse, false, lython::TraverseTrait>::exec<lython::void_t>(lython::Node*, int) src/ast/visitor.h 99 called 801 times
lython::worker_loop(lython::ThreadPool*, unsigned long) src/utilities/pool.cpp 79 called 14 times
lython::xx_hash_3(void const*, unsigned long) src/dependencies/xx_hash.cpp 13 called 54849 times
main benchmarks/bench_hash.cpp 53 not called
main src/cli/cli.cpp 28 called 8 times
main src/tide/main.cpp 120 not called
main::{lambda(int)#1}::operator()(int) const benchmarks/bench_hash.cpp 62 not called
main::{lambda(int)#2}::operator()(int) const benchmarks/bench_hash.cpp 66 not called
main::{lambda(int)#3}::operator()(int) const benchmarks/bench_hash.cpp 70 not called
main::{lambda(int)#4}::operator()(int) const benchmarks/bench_hash.cpp 74 not called
main::{lambda(int)#5}::operator()(int) const benchmarks/bench_hash.cpp 78 not called
make_plugin src/plugin/example.cpp 87 not called
make_string[abi:cxx11](unsigned long) benchmarks/bench_hash.cpp 38 not called
new_hash(std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&) benchmarks/bench_hash.cpp 24 not called
nextid() src/tide/node.cpp 176 not called
old_hash(std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&) benchmarks/bench_hash.cpp 18 not called
operator+(ImVec2 const&, ImVec2 const&) src/tide/example.cpp 8 not called
operator-(ImVec2 const&, ImVec2 const&) src/tide/example.cpp 9 not called
resample_row_1(unsigned char*, unsigned char*, unsigned char*, int, int) src/tide/dependencies/stb_image/stb_image.h 3312 not called
short const& lython::ConstantValue::get<short>() const src/ast/constant.h 244 not called
signed char const& lython::ConstantValue::get<signed char>() const src/ast/constant.h 244 called 3 times
siphash(void const*, unsigned long, void const*, unsigned char*, unsigned long) src/stdlib/siphash.cpp 81 called 59 times
stbi__YCbCr_to_RGB_row(unsigned char*, unsigned char const*, unsigned char const*, unsigned char const*, int, int) src/tide/dependencies/stb_image/stb_image.h 3516 not called
stbi__YCbCr_to_RGB_simd(unsigned char*, unsigned char const*, unsigned char const*, unsigned char const*, int, int) src/tide/dependencies/stb_image/stb_image.h 3542 not called
stbi__addsizes_valid(int, int) src/tide/dependencies/stb_image/stb_image.h 931 not called
stbi__at_eof(stbi__context*) src/tide/dependencies/stb_image/stb_image.h 1529 not called
stbi__bit_reverse(int, int) src/tide/dependencies/stb_image/stb_image.h 3961 not called
stbi__bitcount(unsigned int) src/tide/dependencies/stb_image/stb_image.h 5170 not called
stbi__bitreverse16(int) src/tide/dependencies/stb_image/stb_image.h 3952 not called
stbi__blinn_8x8(unsigned char, unsigned char) src/tide/dependencies/stb_image/stb_image.h 3715 not called
stbi__bmp_info(stbi__context*, int*, int*, int*) src/tide/dependencies/stb_image/stb_image.h 7031 not called
stbi__bmp_load(stbi__context*, int*, int*, int*, int, stbi__result_info*) src/tide/dependencies/stb_image/stb_image.h 5296 not called
stbi__bmp_parse_header(stbi__context*, stbi__bmp_data*) src/tide/dependencies/stb_image/stb_image.h 5210 not called
stbi__bmp_test(stbi__context*) src/tide/dependencies/stb_image/stb_image.h 5149 not called
stbi__bmp_test_raw(stbi__context*) src/tide/dependencies/stb_image/stb_image.h 5134 not called
stbi__build_fast_ac(short*, stbi__huffman*) src/tide/dependencies/stb_image/stb_image.h 1946 not called
stbi__build_huffman(stbi__huffman*, int*) src/tide/dependencies/stb_image/stb_image.h 1902 not called
stbi__check_png_header(stbi__context*) src/tide/dependencies/stb_image/stb_image.h 4427 not called
stbi__clamp(int) src/tide/dependencies/stb_image/stb_image.h 2301 not called
stbi__cleanup_jpeg(stbi__jpeg*) src/tide/dependencies/stb_image/stb_image.h 3699 not called
stbi__compute_huffman_codes(stbi__zbuf*) src/tide/dependencies/stb_image/stb_image.h 4168 not called
stbi__compute_transparency(stbi__png*, unsigned char*, int) src/tide/dependencies/stb_image/stb_image.h 4734 not called
stbi__compute_transparency16(stbi__png*, unsigned short*, int) src/tide/dependencies/stb_image/stb_image.h 4759 not called
stbi__compute_y(int, int, int) src/tide/dependencies/stb_image/stb_image.h 1645 not called
stbi__compute_y_16(int, int, int) src/tide/dependencies/stb_image/stb_image.h 1702 not called
stbi__convert_16_to_8(unsigned short*, int, int, int) src/tide/dependencies/stb_image/stb_image.h 1096 not called
stbi__convert_8_to_16(unsigned char*, int, int, int) src/tide/dependencies/stb_image/stb_image.h 1112 not called
stbi__convert_format(unsigned char*, int, int, unsigned int, unsigned int) src/tide/dependencies/stb_image/stb_image.h 1654 not called
stbi__convert_format16(unsigned short*, int, int, unsigned int, unsigned int) src/tide/dependencies/stb_image/stb_image.h 1711 not called
stbi__copyval(int, unsigned char*, unsigned char const*) src/tide/dependencies/stb_image/stb_image.h 6115 not called
stbi__create_png_image(stbi__png*, unsigned char*, unsigned int, int, int, int, int) src/tide/dependencies/stb_image/stb_image.h 4690 not called
stbi__create_png_image_raw(stbi__png*, unsigned char*, unsigned int, int, unsigned int, unsigned int, int, int) src/tide/dependencies/stb_image/stb_image.h 4478 not called
stbi__de_iphone(stbi__png*) src/tide/dependencies/stb_image/stb_image.h 4834 not called
stbi__decode_jpeg_header(stbi__jpeg*, int) src/tide/dependencies/stb_image/stb_image.h 3240 not called
stbi__decode_jpeg_image(stbi__jpeg*) src/tide/dependencies/stb_image/stb_image.h 3265 not called
stbi__do_png(stbi__png*, int*, int*, int*, int, stbi__result_info*) src/tide/dependencies/stb_image/stb_image.h 5053 not called
stbi__do_zlib(stbi__zbuf*, char*, int, int, int) src/tide/dependencies/stb_image/stb_image.h 4316 not called
stbi__err(char const*) src/tide/dependencies/stb_image/stb_image.h 907 not called
stbi__expand_png_palette(stbi__png*, unsigned char*, int, int) src/tide/dependencies/stb_image/stb_image.h 4784 not called
stbi__extend_receive(stbi__jpeg*, int) src/tide/dependencies/stb_image/stb_image.h 2047 not called
stbi__fill_bits(stbi__zbuf*) src/tide/dependencies/stb_image/stb_image.h 4042 not called
stbi__float_postprocess(float*, int*, int*, int*, int) src/tide/dependencies/stb_image/stb_image.h 1216 not called
stbi__fopen(char const*, char const*) src/tide/dependencies/stb_image/stb_image.h 1239 not called
stbi__free_jpeg_components(stbi__jpeg*, int, int) src/tide/dependencies/stb_image/stb_image.h 3126 not called
stbi__get16be(stbi__context*) src/tide/dependencies/stb_image/stb_image.h 1594 not called
stbi__get16le(stbi__context*) src/tide/dependencies/stb_image/stb_image.h 1614 not called
stbi__get32be(stbi__context*) src/tide/dependencies/stb_image/stb_image.h 1604 not called
stbi__get32le(stbi__context*) src/tide/dependencies/stb_image/stb_image.h 1622 not called
stbi__get8(stbi__context*) src/tide/dependencies/stb_image/stb_image.h 1515 not called
stbi__get_chunk_header(stbi__context*) src/tide/dependencies/stb_image/stb_image.h 4419 not called
stbi__get_marker(stbi__jpeg*) src/tide/dependencies/stb_image/stb_image.h 2804 not called
stbi__getn(stbi__context*, unsigned char*, int) src/tide/dependencies/stb_image/stb_image.h 1566 not called
stbi__gif_header(stbi__context*, stbi__gif*, int*, int) src/tide/dependencies/stb_image/stb_image.h 6337 not called
stbi__gif_info(stbi__context*, int*, int*, int*) src/tide/dependencies/stb_image/stb_image.h 6776 not called
stbi__gif_info_raw(stbi__context*, int*, int*, int*) src/tide/dependencies/stb_image/stb_image.h 6365 not called
stbi__gif_load(stbi__context*, int*, int*, int*, int, stbi__result_info*) src/tide/dependencies/stb_image/stb_image.h 6747 not called
stbi__gif_load_next(stbi__context*, stbi__gif*, int*, int, unsigned char*) src/tide/dependencies/stb_image/stb_image.h 6503 not called
stbi__gif_parse_colortable(stbi__context*, unsigned char (*) [4], int, int) src/tide/dependencies/stb_image/stb_image.h 6326 not called
stbi__gif_test(stbi__context*) src/tide/dependencies/stb_image/stb_image.h 6319 not called
stbi__gif_test_raw(stbi__context*) src/tide/dependencies/stb_image/stb_image.h 6309 not called
stbi__grow_buffer_unsafe(stbi__jpeg*) src/tide/dependencies/stb_image/stb_image.h 1971 not called
stbi__hdr_convert(float*, unsigned char*, int) src/tide/dependencies/stb_image/stb_image.h 6830 not called
stbi__hdr_gettoken(stbi__context*, char*) src/tide/dependencies/stb_image/stb_image.h 6808 not called
stbi__hdr_info(stbi__context*, int*, int*, int*) src/tide/dependencies/stb_image/stb_image.h 6985 not called
stbi__hdr_load(stbi__context*, int*, int*, int*, int, stbi__result_info*) src/tide/dependencies/stb_image/stb_image.h 6857 not called
stbi__hdr_test(stbi__context*) src/tide/dependencies/stb_image/stb_image.h 6796 not called
stbi__hdr_test_core(stbi__context*, char const*) src/tide/dependencies/stb_image/stb_image.h 6786 not called
stbi__hdr_to_ldr(float*, int, int, int) src/tide/dependencies/stb_image/stb_image.h 1783 not called
stbi__high_bit(unsigned int) src/tide/dependencies/stb_image/stb_image.h 5158 not called
stbi__idct_block(unsigned char*, int, short*) src/tide/dependencies/stb_image/stb_image.h 2352 not called
stbi__idct_simd(unsigned char*, int, short*) src/tide/dependencies/stb_image/stb_image.h 2415 not called
stbi__info_main(stbi__context*, int*, int*, int*) src/tide/dependencies/stb_image/stb_image.h 7303 not called
stbi__is_16_main(stbi__context*) src/tide/dependencies/stb_image/stb_image.h 7345 not called
stbi__jpeg_decode_block(stbi__jpeg*, short*, stbi__huffman*, stbi__huffman*, short*, int, unsigned short*) src/tide/dependencies/stb_image/stb_image.h 2102 not called
stbi__jpeg_decode_block_prog_ac(stbi__jpeg*, short*, stbi__huffman*, short*) src/tide/dependencies/stb_image/stb_image.h 2181 not called
stbi__jpeg_decode_block_prog_dc(stbi__jpeg*, short*, stbi__huffman*, int) src/tide/dependencies/stb_image/stb_image.h 2154 not called
stbi__jpeg_dequantize(short*, unsigned short*) src/tide/dependencies/stb_image/stb_image.h 2958 not called
stbi__jpeg_finish(stbi__jpeg*) src/tide/dependencies/stb_image/stb_image.h 2965 not called
stbi__jpeg_get_bit(stbi__jpeg*) src/tide/dependencies/stb_image/stb_image.h 2074 not called
stbi__jpeg_get_bits(stbi__jpeg*, int) src/tide/dependencies/stb_image/stb_image.h 2063 not called
stbi__jpeg_huff_decode(stbi__jpeg*, stbi__huffman*) src/tide/dependencies/stb_image/stb_image.h 1993 not called
stbi__jpeg_info(stbi__context*, int*, int*, int*) src/tide/dependencies/stb_image/stb_image.h 3916 not called
stbi__jpeg_info_raw(stbi__jpeg*, int*, int*, int*) src/tide/dependencies/stb_image/stb_image.h 3904 not called
stbi__jpeg_load(stbi__context*, int*, int*, int*, int, stbi__result_info*) src/tide/dependencies/stb_image/stb_image.h 3880 not called
stbi__jpeg_reset(stbi__jpeg*) src/tide/dependencies/stb_image/stb_image.h 2821 not called
stbi__jpeg_test(stbi__context*) src/tide/dependencies/stb_image/stb_image.h 3892 not called
stbi__ldr_to_hdr(unsigned char*, int, int, int) src/tide/dependencies/stb_image/stb_image.h 1757 not called
stbi__load_and_postprocess_16bit(stbi__context*, int*, int*, int*, int) src/tide/dependencies/stb_image/stb_image.h 1190 not called
stbi__load_and_postprocess_8bit(stbi__context*, int*, int*, int*, int) src/tide/dependencies/stb_image/stb_image.h 1166 not called
stbi__load_gif_main(stbi__context*, int**, int*, int*, int*, int*, int) src/tide/dependencies/stb_image/stb_image.h 6677 not called
stbi__load_main(stbi__context*, int*, int*, int*, int, stbi__result_info*, int) src/tide/dependencies/stb_image/stb_image.h 1049 not called
stbi__loadf_main(stbi__context*, int*, int*, int*, int) src/tide/dependencies/stb_image/stb_image.h 1362 not called
stbi__mad2sizes_valid(int, int, int) src/tide/dependencies/stb_image/stb_image.h 953 not called
stbi__mad3sizes_valid(int, int, int, int) src/tide/dependencies/stb_image/stb_image.h 960 not called
stbi__mad4sizes_valid(int, int, int, int, int) src/tide/dependencies/stb_image/stb_image.h 968 not called
stbi__malloc(unsigned long) src/tide/dependencies/stb_image/stb_image.h 914 not called
stbi__malloc_mad2(int, int, int) src/tide/dependencies/stb_image/stb_image.h 977 not called
stbi__malloc_mad3(int, int, int, int) src/tide/dependencies/stb_image/stb_image.h 984 not called
stbi__malloc_mad4(int, int, int, int, int) src/tide/dependencies/stb_image/stb_image.h 991 not called
stbi__mul2sizes_valid(int, int) src/tide/dependencies/stb_image/stb_image.h 943 not called
stbi__out_gif_code(stbi__gif*, unsigned short) src/tide/dependencies/stb_image/stb_image.h 6379 not called
stbi__paeth(int, int, int) src/tide/dependencies/stb_image/stb_image.h 4464 not called
stbi__parse_entropy_coded_data(stbi__jpeg*) src/tide/dependencies/stb_image/stb_image.h 2834 not called
stbi__parse_huffman_block(stbi__zbuf*) src/tide/dependencies/stb_image/stb_image.h 4126 not called
stbi__parse_png_file(stbi__png*, int, int) src/tide/dependencies/stb_image/stb_image.h 4879 not called
stbi__parse_uncompressed_block(stbi__zbuf*) src/tide/dependencies/stb_image/stb_image.h 4217 not called
stbi__parse_zlib(stbi__zbuf*, int) src/tide/dependencies/stb_image/stb_image.h 4288 not called
stbi__parse_zlib_header(stbi__zbuf*) src/tide/dependencies/stb_image/stb_image.h 4246 not called
stbi__pic_info(stbi__context*, int*, int*, int*) src/tide/dependencies/stb_image/stb_image.h 7118 not called
stbi__pic_is4(stbi__context*, char const*) src/tide/dependencies/stb_image/stb_image.h 6070 not called
stbi__pic_load(stbi__context*, int*, int*, int*, int, stbi__result_info*) src/tide/dependencies/stb_image/stb_image.h 6234 not called
stbi__pic_load_core(stbi__context*, int, int, int*, unsigned char*) src/tide/dependencies/stb_image/stb_image.h 6124 not called
stbi__pic_test(stbi__context*) src/tide/dependencies/stb_image/stb_image.h 6270 not called
stbi__pic_test_core(stbi__context*) src/tide/dependencies/stb_image/stb_image.h 6080 not called
stbi__png_info(stbi__context*, int*, int*, int*) src/tide/dependencies/stb_image/stb_image.h 5110 not called
stbi__png_info_raw(stbi__png*, int*, int*, int*) src/tide/dependencies/stb_image/stb_image.h 5098 not called
stbi__png_is16(stbi__context*) src/tide/dependencies/stb_image/stb_image.h 5117 not called
stbi__png_load(stbi__context*, int*, int*, int*, int, stbi__result_info*) src/tide/dependencies/stb_image/stb_image.h 5083 not called
stbi__png_test(stbi__context*) src/tide/dependencies/stb_image/stb_image.h 5090 not called
stbi__pnm_getinteger(stbi__context*, char*) src/tide/dependencies/stb_image/stb_image.h 7252 not called
stbi__pnm_info(stbi__context*, int*, int*, int*) src/tide/dependencies/stb_image/stb_image.h 7264 not called
stbi__pnm_isdigit(char) src/tide/dependencies/stb_image/stb_image.h 7247 not called
stbi__pnm_isspace(char) src/tide/dependencies/stb_image/stb_image.h 7228 not called
stbi__pnm_load(stbi__context*, int*, int*, int*, int, stbi__result_info*) src/tide/dependencies/stb_image/stb_image.h 7202 not called
stbi__pnm_skip_whitespace(stbi__context*, char*) src/tide/dependencies/stb_image/stb_image.h 7233 not called
stbi__pnm_test(stbi__context*) src/tide/dependencies/stb_image/stb_image.h 7190 not called
stbi__process_frame_header(stbi__jpeg*, int) src/tide/dependencies/stb_image/stb_image.h 3148 not called
stbi__process_gif_raster(stbi__context*, stbi__gif*) src/tide/dependencies/stb_image/stb_image.h 6416 not called
stbi__process_marker(stbi__jpeg*, int) src/tide/dependencies/stb_image/stb_image.h 2984 not called
stbi__process_scan_header(stbi__jpeg*) src/tide/dependencies/stb_image/stb_image.h 3087 not called
stbi__psd_decode_rle(stbi__context*, unsigned char*, int) src/tide/dependencies/stb_image/stb_image.h 5825 not called
stbi__psd_info(stbi__context*, int*, int*, int*) src/tide/dependencies/stb_image/stb_image.h 7054 not called
stbi__psd_is16(stbi__context*) src/tide/dependencies/stb_image/stb_image.h 7089 not called
stbi__psd_load(stbi__context*, int*, int*, int*, int, stbi__result_info*, int) src/tide/dependencies/stb_image/stb_image.h 5863 not called
stbi__psd_test(stbi__context*) src/tide/dependencies/stb_image/stb_image.h 5818 not called
stbi__readval(stbi__context*, int, unsigned char*) src/tide/dependencies/stb_image/stb_image.h 6101 not called
stbi__refill_buffer(stbi__context*) src/tide/dependencies/stb_image/stb_image.h 1499 not called
stbi__resample_row_generic(unsigned char*, unsigned char*, unsigned char*, int, int) src/tide/dependencies/stb_image/stb_image.h 3502 not called
stbi__resample_row_h_2(unsigned char*, unsigned char*, unsigned char*, int, int) src/tide/dependencies/stb_image/stb_image.h 3331 not called
stbi__resample_row_hv_2(unsigned char*, unsigned char*, unsigned char*, int, int) src/tide/dependencies/stb_image/stb_image.h 3361 not called
stbi__resample_row_hv_2_simd(unsigned char*, unsigned char*, unsigned char*, int, int) src/tide/dependencies/stb_image/stb_image.h 3386 not called
stbi__resample_row_v_2(unsigned char*, unsigned char*, unsigned char*, int, int) src/tide/dependencies/stb_image/stb_image.h 3321 not called
stbi__rewind(stbi__context*) src/tide/dependencies/stb_image/stb_image.h 816 not called
stbi__setup_jpeg(stbi__jpeg*) src/tide/dependencies/stb_image/stb_image.h 3677 not called
stbi__shiftsigned(unsigned int, int, int) src/tide/dependencies/stb_image/stb_image.h 5183 not called
stbi__skip(stbi__context*, int) src/tide/dependencies/stb_image/stb_image.h 1545 not called
stbi__sse2_available() src/tide/dependencies/stb_image/stb_image.h 710 not called
stbi__start_callbacks(stbi__context*, stbi_io_callbacks*, void*) src/tide/dependencies/stb_image/stb_image.h 772 not called
stbi__start_file(stbi__context*, _IO_FILE*) src/tide/dependencies/stb_image/stb_image.h 807 not called
stbi__start_mem(stbi__context*, unsigned char const*, int) src/tide/dependencies/stb_image/stb_image.h 763 not called
stbi__stdio_eof(void*) src/tide/dependencies/stb_image/stb_image.h 795 not called
stbi__stdio_read(void*, char*, int) src/tide/dependencies/stb_image/stb_image.h 785 not called
stbi__stdio_skip(void*, int) src/tide/dependencies/stb_image/stb_image.h 790 not called
stbi__tga_get_comp(int, int, int*) src/tide/dependencies/stb_image/stb_image.h 5484 not called
stbi__tga_info(stbi__context*, int*, int*, int*) src/tide/dependencies/stb_image/stb_image.h 5500 not called
stbi__tga_load(stbi__context*, int*, int*, int*, int, stbi__result_info*) src/tide/dependencies/stb_image/stb_image.h 5616 not called
stbi__tga_read_rgb16(stbi__context*, unsigned char*) src/tide/dependencies/stb_image/stb_image.h 5597 not called
stbi__tga_test(stbi__context*) src/tide/dependencies/stb_image/stb_image.h 5565 not called
stbi__vertical_flip(void*, int, int, int) src/tide/dependencies/stb_image/stb_image.h 1128 not called
stbi__vertical_flip_slices(void*, int, int, int, int) src/tide/dependencies/stb_image/stb_image.h 1153 not called
stbi__zbuild_huffman(stbi__zhuffman*, unsigned char const*, int) src/tide/dependencies/stb_image/stb_image.h 3969 not called
stbi__zexpand(stbi__zbuf*, char*, int) src/tide/dependencies/stb_image/stb_image.h 4093 not called
stbi__zget8(stbi__zbuf*) src/tide/dependencies/stb_image/stb_image.h 4036 not called
stbi__zhuffman_decode(stbi__zbuf*, stbi__zhuffman*) src/tide/dependencies/stb_image/stb_image.h 4079 not called
stbi__zhuffman_decode_slowpath(stbi__zbuf*, stbi__zhuffman*) src/tide/dependencies/stb_image/stb_image.h 4061 not called
stbi__zreceive(stbi__zbuf*, int) src/tide/dependencies/stb_image/stb_image.h 4051 not called
stbi_convert_iphone_png_to_rgb src/tide/dependencies/stb_image/stb_image.h 4829 not called
stbi_failure_reason src/tide/dependencies/stb_image/stb_image.h 901 not called
stbi_hdr_to_ldr_gamma src/tide/dependencies/stb_image/stb_image.h 1483 not called
stbi_hdr_to_ldr_scale src/tide/dependencies/stb_image/stb_image.h 1484 not called
stbi_image_free src/tide/dependencies/stb_image/stb_image.h 1013 not called
stbi_info src/tide/dependencies/stb_image/stb_image.h 7359 not called
stbi_info_from_callbacks src/tide/dependencies/stb_image/stb_image.h 7409 not called
stbi_info_from_file src/tide/dependencies/stb_image/stb_image.h 7369 not called
stbi_info_from_memory src/tide/dependencies/stb_image/stb_image.h 7402 not called
stbi_is_16_bit src/tide/dependencies/stb_image/stb_image.h 7380 not called
stbi_is_16_bit_from_callbacks src/tide/dependencies/stb_image/stb_image.h 7423 not called
stbi_is_16_bit_from_file src/tide/dependencies/stb_image/stb_image.h 7390 not called
stbi_is_16_bit_from_memory src/tide/dependencies/stb_image/stb_image.h 7416 not called
stbi_is_hdr src/tide/dependencies/stb_image/stb_image.h 1433 not called
stbi_is_hdr_from_callbacks src/tide/dependencies/stb_image/stb_image.h 1461 not called
stbi_is_hdr_from_file src/tide/dependencies/stb_image/stb_image.h 1444 not called
stbi_is_hdr_from_memory src/tide/dependencies/stb_image/stb_image.h 1419 not called
stbi_ldr_to_hdr_gamma src/tide/dependencies/stb_image/stb_image.h 1477 not called
stbi_ldr_to_hdr_scale src/tide/dependencies/stb_image/stb_image.h 1478 not called
stbi_load src/tide/dependencies/stb_image/stb_image.h 1268 not called
stbi_load_16 src/tide/dependencies/stb_image/stb_image.h 1304 not called
stbi_load_16_from_callbacks src/tide/dependencies/stb_image/stb_image.h 1324 not called
stbi_load_16_from_memory src/tide/dependencies/stb_image/stb_image.h 1317 not called
stbi_load_from_callbacks src/tide/dependencies/stb_image/stb_image.h 1338 not called
stbi_load_from_file src/tide/dependencies/stb_image/stb_image.h 1278 not called
stbi_load_from_file_16 src/tide/dependencies/stb_image/stb_image.h 1291 not called
stbi_load_from_memory src/tide/dependencies/stb_image/stb_image.h 1331 not called
stbi_load_gif_from_memory src/tide/dependencies/stb_image/stb_image.h 1346 not called
stbi_loadf src/tide/dependencies/stb_image/stb_image.h 1395 not called
stbi_loadf_from_callbacks src/tide/dependencies/stb_image/stb_image.h 1387 not called
stbi_loadf_from_file src/tide/dependencies/stb_image/stb_image.h 1405 not called
stbi_loadf_from_memory src/tide/dependencies/stb_image/stb_image.h 1380 not called
stbi_set_flip_vertically_on_load src/tide/dependencies/stb_image/stb_image.h 1028 not called
stbi_set_flip_vertically_on_load_thread src/tide/dependencies/stb_image/stb_image.h 1038 not called
stbi_set_unpremultiply_on_load src/tide/dependencies/stb_image/stb_image.h 4824 not called
stbi_zlib_decode_buffer src/tide/dependencies/stb_image/stb_image.h 4363 not called
stbi_zlib_decode_malloc src/tide/dependencies/stb_image/stb_image.h 4342 not called
stbi_zlib_decode_malloc_guesssize src/tide/dependencies/stb_image/stb_image.h 4326 not called
stbi_zlib_decode_malloc_guesssize_headerflag src/tide/dependencies/stb_image/stb_image.h 4347 not called
stbi_zlib_decode_noheader_buffer src/tide/dependencies/stb_image/stb_image.h 4390 not called
stbi_zlib_decode_noheader_malloc src/tide/dependencies/stb_image/stb_image.h 4374 not called
std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const& lython::ConstantValue::get<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > >() const src/ast/constant.h 244 called 15 times
std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > lython::fmtstr<>(fmt::v8::basic_string_view<char>) src/dependencies/fmt.h 11 not called
std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > lython::fmtstr<double const&>(fmt::v8::basic_string_view<char>, double const&) src/dependencies/fmt.h 11 called 41 times
std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > lython::fmtstr<lython::StringRef const&, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > >(fmt::v8::basic_string_view<char>, lython::StringRef const&, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> >&&) src/dependencies/fmt.h 11 called 4 times
std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > lython::fmtstr<signed char, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> >, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > >(fmt::v8::basic_string_view<char>, signed char&&, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> >&&, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> >&&) src/dependencies/fmt.h 11 not called
std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > lython::fmtstr<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > >(fmt::v8::basic_string_view<char>, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> >&&) src/dependencies/fmt.h 11 not called
std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > lython::fmtstr<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&>(fmt::v8::basic_string_view<char>, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&) src/dependencies/fmt.h 11 not called
std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > lython::fmtstr<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> >&>(fmt::v8::basic_string_view<char>, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> >&) src/dependencies/fmt.h 11 not called
std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > lython::fmtstr<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> >&, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> >&>(fmt::v8::basic_string_view<char>, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> >&, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> >&) src/dependencies/fmt.h 11 called 8 times
std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > lython::fmtstr<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> >, signed char&>(fmt::v8::basic_string_view<char>, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> >&&, signed char&) src/dependencies/fmt.h 11 called 251 times
std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > lython::fmtstr<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> >, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > >(fmt::v8::basic_string_view<char>, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> >&&, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> >&&) src/dependencies/fmt.h 11 called 30 times
std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > lython::join<__gnu_cxx::__normal_iterator<lython::StringRef const*, std::vector<lython::StringRef, lython::Allocator<lython::StringRef, lython::device::CPU> > > >(std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&, __gnu_cxx::__normal_iterator<lython::StringRef const*, std::vector<lython::StringRef, lython::Allocator<lython::StringRef, lython::device::CPU> > > const&, __gnu_cxx::__normal_iterator<lython::StringRef const*, std::vector<lython::StringRef, lython::Allocator<lython::StringRef, lython::device::CPU> > > const&) src/utilities/strings.cpp 10 not called
std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > lython::join<__gnu_cxx::__normal_iterator<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> >, lython::Allocator<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> >, lython::device::CPU> > > >(std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&, __gnu_cxx::__normal_iterator<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> >, lython::Allocator<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> >, lython::device::CPU> > > const&, __gnu_cxx::__normal_iterator<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> >, lython::Allocator<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> >, lython::device::CPU> > > const&) src/utilities/strings.cpp 10 called 548 times
std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > lython::join<__gnu_cxx::__normal_iterator<std::basic_string_view<char, std::char_traits<char> > const*, std::vector<std::basic_string_view<char, std::char_traits<char> >, lython::Allocator<std::basic_string_view<char, std::char_traits<char> >, lython::device::CPU> > > >(std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&, __gnu_cxx::__normal_iterator<std::basic_string_view<char, std::char_traits<char> > const*, std::vector<std::basic_string_view<char, std::char_traits<char> >, lython::Allocator<std::basic_string_view<char, std::char_traits<char> >, lython::device::CPU> > > const&, __gnu_cxx::__normal_iterator<std::basic_string_view<char, std::char_traits<char> > const*, std::vector<std::basic_string_view<char, std::char_traits<char> >, lython::Allocator<std::basic_string_view<char, std::char_traits<char> >, lython::device::CPU> > > const&) src/utilities/strings.cpp 10 not called
std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > lython::join<int>(std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&, std::vector<int, lython::Allocator<int, lython::device::CPU> > const&) src/utilities/strings.h 18 called 251 times
std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > lython::join<lython::Comprehension>(std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&, std::vector<lython::Comprehension, lython::Allocator<lython::Comprehension, lython::device::CPU> > const&) src/utilities/strings.h 18 called 39 times
std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > lython::join<lython::ExprNode*>(std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&, std::vector<lython::ExprNode*, lython::Allocator<lython::ExprNode*, lython::device::CPU> > const&) src/utilities/strings.h 18 called 249 times
std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > lython::join<lython::Pattern*>(std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&, std::vector<lython::Pattern*, lython::Allocator<lython::Pattern*, lython::device::CPU> > const&) src/utilities/strings.h 18 called 6 times
std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > lython::str<int>(int const&) src/ast/magic.h 30 called 256 times
std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > lython::str<lython::BinaryOperator>(lython::BinaryOperator const&) src/ast/magic.h 30 called 35 times
std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > lython::str<lython::BoolOperator>(lython::BoolOperator const&) src/ast/magic.h 30 called 17 times
std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > lython::str<lython::CmpOperator>(lython::CmpOperator const&) src/ast/magic.h 30 called 67 times
std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > lython::str<lython::Comprehension>(lython::Comprehension const&) src/ast/magic.h 30 called 39 times
std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > lython::str<lython::ExprNode>(lython::ExprNode* const&) src/ast/magic.h 37 not called
std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > lython::str<lython::Module>(lython::Module* const&) src/ast/magic.h 37 not called
std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > lython::str<lython::OpConfig>(lython::OpConfig const&) src/ast/magic.h 30 not called
std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > lython::str<lython::StmtNode>(lython::StmtNode* const&) src/ast/magic.h 37 called 11 times
std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > lython::str<lython::StringRef>(lython::StringRef const&) src/ast/magic.h 30 called 1007 times
std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > lython::str<lython::Token>(lython::Token const&) src/ast/magic.h 30 called 343 times
std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > lython::str<lython::TokenType>(lython::TokenType const&) src/ast/magic.h 30 called 256 times
std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > lython::str<lython::UnaryOperator>(lython::UnaryOperator const&) src/ast/magic.h 30 called 15 times
std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > lython::str<std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> >, lython::Allocator<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> >, lython::device::CPU> > >(std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> >, lython::Allocator<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> >, lython::device::CPU> > const&) src/ast/magic.h 30 called 12 times
std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > lython::llvmstr<llvm::Type>(llvm::Type*) src/codegen/llvm/llvm_gen.cpp 42 not called
std::hash<lython::StringRef>::operator()(lython::StringRef const&) const src/utilities/names.h 185 called 8476 times
std::hash<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > >::operator()(std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&) const src/dtypes.h 77 called 1385 times
std::ostream& lython::print<, int>(std::ostream&, int) benchmarks/bench.h 91 not called
std::ostream& lython::print<>(std::ostream&) benchmarks/bench.h 98 not called
std::remove_const<lython::Constant>::type* lython::GCObject::copy<lython::Constant>(lython::Constant*) src/utilities/object.h 42 called 188 times
std::vector<VkQueueFamilyProperties, std::allocator<VkQueueFamilyProperties> > vkb::detail::get_vector_noerror<VkQueueFamilyProperties, void (*&)(VkPhysicalDevice_T*, unsigned int*, VkQueueFamilyProperties*), VkPhysicalDevice_T* const&>(void (*&)(VkPhysicalDevice_T*, unsigned int*, VkQueueFamilyProperties*), VkPhysicalDevice_T* const&) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 220 not called
std::vector<VkQueueFamilyProperties, std::allocator<VkQueueFamilyProperties> > vkb::detail::get_vector_noerror<VkQueueFamilyProperties, void (*&)(VkPhysicalDevice_T*, unsigned int*, VkQueueFamilyProperties*), VkPhysicalDevice_T*&>(void (*&)(VkPhysicalDevice_T*, unsigned int*, VkQueueFamilyProperties*), VkPhysicalDevice_T*&) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 220 not called
std::vector<lython::ExprNode*, lython::Allocator<lython::ExprNode*, lython::device::CPU> > lython::BaseVisitor<lython::SemanticAnalyser, false, lython::SemaVisitorTrait>::exec<lython::ExprNode*, lython::StmtNode*>(std::vector<lython::StmtNode*, lython::Allocator<lython::StmtNode*, lython::device::CPU> >&, int) src/ast/visitor.h 80 called 298 times
tinyobj::InitMaterial(tinyobj::material_t*) src/tide/dependencies/tinyobjloader/tiny_obj_loader.h 1276 not called
tinyobj::InitTexOpt(tinyobj::texture_option_t*, bool) src/tide/dependencies/tinyobjloader/tiny_obj_loader.h 1250 not called
tinyobj::JoinPath(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) src/tide/dependencies/tinyobjloader/tiny_obj_loader.h 1651 not called
tinyobj::LoadMtl(std::map<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, std::less<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const, int> > >*, std::vector<tinyobj::material_t, std::allocator<tinyobj::material_t> >*, std::istream*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*) src/tide/dependencies/tinyobjloader/tiny_obj_loader.h 1666 not called
tinyobj::LoadObj(tinyobj::attrib_t*, std::vector<tinyobj::shape_t, std::allocator<tinyobj::shape_t> >*, std::vector<tinyobj::material_t, std::allocator<tinyobj::material_t> >*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, char const*, char const*, bool, bool) src/tide/dependencies/tinyobjloader/tiny_obj_loader.h 2137 not called
tinyobj::LoadObj(tinyobj::attrib_t*, std::vector<tinyobj::shape_t, std::allocator<tinyobj::shape_t> >*, std::vector<tinyobj::material_t, std::allocator<tinyobj::material_t> >*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::istream*, tinyobj::MaterialReader*, bool, bool) src/tide/dependencies/tinyobjloader/tiny_obj_loader.h 2173 not called
tinyobj::LoadObjWithCallback(std::istream&, tinyobj::callback_t const&, void*, tinyobj::MaterialReader*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*) src/tide/dependencies/tinyobjloader/tiny_obj_loader.h 2683 not called
tinyobj::MaterialFileReader::MaterialFileReader(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) src/tide/dependencies/tinyobjloader/tiny_obj_loader.h 448 not called
tinyobj::MaterialFileReader::operator()(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::vector<tinyobj::material_t, std::allocator<tinyobj::material_t> >*, std::map<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, std::less<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const, int> > >*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*) src/tide/dependencies/tinyobjloader/tiny_obj_loader.h 2058 not called
tinyobj::MaterialFileReader::~MaterialFileReader() src/tide/dependencies/tinyobjloader/tiny_obj_loader.h 450 not called
tinyobj::MaterialReader::MaterialReader() src/tide/dependencies/tinyobjloader/tiny_obj_loader.h 433 not called
tinyobj::MaterialReader::~MaterialReader() src/tide/dependencies/tinyobjloader/tiny_obj_loader.h 636 not called
tinyobj::MaterialStreamReader::MaterialStreamReader(std::istream&) src/tide/dependencies/tinyobjloader/tiny_obj_loader.h 465 not called
tinyobj::MaterialStreamReader::operator()(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::vector<tinyobj::material_t, std::allocator<tinyobj::material_t> >*, std::map<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, std::less<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const, int> > >*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*) src/tide/dependencies/tinyobjloader/tiny_obj_loader.h 2117 not called
tinyobj::MaterialStreamReader::~MaterialStreamReader() src/tide/dependencies/tinyobjloader/tiny_obj_loader.h 467 not called
tinyobj::ObjReader::ParseFromFile(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, tinyobj::ObjReaderConfig const&) src/tide/dependencies/tinyobjloader/tiny_obj_loader.h 2966 not called
tinyobj::ObjReader::ParseFromString(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, tinyobj::ObjReaderConfig const&) src/tide/dependencies/tinyobjloader/tiny_obj_loader.h 2990 not called
tinyobj::ParseTextureNameAndOption(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, tinyobj::texture_option_t*, char const*) src/tide/dependencies/tinyobjloader/tiny_obj_loader.h 1164 not called
tinyobj::PrimGroup::IsEmpty() const src/tide/dependencies/tinyobjloader/tiny_obj_loader.h 699 not called
tinyobj::PrimGroup::clear() src/tide/dependencies/tinyobjloader/tiny_obj_loader.h 693 not called
tinyobj::SplitString(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, char, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&) src/tide/dependencies/tinyobjloader/tiny_obj_loader.h 1641 not called
tinyobj::attrib_t::attrib_t() src/tide/dependencies/tinyobjloader/tiny_obj_loader.h 386 not called
tinyobj::exportGroupsToShape(tinyobj::shape_t*, tinyobj::PrimGroup const&, std::vector<tinyobj::tag_t, std::allocator<tinyobj::tag_t> > const&, int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, std::vector<float, std::allocator<float> > const&) src/tide/dependencies/tinyobjloader/tiny_obj_loader.h 1343 not called
tinyobj::face_t::face_t() src/tide/dependencies/tinyobjloader/tiny_obj_loader.h 654 not called
tinyobj::fixIndex(int, int, int*) src/tide/dependencies/tinyobjloader/tiny_obj_loader.h 748 not called
tinyobj::parseInt(char const**) src/tide/dependencies/tinyobjloader/tiny_obj_loader.h 780 not called
tinyobj::parseOnOff(char const**, bool) src/tide/dependencies/tinyobjloader/tiny_obj_loader.h 1011 not called
tinyobj::parseRawTriple(char const**) src/tide/dependencies/tinyobjloader/tiny_obj_loader.h 1132 not called
tinyobj::parseReal(char const**, double) src/tide/dependencies/tinyobjloader/tiny_obj_loader.h 940 not called
tinyobj::parseReal(char const**, float*) src/tide/dependencies/tinyobjloader/tiny_obj_loader.h 950 not called
tinyobj::parseReal2(float*, float*, char const**, double, double) src/tide/dependencies/tinyobjloader/tiny_obj_loader.h 963 not called
tinyobj::parseReal3(float*, float*, float*, char const**, double, double, double) src/tide/dependencies/tinyobjloader/tiny_obj_loader.h 970 not called
tinyobj::parseString(char const**) src/tide/dependencies/tinyobjloader/tiny_obj_loader.h 771 not called
tinyobj::parseTagTriple(char const**) src/tide/dependencies/tinyobjloader/tiny_obj_loader.h 1052 not called
tinyobj::parseTextureType(char const**, tinyobj::texture_type_t) src/tide/dependencies/tinyobjloader/tiny_obj_loader.h 1026 not called
tinyobj::parseTriple(char const**, int, int, int, tinyobj::vertex_index_t*) src/tide/dependencies/tinyobjloader/tiny_obj_loader.h 1078 not called
tinyobj::parseV(float*, float*, float*, float*, char const**, double, double, double, double) src/tide/dependencies/tinyobjloader/tiny_obj_loader.h 979 not called
tinyobj::parseVertexWithColor(float*, float*, float*, float*, float*, float*, char const**, double, double, double) src/tide/dependencies/tinyobjloader/tiny_obj_loader.h 991 not called
tinyobj::safeGetline(std::istream&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&) src/tide/dependencies/tinyobjloader/tiny_obj_loader.h 708 not called
tinyobj::tag_sizes::tag_sizes() src/tide/dependencies/tinyobjloader/tiny_obj_loader.h 674 not called
tinyobj::tryParseDouble(char const*, char const*, double*) src/tide/dependencies/tinyobjloader/tiny_obj_loader.h 814 not called
tinyobj::vertex_index_t::vertex_index_t() src/tide/dependencies/tinyobjloader/tiny_obj_loader.h 640 not called
tinyobj::vertex_index_t::vertex_index_t(int) src/tide/dependencies/tinyobjloader/tiny_obj_loader.h 641 not called
unsigned char const& lython::ConstantValue::get<unsigned char>() const src/ast/constant.h 244 not called
unsigned int const& lython::ConstantValue::get<unsigned int>() const src/ast/constant.h 244 not called
unsigned int vkb::detail::maximum<unsigned int>(unsigned int, unsigned int) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 1492 not called
unsigned int vkb::detail::minimum<unsigned int>(unsigned int, unsigned int) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 1491 not called
unsigned long VmaAlignDown<unsigned long>(unsigned long, unsigned long) src/tide/dependencies/vma/vk_mem_alloc.h 4249 not called
unsigned long VmaAlignUp<unsigned long>(unsigned long, unsigned long) src/tide/dependencies/vma/vk_mem_alloc.h 4242 not called
unsigned long VmaRoundDiv<unsigned long>(unsigned long, unsigned long) src/tide/dependencies/vma/vk_mem_alloc.h 4256 not called
unsigned long VmaVectorInsertSorted<VmaPointerLess, VmaVector<VmaAllocation_T*, VmaStlAllocator<VmaAllocation_T*> > >(VmaVector<VmaAllocation_T*, VmaStlAllocator<VmaAllocation_T*> >&, VmaVector<VmaAllocation_T*, VmaStlAllocator<VmaAllocation_T*> >::value_type const&) src/tide/dependencies/vma/vk_mem_alloc.h 4997 not called
unsigned long VmaVectorInsertSorted<VmaPointerLess, VmaVector<VmaPool_T*, VmaStlAllocator<VmaPool_T*> > >(VmaVector<VmaPool_T*, VmaStlAllocator<VmaPool_T*> >&, VmaVector<VmaPool_T*, VmaStlAllocator<VmaPool_T*> >::value_type const&) src/tide/dependencies/vma/vk_mem_alloc.h 4997 not called
unsigned long VmaVectorInsertSorted<VmaSuballocationItemSizeLess, VmaVector<VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::iterator, VmaStlAllocator<VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::iterator> > >(VmaVector<VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::iterator, VmaStlAllocator<VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::iterator> >&, VmaVector<VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::iterator, VmaStlAllocator<VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::iterator> >::value_type const&) src/tide/dependencies/vma/vk_mem_alloc.h 4997 not called
unsigned long const& lython::ConstantValue::get<unsigned long>() const src/ast/constant.h 244 not called
unsigned short const& lython::ConstantValue::get<unsigned short>() const src/ast/constant.h 244 not called
vkb::CustomQueueDescription::CustomQueueDescription(unsigned int, unsigned int, std::vector<float, std::allocator<float> >) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 1311 not called
vkb::Device::get_dedicated_queue(vkb::QueueType) const src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 1303 not called
vkb::Device::get_dedicated_queue_index(vkb::QueueType) const src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 1275 not called
vkb::Device::get_queue(vkb::QueueType) const src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 1298 not called
vkb::Device::get_queue_index(vkb::QueueType) const src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 1251 not called
vkb::DeviceBuilder::DeviceBuilder(vkb::PhysicalDevice) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 1320 not called
vkb::DeviceBuilder::build() const src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 1329 not called
vkb::DeviceBuilder::custom_queue_setup(std::vector<vkb::CustomQueueDescription, std::allocator<vkb::CustomQueueDescription> >) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 1389 not called
vkb::DeviceBuilder::set_allocation_callbacks(VkAllocationCallbacks*) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 1393 not called
vkb::InstanceBuilder::InstanceBuilder() src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 562 not called
vkb::InstanceBuilder::InstanceBuilder(void (*(*)(VkInstance_T*, char const*))()) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 559 not called
vkb::InstanceBuilder::add_debug_messenger_severity(unsigned int) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 795 not called
vkb::InstanceBuilder::add_debug_messenger_type(unsigned int) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 803 not called
vkb::InstanceBuilder::add_validation_disable(VkValidationCheckEXT) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 807 not called
vkb::InstanceBuilder::add_validation_feature_disable(VkValidationFeatureDisableEXT) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 815 not called
vkb::InstanceBuilder::add_validation_feature_enable(VkValidationFeatureEnableEXT) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 811 not called
vkb::InstanceBuilder::build() const src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 564 not called
vkb::InstanceBuilder::build() const::{lambda(char const*)#1}::operator()(char const*) const src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 619 not called
vkb::InstanceBuilder::desire_api_version(unsigned int, unsigned int, unsigned int) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 755 not called
vkb::InstanceBuilder::enable_extension(char const*) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 764 not called
vkb::InstanceBuilder::enable_layer(char const*) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 759 not called
vkb::InstanceBuilder::enable_validation_layers(bool) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 769 not called
vkb::InstanceBuilder::request_validation_layers(bool) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 773 not called
vkb::InstanceBuilder::require_api_version(unsigned int, unsigned int, unsigned int) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 751 not called
vkb::InstanceBuilder::set_allocation_callbacks(VkAllocationCallbacks*) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 819 not called
vkb::InstanceBuilder::set_app_name(char const*) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 733 not called
vkb::InstanceBuilder::set_app_version(unsigned int, unsigned int, unsigned int) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 743 not called
vkb::InstanceBuilder::set_debug_callback(unsigned int (*)(VkDebugUtilsMessageSeverityFlagBitsEXT, unsigned int, VkDebugUtilsMessengerCallbackDataEXT const*, void*)) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 782 not called
vkb::InstanceBuilder::set_debug_messenger_severity(unsigned int) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 791 not called
vkb::InstanceBuilder::set_debug_messenger_type(unsigned int) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 799 not called
vkb::InstanceBuilder::set_engine_name(char const*) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 738 not called
vkb::InstanceBuilder::set_engine_version(unsigned int, unsigned int, unsigned int) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 747 not called
vkb::InstanceBuilder::set_headless(bool) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 787 not called
vkb::InstanceBuilder::use_default_debug_messenger() src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 777 not called
vkb::PhysicalDevice::get_queue_families() const src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 1245 not called
vkb::PhysicalDevice::has_dedicated_compute_queue() const src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 1233 not called
vkb::PhysicalDevice::has_dedicated_transfer_queue() const src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 1239 not called
vkb::PhysicalDevice::has_separate_compute_queue() const src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 1236 not called
vkb::PhysicalDevice::has_separate_transfer_queue() const src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 1242 not called
vkb::PhysicalDeviceSelector::PhysicalDeviceSelector(vkb::Instance const&) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 1082 not called
vkb::PhysicalDeviceSelector::add_desired_extension(char const*) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 1203 not called
vkb::PhysicalDeviceSelector::add_desired_extensions(std::vector<char const*, std::allocator<char const*> >) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 1207 not called
vkb::PhysicalDeviceSelector::add_required_extension(char const*) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 1194 not called
vkb::PhysicalDeviceSelector::add_required_extensions(std::vector<char const*, std::allocator<char const*> >) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 1198 not called
vkb::PhysicalDeviceSelector::allow_any_gpu_device_type(bool) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 1162 not called
vkb::PhysicalDeviceSelector::defer_surface_initialization() src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 1224 not called
vkb::PhysicalDeviceSelector::desired_device_memory_size(unsigned long) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 1190 not called
vkb::PhysicalDeviceSelector::is_device_suitable(vkb::PhysicalDeviceSelector::PhysicalDeviceDesc) const src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 999 not called
vkb::PhysicalDeviceSelector::populate_device_details(VkPhysicalDevice_T*) const src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 985 not called
vkb::PhysicalDeviceSelector::prefer_gpu_device_type(vkb::PreferredDeviceType) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 1158 not called
vkb::PhysicalDeviceSelector::require_dedicated_compute_queue() src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 1174 not called
vkb::PhysicalDeviceSelector::require_dedicated_transfer_queue() src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 1170 not called
vkb::PhysicalDeviceSelector::require_present(bool) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 1166 not called
vkb::PhysicalDeviceSelector::require_separate_compute_queue() src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 1182 not called
vkb::PhysicalDeviceSelector::require_separate_transfer_queue() src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 1178 not called
vkb::PhysicalDeviceSelector::required_device_memory_size(unsigned long) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 1186 not called
vkb::PhysicalDeviceSelector::select() const src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 1090 not called
vkb::PhysicalDeviceSelector::select_first_device_unconditionally(bool) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 1228 not called
vkb::PhysicalDeviceSelector::set_desired_version(unsigned int, unsigned int) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 1216 not called
vkb::PhysicalDeviceSelector::set_minimum_version(unsigned int, unsigned int) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 1212 not called
vkb::PhysicalDeviceSelector::set_required_features(VkPhysicalDeviceFeatures) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 1220 not called
vkb::PhysicalDeviceSelector::set_surface(VkSurfaceKHR_T*) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 1153 not called
vkb::Swapchain::destroy_image_views(std::vector<VkImageView_T*, std::allocator<VkImageView_T*> > const&) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 1678 not called
vkb::Swapchain::get_image_views() src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 1647 not called
vkb::Swapchain::get_images() src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 1637 not called
vkb::SwapchainBuilder::SwapchainBuilder(VkPhysicalDevice_T*, VkDevice_T*, VkSurfaceKHR_T*, int, int) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 1540 not called
vkb::SwapchainBuilder::SwapchainBuilder(vkb::Device const&) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 1518 not called
vkb::SwapchainBuilder::SwapchainBuilder(vkb::Device const&, VkSurfaceKHR_T*) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 1528 not called
vkb::SwapchainBuilder::add_desired_formats(std::vector<VkSurfaceFormatKHR, std::allocator<VkSurfaceFormatKHR> >&) const src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 1760 not called
vkb::SwapchainBuilder::add_desired_present_modes(std::vector<VkPresentModeKHR, std::allocator<VkPresentModeKHR> >&) const src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 1764 not called
vkb::SwapchainBuilder::add_fallback_format(VkSurfaceFormatKHR) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 1700 not called
vkb::SwapchainBuilder::add_fallback_present_mode(VkPresentModeKHR) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 1714 not called
vkb::SwapchainBuilder::add_image_usage_flags(unsigned int) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 1731 not called
vkb::SwapchainBuilder::build() const src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 1555 not called
vkb::SwapchainBuilder::set_allocation_callbacks(VkAllocationCallbacks*) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 1723 not called
vkb::SwapchainBuilder::set_clipped(bool) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 1743 not called
vkb::SwapchainBuilder::set_composite_alpha_flags(VkCompositeAlphaFlagBitsKHR) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 1755 not called
vkb::SwapchainBuilder::set_create_flags(VkSwapchainCreateFlagBitsKHR) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 1747 not called
vkb::SwapchainBuilder::set_desired_extent(unsigned int, unsigned int) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 1691 not called
vkb::SwapchainBuilder::set_desired_format(VkSurfaceFormatKHR) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 1696 not called
vkb::SwapchainBuilder::set_desired_present_mode(VkPresentModeKHR) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 1710 not called
vkb::SwapchainBuilder::set_image_array_layer_count(unsigned int) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 1739 not called
vkb::SwapchainBuilder::set_image_usage_flags(unsigned int) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 1727 not called
vkb::SwapchainBuilder::set_old_swapchain(VkSwapchainKHR_T*) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 1683 not called
vkb::SwapchainBuilder::set_old_swapchain(vkb::Swapchain const&) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 1687 not called
vkb::SwapchainBuilder::set_pre_transform_flags(VkSurfaceTransformFlagBitsKHR) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 1751 not called
vkb::SwapchainBuilder::use_default_format_selection() src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 1704 not called
vkb::SwapchainBuilder::use_default_image_usage_flags() src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 1735 not called
vkb::SwapchainBuilder::use_default_present_mode_selection() src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 1718 not called
vkb::SystemInfo::SystemInfo() src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 508 not called
vkb::SystemInfo::get_system_info() src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 495 not called
vkb::SystemInfo::get_system_info(void (*(*)(VkInstance_T*, char const*))()) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 502 not called
vkb::SystemInfo::is_extension_available(char const*) const src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 542 not called
vkb::SystemInfo::is_layer_available(char const*) const src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 546 not called
vkb::create_debug_utils_messenger(VkInstance_T*, unsigned int (*)(VkDebugUtilsMessageSeverityFlagBitsEXT, unsigned int, VkDebugUtilsMessengerCallbackDataEXT const*, void*), unsigned int, unsigned int, VkDebugUtilsMessengerEXT_T**, VkAllocationCallbacks*) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 256 not called
vkb::default_debug_callback(VkDebugUtilsMessageSeverityFlagBitsEXT, unsigned int, VkDebugUtilsMessengerCallbackDataEXT const*, void*) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 292 not called
vkb::destroy_debug_utils_messenger(VkInstance_T*, VkDebugUtilsMessengerEXT_T*, VkAllocationCallbacks*) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 281 not called
vkb::destroy_device(vkb::Device) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 1316 not called
vkb::destroy_instance(vkb::Instance) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 551 not called
vkb::destroy_swapchain(vkb::Swapchain const&) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 1511 not called
vkb::detail::DeviceErrorCategory::message[abi:cxx11](int) const src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 382 not called
vkb::detail::DeviceErrorCategory::name() const src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 381 not called
vkb::detail::InstanceErrorCategory::message[abi:cxx11](int) const src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 358 not called
vkb::detail::InstanceErrorCategory::name() const src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 357 not called
vkb::detail::PhysicalDeviceErrorCategory::message[abi:cxx11](int) const src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 366 not called
vkb::detail::PhysicalDeviceErrorCategory::name() const src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 365 not called
vkb::detail::QueueErrorCategory::message[abi:cxx11](int) const src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 374 not called
vkb::detail::QueueErrorCategory::name() const src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 373 not called
vkb::detail::Result<VkQueue_T*>::Result(VkQueue_T*&&) src/tide/dependencies/vkbootstrap/VkBootstrap.h 39 not called
vkb::detail::Result<VkQueue_T*>::Result(std::error_code, VkResult) src/tide/dependencies/vkbootstrap/VkBootstrap.h 43 not called
vkb::detail::Result<VkQueue_T*>::destroy() src/tide/dependencies/vkbootstrap/VkBootstrap.h 105 not called
vkb::detail::Result<VkQueue_T*>::operator bool() const src/tide/dependencies/vkbootstrap/VkBootstrap.h 102 not called
vkb::detail::Result<VkQueue_T*>::value() & src/tide/dependencies/vkbootstrap/VkBootstrap.h 92 not called
vkb::detail::Result<VkQueue_T*>::~Result() src/tide/dependencies/vkbootstrap/VkBootstrap.h 46 not called
vkb::detail::Result<std::vector<VkImageView_T*, std::allocator<VkImageView_T*> > >::Result(std::error_code, VkResult) src/tide/dependencies/vkbootstrap/VkBootstrap.h 43 not called
vkb::detail::Result<std::vector<VkImageView_T*, std::allocator<VkImageView_T*> > >::Result(std::vector<VkImageView_T*, std::allocator<VkImageView_T*> >&&) src/tide/dependencies/vkbootstrap/VkBootstrap.h 39 not called
vkb::detail::Result<std::vector<VkImageView_T*, std::allocator<VkImageView_T*> > >::Result(vkb::detail::Error) src/tide/dependencies/vkbootstrap/VkBootstrap.h 41 not called
vkb::detail::Result<std::vector<VkImageView_T*, std::allocator<VkImageView_T*> > >::destroy() src/tide/dependencies/vkbootstrap/VkBootstrap.h 105 not called
vkb::detail::Result<std::vector<VkImageView_T*, std::allocator<VkImageView_T*> > >::value() && src/tide/dependencies/vkbootstrap/VkBootstrap.h 94 not called
vkb::detail::Result<std::vector<VkImageView_T*, std::allocator<VkImageView_T*> > >::~Result() src/tide/dependencies/vkbootstrap/VkBootstrap.h 46 not called
vkb::detail::Result<std::vector<VkImage_T*, std::allocator<VkImage_T*> > >::Result(std::vector<VkImage_T*, std::allocator<VkImage_T*> >&&) src/tide/dependencies/vkbootstrap/VkBootstrap.h 39 not called
vkb::detail::Result<std::vector<VkImage_T*, std::allocator<VkImage_T*> > >::Result(vkb::detail::Error) src/tide/dependencies/vkbootstrap/VkBootstrap.h 41 not called
vkb::detail::Result<std::vector<VkImage_T*, std::allocator<VkImage_T*> > >::destroy() src/tide/dependencies/vkbootstrap/VkBootstrap.h 105 not called
vkb::detail::Result<std::vector<VkImage_T*, std::allocator<VkImage_T*> > >::error() const src/tide/dependencies/vkbootstrap/VkBootstrap.h 96 not called
vkb::detail::Result<std::vector<VkImage_T*, std::allocator<VkImage_T*> > >::operator bool() const src/tide/dependencies/vkbootstrap/VkBootstrap.h 102 not called
vkb::detail::Result<std::vector<VkImage_T*, std::allocator<VkImage_T*> > >::value() & src/tide/dependencies/vkbootstrap/VkBootstrap.h 92 not called
vkb::detail::Result<std::vector<VkImage_T*, std::allocator<VkImage_T*> > >::value() && src/tide/dependencies/vkbootstrap/VkBootstrap.h 94 not called
vkb::detail::Result<std::vector<VkImage_T*, std::allocator<VkImage_T*> > >::~Result() src/tide/dependencies/vkbootstrap/VkBootstrap.h 46 not called
vkb::detail::Result<unsigned int>::Result(std::error_code, VkResult) src/tide/dependencies/vkbootstrap/VkBootstrap.h 43 not called
vkb::detail::Result<unsigned int>::Result(unsigned int&&) src/tide/dependencies/vkbootstrap/VkBootstrap.h 39 not called
vkb::detail::Result<unsigned int>::destroy() src/tide/dependencies/vkbootstrap/VkBootstrap.h 105 not called
vkb::detail::Result<unsigned int>::error() const src/tide/dependencies/vkbootstrap/VkBootstrap.h 96 not called
vkb::detail::Result<unsigned int>::has_value() const src/tide/dependencies/vkbootstrap/VkBootstrap.h 101 not called
vkb::detail::Result<unsigned int>::operator bool() const src/tide/dependencies/vkbootstrap/VkBootstrap.h 102 not called
vkb::detail::Result<unsigned int>::value() & src/tide/dependencies/vkbootstrap/VkBootstrap.h 92 not called
vkb::detail::Result<unsigned int>::~Result() src/tide/dependencies/vkbootstrap/VkBootstrap.h 46 not called
vkb::detail::Result<vkb::Device>::Result(std::error_code, VkResult) src/tide/dependencies/vkbootstrap/VkBootstrap.h 43 not called
vkb::detail::Result<vkb::Device>::Result(vkb::Device&&) src/tide/dependencies/vkbootstrap/VkBootstrap.h 39 not called
vkb::detail::Result<vkb::Device>::destroy() src/tide/dependencies/vkbootstrap/VkBootstrap.h 105 not called
vkb::detail::Result<vkb::Device>::operator bool() const src/tide/dependencies/vkbootstrap/VkBootstrap.h 102 not called
vkb::detail::Result<vkb::Device>::value() & src/tide/dependencies/vkbootstrap/VkBootstrap.h 92 not called
vkb::detail::Result<vkb::Device>::~Result() src/tide/dependencies/vkbootstrap/VkBootstrap.h 46 not called
vkb::detail::Result<vkb::Instance>::Result(std::error_code, VkResult) src/tide/dependencies/vkbootstrap/VkBootstrap.h 43 not called
vkb::detail::Result<vkb::Instance>::Result(vkb::Instance&&) src/tide/dependencies/vkbootstrap/VkBootstrap.h 39 not called
vkb::detail::Result<vkb::Instance>::destroy() src/tide/dependencies/vkbootstrap/VkBootstrap.h 105 not called
vkb::detail::Result<vkb::Instance>::value() & src/tide/dependencies/vkbootstrap/VkBootstrap.h 92 not called
vkb::detail::Result<vkb::Instance>::~Result() src/tide/dependencies/vkbootstrap/VkBootstrap.h 46 not called
vkb::detail::Result<vkb::PhysicalDevice>::Result(std::error_code, VkResult) src/tide/dependencies/vkbootstrap/VkBootstrap.h 43 not called
vkb::detail::Result<vkb::PhysicalDevice>::Result(vkb::PhysicalDevice&&) src/tide/dependencies/vkbootstrap/VkBootstrap.h 39 not called
vkb::detail::Result<vkb::PhysicalDevice>::destroy() src/tide/dependencies/vkbootstrap/VkBootstrap.h 105 not called
vkb::detail::Result<vkb::PhysicalDevice>::operator bool() const src/tide/dependencies/vkbootstrap/VkBootstrap.h 102 not called
vkb::detail::Result<vkb::PhysicalDevice>::value() & src/tide/dependencies/vkbootstrap/VkBootstrap.h 92 not called
vkb::detail::Result<vkb::PhysicalDevice>::~Result() src/tide/dependencies/vkbootstrap/VkBootstrap.h 46 not called
vkb::detail::Result<vkb::Swapchain>::Result(vkb::Swapchain&&) src/tide/dependencies/vkbootstrap/VkBootstrap.h 39 not called
vkb::detail::Result<vkb::Swapchain>::Result(vkb::detail::Error) src/tide/dependencies/vkbootstrap/VkBootstrap.h 41 not called
vkb::detail::Result<vkb::Swapchain>::destroy() src/tide/dependencies/vkbootstrap/VkBootstrap.h 105 not called
vkb::detail::Result<vkb::Swapchain>::value() && src/tide/dependencies/vkbootstrap/VkBootstrap.h 94 not called
vkb::detail::Result<vkb::Swapchain>::~Result() src/tide/dependencies/vkbootstrap/VkBootstrap.h 46 not called
vkb::detail::Result<vkb::SystemInfo>::Result(std::error_code, VkResult) src/tide/dependencies/vkbootstrap/VkBootstrap.h 43 not called
vkb::detail::Result<vkb::SystemInfo>::Result(vkb::SystemInfo&&) src/tide/dependencies/vkbootstrap/VkBootstrap.h 39 not called
vkb::detail::Result<vkb::SystemInfo>::destroy() src/tide/dependencies/vkbootstrap/VkBootstrap.h 105 not called
vkb::detail::Result<vkb::SystemInfo>::error() const src/tide/dependencies/vkbootstrap/VkBootstrap.h 96 not called
vkb::detail::Result<vkb::SystemInfo>::operator bool() const src/tide/dependencies/vkbootstrap/VkBootstrap.h 102 not called
vkb::detail::Result<vkb::SystemInfo>::value() & src/tide/dependencies/vkbootstrap/VkBootstrap.h 92 not called
vkb::detail::Result<vkb::SystemInfo>::~Result() src/tide/dependencies/vkbootstrap/VkBootstrap.h 46 not called
vkb::detail::Result<vkb::detail::SurfaceSupportDetails>::Result(std::error_code, VkResult) src/tide/dependencies/vkbootstrap/VkBootstrap.h 43 not called
vkb::detail::Result<vkb::detail::SurfaceSupportDetails>::Result(vkb::detail::SurfaceSupportDetails&&) src/tide/dependencies/vkbootstrap/VkBootstrap.h 39 not called
vkb::detail::Result<vkb::detail::SurfaceSupportDetails>::destroy() src/tide/dependencies/vkbootstrap/VkBootstrap.h 105 not called
vkb::detail::Result<vkb::detail::SurfaceSupportDetails>::has_value() const src/tide/dependencies/vkbootstrap/VkBootstrap.h 101 not called
vkb::detail::Result<vkb::detail::SurfaceSupportDetails>::value() & src/tide/dependencies/vkbootstrap/VkBootstrap.h 92 not called
vkb::detail::Result<vkb::detail::SurfaceSupportDetails>::vk_result() const src/tide/dependencies/vkbootstrap/VkBootstrap.h 97 not called
vkb::detail::Result<vkb::detail::SurfaceSupportDetails>::~Result() src/tide/dependencies/vkbootstrap/VkBootstrap.h 46 not called
vkb::detail::SurfaceSupportErrorCategory::message[abi:cxx11](int) const src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 1416 not called
vkb::detail::SurfaceSupportErrorCategory::name() const src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 1415 not called
vkb::detail::SwapchainErrorCategory::message[abi:cxx11](int) const src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 390 not called
vkb::detail::SwapchainErrorCategory::name() const src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 389 not called
vkb::detail::VulkanFunctions::VulkanLibrary::VulkanLibrary() src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 49 not called
vkb::detail::VulkanFunctions::get_vulkan_library() src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 81 not called
vkb::detail::VulkanFunctions::init_instance_funcs(VkInstance_T*) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 160 not called
vkb::detail::VulkanFunctions::init_pre_instance_funcs() src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 101 not called
vkb::detail::VulkanFunctions::init_vulkan_funcs(void (*(*)(VkInstance_T*, char const*))()) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 148 not called
vkb::detail::VulkanFunctions::load_vulkan(void (*(*)(VkInstance_T*, char const*))()) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 86 not called
vkb::detail::check_device_extension_support(VkPhysicalDevice_T*, std::vector<char const*, std::allocator<char const*> >) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 828 not called
vkb::detail::check_extension_supported(std::vector<VkExtensionProperties, std::allocator<VkExtensionProperties> > const&, char const*) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 324 not called
vkb::detail::check_extensions_supported(std::vector<VkExtensionProperties, std::allocator<VkExtensionProperties> > const&, std::vector<char const*, std::allocator<char const*> > const&) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 335 not called
vkb::detail::check_layer_supported(std::vector<VkLayerProperties, std::allocator<VkLayerProperties> > const&, char const*) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 304 not called
vkb::detail::check_layers_supported(std::vector<VkLayerProperties, std::allocator<VkLayerProperties> > const&, std::vector<char const*, std::allocator<char const*> > const&) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 314 not called
vkb::detail::find_extent(VkSurfaceCapabilitiesKHR const&, unsigned int, unsigned int) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 1494 not called
vkb::detail::find_present_mode(std::vector<VkPresentModeKHR, std::allocator<VkPresentModeKHR> > const&, std::vector<VkPresentModeKHR, std::allocator<VkPresentModeKHR> > const&) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 1479 not called
vkb::detail::find_surface_format(std::vector<VkSurfaceFormatKHR, std::allocator<VkSurfaceFormatKHR> > const&, std::vector<VkSurfaceFormatKHR, std::allocator<VkSurfaceFormatKHR> > const&) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 1463 not called
vkb::detail::get_dedicated_compute_queue_index(std::vector<VkQueueFamilyProperties, std::allocator<VkQueueFamilyProperties> > const&) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 948 not called
vkb::detail::get_dedicated_transfer_queue_index(std::vector<VkQueueFamilyProperties, std::allocator<VkQueueFamilyProperties> > const&) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 958 not called
vkb::detail::get_graphics_queue_index(std::vector<VkQueueFamilyProperties, std::allocator<VkQueueFamilyProperties> > const&) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 909 not called
vkb::detail::get_present_queue_index(VkPhysicalDevice_T*, VkSurfaceKHR_T*, std::vector<VkQueueFamilyProperties, std::allocator<VkQueueFamilyProperties> > const&) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 968 not called
vkb::detail::get_queue(VkDevice_T*, unsigned int) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 1292 not called
vkb::detail::get_separate_compute_queue_index(std::vector<VkQueueFamilyProperties, std::allocator<VkQueueFamilyProperties> > const&) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 917 not called
vkb::detail::get_separate_transfer_queue_index(std::vector<VkQueueFamilyProperties, std::allocator<VkQueueFamilyProperties> > const&) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 933 not called
vkb::detail::make_error_code(vkb::detail::SurfaceSupportError) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 1433 not called
vkb::detail::query_surface_support_details(VkPhysicalDevice_T*, VkSurfaceKHR_T*) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 1437 not called
vkb::detail::supports_features(VkPhysicalDeviceFeatures, VkPhysicalDeviceFeatures) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 847 not called
vkb::detail::vulkan_functions() src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 197 not called
vkb::make_error_code(vkb::DeviceError) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 407 not called
vkb::make_error_code(vkb::InstanceError) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 398 not called
vkb::make_error_code(vkb::PhysicalDeviceError) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 401 not called
vkb::make_error_code(vkb::QueueError) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 404 not called
vkb::make_error_code(vkb::SwapchainError) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 410 not called
vkb::to_string(vkb::DeviceError) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 470 not called
vkb::to_string(vkb::InstanceError) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 414 not called
vkb::to_string(vkb::PhysicalDeviceError) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 438 not called
vkb::to_string(vkb::QueueError) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 452 not called
vkb::to_string(vkb::SwapchainError) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 478 not called
vkb::to_string_message_severity(VkDebugUtilsMessageSeverityFlagBitsEXT) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 231 not called
vkb::to_string_message_type(unsigned int) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 245 not called
vkinit::color_blend_attachment_state() src/tide/engine/vk_initializers.cpp 193 not called
vkinit::command_buffer_allocate_info(VkCommandPool_T*, unsigned int, VkCommandBufferLevel) src/tide/engine/vk_initializers.cpp 13 not called
vkinit::command_buffer_begin_info(unsigned int) src/tide/engine/vk_initializers.cpp 25 not called
vkinit::command_pool_create_info(unsigned int, unsigned int) src/tide/engine/vk_initializers.cpp 3 not called
vkinit::depth_stencil_create_info(bool, bool, VkCompareOp) src/tide/engine/vk_initializers.cpp 253 not called
vkinit::descriptorset_layout_binding(VkDescriptorType, unsigned int, unsigned int) src/tide/engine/vk_initializers.cpp 270 not called
vkinit::fence_create_info(unsigned int) src/tide/engine/vk_initializers.cpp 51 not called
vkinit::framebuffer_create_info(VkRenderPass_T*, VkExtent2D) src/tide/engine/vk_initializers.cpp 36 not called
vkinit::image_create_info(VkFormat, unsigned int, VkExtent3D) src/tide/engine/vk_initializers.cpp 214 not called
vkinit::imageview_create_info(VkFormat, VkImage_T*, unsigned int) src/tide/engine/vk_initializers.cpp 234 not called
vkinit::input_assembly_create_info(VkPrimitiveTopology) src/tide/engine/vk_initializers.cpp 145 not called
vkinit::multisampling_state_create_info() src/tide/engine/vk_initializers.cpp 178 not called
vkinit::pipeline_layout_create_info() src/tide/engine/vk_initializers.cpp 200 not called
vkinit::pipeline_shader_stage_create_info(VkShaderStageFlagBits, VkShaderModule_T*) src/tide/engine/vk_initializers.cpp 120 not called
vkinit::present_info() src/tide/engine/vk_initializers.cpp 88 not called
vkinit::rasterization_state_create_info(VkPolygonMode) src/tide/engine/vk_initializers.cpp 155 not called
vkinit::renderpass_begin_info(VkRenderPass_T*, VkExtent2D, VkFramebuffer_T*) src/tide/engine/vk_initializers.cpp 103 not called
vkinit::sampler_create_info(VkFilter, VkSamplerAddressMode) src/tide/engine/vk_initializers.cpp 311 not called
vkinit::semaphore_create_info(unsigned int) src/tide/engine/vk_initializers.cpp 62 not called
vkinit::submit_info(VkCommandBuffer_T**) src/tide/engine/vk_initializers.cpp 71 not called
vkinit::vertex_input_state_create_info() src/tide/engine/vk_initializers.cpp 134 not called
vkinit::write_descriptor_buffer(VkDescriptorType, VkDescriptorSet_T*, VkDescriptorBufferInfo*, unsigned int) src/tide/engine/vk_initializers.cpp 281 not called
vkinit::write_descriptor_image(VkDescriptorType, VkDescriptorSet_T*, VkDescriptorImageInfo*, unsigned int) src/tide/engine/vk_initializers.cpp 296 not called
vkutil::load_image_from_file(VulkanEngine&, char const*, Texture&) src/tide/engine/vk_textures.cpp 11 not called
vkutil::load_image_from_file(VulkanEngine&, char const*, Texture&)::{lambda()#2}::operator()() const src/tide/engine/vk_textures.cpp 109 not called
vkutil::load_image_from_file(VulkanEngine&, char const*, Texture&)::{lambda(VkCommandBuffer_T*)#1}::operator()(VkCommandBuffer_T*) const src/tide/engine/vk_textures.cpp 60 not called
vmaAllocateMemory src/tide/dependencies/vma/vk_mem_alloc.h 18050 not called
vmaAllocateMemoryForBuffer src/tide/dependencies/vma/vk_mem_alloc.h 18148 not called
vmaAllocateMemoryForImage src/tide/dependencies/vma/vk_mem_alloc.h 18201 not called
vmaAllocateMemoryPages src/tide/dependencies/vma/vk_mem_alloc.h 18094 not called
vmaBeginDefragmentationPass src/tide/dependencies/vma/vk_mem_alloc.h 18669 not called
vmaBindBufferMemory src/tide/dependencies/vma/vk_mem_alloc.h 18705 not called
vmaBindBufferMemory2 src/tide/dependencies/vma/vk_mem_alloc.h 18719 not called
vmaBindImageMemory src/tide/dependencies/vma/vk_mem_alloc.h 18735 not called
vmaBindImageMemory2 src/tide/dependencies/vma/vk_mem_alloc.h 18749 not called
vmaBuildStatsString src/tide/dependencies/vma/vk_mem_alloc.h 17608 not called
vmaCalculateStats src/tide/dependencies/vma/vk_mem_alloc.h 17588 not called
vmaCheckCorruption src/tide/dependencies/vma/vk_mem_alloc.h 18559 not called
vmaCheckPoolCorruption src/tide/dependencies/vma/vk_mem_alloc.h 18004 not called
vmaCreateAllocator src/tide/dependencies/vma/vk_mem_alloc.h 17519 not called
vmaCreateBuffer src/tide/dependencies/vma/vk_mem_alloc.h 18765 not called
vmaCreateImage src/tide/dependencies/vma/vk_mem_alloc.h 18905 not called
vmaCreateLostAllocation src/tide/dependencies/vma/vk_mem_alloc.h 18388 not called
vmaCreatePool src/tide/dependencies/vma/vk_mem_alloc.h 17925 not called
vmaDefragment src/tide/dependencies/vma/vk_mem_alloc.h 18570 not called
vmaDefragmentationBegin src/tide/dependencies/vma/vk_mem_alloc.h 18605 not called
vmaDefragmentationEnd src/tide/dependencies/vma/vk_mem_alloc.h 18641 not called
vmaDestroyAllocator src/tide/dependencies/vma/vk_mem_alloc.h 17531 not called
vmaDestroyBuffer src/tide/dependencies/vma/vk_mem_alloc.h 18867 not called
vmaDestroyImage src/tide/dependencies/vma/vk_mem_alloc.h 19008 not called
vmaDestroyPool src/tide/dependencies/vma/vk_mem_alloc.h 17948 not called
vmaEndDefragmentationPass src/tide/dependencies/vma/vk_mem_alloc.h 18690 not called
vmaFindMemoryTypeIndex src/tide/dependencies/vma/vk_mem_alloc.h 17762 not called
vmaFindMemoryTypeIndexForBufferInfo src/tide/dependencies/vma/vk_mem_alloc.h 17859 not called
vmaFindMemoryTypeIndexForImageInfo src/tide/dependencies/vma/vk_mem_alloc.h 17892 not called
vmaFlushAllocation src/tide/dependencies/vma/vk_mem_alloc.h 18451 not called
vmaFlushAllocations src/tide/dependencies/vma/vk_mem_alloc.h 18495 not called
vmaFreeMemory src/tide/dependencies/vma/vk_mem_alloc.h 18253 not called
vmaFreeMemoryPages src/tide/dependencies/vma/vk_mem_alloc.h 18282 not called
vmaFreeStatsString src/tide/dependencies/vma/vk_mem_alloc.h 17745 not called
vmaGetAllocationInfo src/tide/dependencies/vma/vk_mem_alloc.h 18325 not called
vmaGetAllocatorInfo src/tide/dependencies/vma/vk_mem_alloc.h 17542 not called
vmaGetBudget src/tide/dependencies/vma/vk_mem_alloc.h 17597 not called
vmaGetMemoryProperties src/tide/dependencies/vma/vk_mem_alloc.h 17558 not called
vmaGetMemoryTypeProperties src/tide/dependencies/vma/vk_mem_alloc.h 17566 not called
vmaGetPhysicalDeviceProperties src/tide/dependencies/vma/vk_mem_alloc.h 17550 not called
vmaGetPoolName src/tide/dependencies/vma/vk_mem_alloc.h 18015 not called
vmaGetPoolStats src/tide/dependencies/vma/vk_mem_alloc.h 17973 not called
vmaInvalidateAllocation src/tide/dependencies/vma/vk_mem_alloc.h 18473 not called
vmaInvalidateAllocations src/tide/dependencies/vma/vk_mem_alloc.h 18527 not called
vmaMakePoolAllocationsLost src/tide/dependencies/vma/vk_mem_alloc.h 17985 not called
vmaMapMemory src/tide/dependencies/vma/vk_mem_alloc.h 18408 not called
vmaResizeAllocation src/tide/dependencies/vma/vk_mem_alloc.h 18311 not called
vmaSetAllocationUserData src/tide/dependencies/vma/vk_mem_alloc.h 18366 not called
vmaSetCurrentFrameIndex src/tide/dependencies/vma/vk_mem_alloc.h 17576 not called
vmaSetPoolName src/tide/dependencies/vma/vk_mem_alloc.h 18029 not called
vmaTouchAllocation src/tide/dependencies/vma/vk_mem_alloc.h 18346 not called
vmaUnmapMemory src/tide/dependencies/vma/vk_mem_alloc.h 18431 not called
void VmaPnextChainPushFront<VkMemoryAllocateInfo, VkMemoryAllocateFlagsInfo>(VkMemoryAllocateInfo*, VkMemoryAllocateFlagsInfo*) src/tide/dependencies/vma/vk_mem_alloc.h 4626 not called
void VmaPnextChainPushFront<VkMemoryAllocateInfo, VkMemoryDedicatedAllocateInfo>(VkMemoryAllocateInfo*, VkMemoryDedicatedAllocateInfo*) src/tide/dependencies/vma/vk_mem_alloc.h 4626 not called
void VmaPnextChainPushFront<VkMemoryRequirements2, VkMemoryDedicatedRequirements>(VkMemoryRequirements2*, VkMemoryDedicatedRequirements*) src/tide/dependencies/vma/vk_mem_alloc.h 4626 not called
void VmaPnextChainPushFront<VkPhysicalDeviceMemoryProperties2, VkPhysicalDeviceMemoryBudgetPropertiesEXT>(VkPhysicalDeviceMemoryProperties2*, VkPhysicalDeviceMemoryBudgetPropertiesEXT*) src/tide/dependencies/vma/vk_mem_alloc.h 4626 not called
void VmaVectorInsert<VmaAllocation_T*, VmaStlAllocator<VmaAllocation_T*> >(VmaVector<VmaAllocation_T*, VmaStlAllocator<VmaAllocation_T*> >&, unsigned long, VmaAllocation_T* const&) src/tide/dependencies/vma/vk_mem_alloc.h 4983 not called
void VmaVectorInsert<VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::iterator, VmaStlAllocator<VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::iterator> >(VmaVector<VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::iterator, VmaStlAllocator<VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::iterator> >&, unsigned long, VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::iterator const&) src/tide/dependencies/vma/vk_mem_alloc.h 4983 not called
void VmaVectorInsert<VmaPool_T*, VmaStlAllocator<VmaPool_T*> >(VmaVector<VmaPool_T*, VmaStlAllocator<VmaPool_T*> >&, unsigned long, VmaPool_T* const&) src/tide/dependencies/vma/vk_mem_alloc.h 4983 not called
void VmaVectorRemove<VmaAllocation_T*, VmaStlAllocator<VmaAllocation_T*> >(VmaVector<VmaAllocation_T*, VmaStlAllocator<VmaAllocation_T*> >&, unsigned long) src/tide/dependencies/vma/vk_mem_alloc.h 4989 not called
void VmaVectorRemove<VmaDefragmentationAlgorithm::AllocationInfo, VmaStlAllocator<VmaDefragmentationAlgorithm::AllocationInfo> >(VmaVector<VmaDefragmentationAlgorithm::AllocationInfo, VmaStlAllocator<VmaDefragmentationAlgorithm::AllocationInfo> >&, unsigned long) src/tide/dependencies/vma/vk_mem_alloc.h 4989 not called
void VmaVectorRemove<VmaDeviceMemoryBlock*, VmaStlAllocator<VmaDeviceMemoryBlock*> >(VmaVector<VmaDeviceMemoryBlock*, VmaStlAllocator<VmaDeviceMemoryBlock*> >&, unsigned long) src/tide/dependencies/vma/vk_mem_alloc.h 4989 not called
void VmaVectorRemove<VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::iterator, VmaStlAllocator<VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::iterator> >(VmaVector<VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::iterator, VmaStlAllocator<VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >::iterator> >&, unsigned long) src/tide/dependencies/vma/vk_mem_alloc.h 4989 not called
void VmaVectorRemove<VmaPool_T*, VmaStlAllocator<VmaPool_T*> >(VmaVector<VmaPool_T*, VmaStlAllocator<VmaPool_T*> >&, unsigned long) src/tide/dependencies/vma/vk_mem_alloc.h 4989 not called
void VmaVectorRemove<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >(VmaVector<VmaSuballocation, VmaStlAllocator<VmaSuballocation> >&, unsigned long) src/tide/dependencies/vma/vk_mem_alloc.h 4989 not called
void lython::ConstantValue::set_cpx<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > >(lython::ConstantValue::Type, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> >&, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&) src/ast/constant.h 168 called 218 times
void lython::GCObject::add_child<lython::AnnAssign>(lython::AnnAssign*) src/utilities/object.h 63 called 115 times
void lython::GCObject::add_child<lython::ArrayType>(lython::ArrayType*) src/utilities/object.h 63 called 11 times
void lython::GCObject::add_child<lython::Arrow>(lython::Arrow*) src/utilities/object.h 63 called 224 times
void lython::GCObject::add_child<lython::Assert>(lython::Assert*) src/utilities/object.h 63 called 20 times
void lython::GCObject::add_child<lython::Assign>(lython::Assign*) src/utilities/object.h 63 called 342 times
void lython::GCObject::add_child<lython::AsyncFor>(lython::AsyncFor*) src/utilities/object.h 63 not called
void lython::GCObject::add_child<lython::AsyncFunctionDef>(lython::AsyncFunctionDef*) src/utilities/object.h 63 not called
void lython::GCObject::add_child<lython::AsyncWith>(lython::AsyncWith*) src/utilities/object.h 63 not called
void lython::GCObject::add_child<lython::Attribute>(lython::Attribute*) src/utilities/object.h 63 called 49 times
void lython::GCObject::add_child<lython::AugAssign>(lython::AugAssign*) src/utilities/object.h 63 called 26 times
void lython::GCObject::add_child<lython::Await>(lython::Await*) src/utilities/object.h 63 called 7 times
void lython::GCObject::add_child<lython::BinOp>(lython::BinOp*) src/utilities/object.h 63 called 154 times
void lython::GCObject::add_child<lython::BoolOp>(lython::BoolOp*) src/utilities/object.h 63 called 27 times
void lython::GCObject::add_child<lython::Break>(lython::Break*) src/utilities/object.h 63 called 6 times
void lython::GCObject::add_child<lython::Call>(lython::Call*) src/utilities/object.h 63 called 175 times
void lython::GCObject::add_child<lython::ClassDef>(lython::ClassDef*) src/utilities/object.h 63 called 76 times
void lython::GCObject::add_child<lython::Comment>(lython::Comment*) src/utilities/object.h 63 called 278 times
void lython::GCObject::add_child<lython::Compare>(lython::Compare*) src/utilities/object.h 63 called 89 times
void lython::GCObject::add_child<lython::Constant>(lython::Constant*) src/utilities/object.h 63 called 794 times
void lython::GCObject::add_child<lython::Continue>(lython::Continue*) src/utilities/object.h 63 called 7 times
void lython::GCObject::add_child<lython::Delete>(lython::Delete*) src/utilities/object.h 63 called 9 times
void lython::GCObject::add_child<lython::DictComp>(lython::DictComp*) src/utilities/object.h 63 called 14 times
void lython::GCObject::add_child<lython::DictExpr>(lython::DictExpr*) src/utilities/object.h 63 called 37 times
void lython::GCObject::add_child<lython::DictType>(lython::DictType*) src/utilities/object.h 63 called 7 times
void lython::GCObject::add_child<lython::Expr>(lython::Expr*) src/utilities/object.h 63 called 539 times
void lython::GCObject::add_child<lython::For>(lython::For*) src/utilities/object.h 63 called 48 times
void lython::GCObject::add_child<lython::FormattedValue>(lython::FormattedValue*) src/utilities/object.h 63 called 15 times
void lython::GCObject::add_child<lython::FunctionDef>(lython::FunctionDef*) src/utilities/object.h 63 called 216 times
void lython::GCObject::add_child<lython::GCObject>(lython::GCObject*) src/utilities/object.h 63 called 439 times
void lython::GCObject::add_child<lython::Generator>(lython::Generator*) src/utilities/object.h 63 not called
void lython::GCObject::add_child<lython::GeneratorExp>(lython::GeneratorExp*) src/utilities/object.h 63 called 14 times
void lython::GCObject::add_child<lython::Global>(lython::Global*) src/utilities/object.h 63 called 6 times
void lython::GCObject::add_child<lython::If>(lython::If*) src/utilities/object.h 63 called 33 times
void lython::GCObject::add_child<lython::IfExp>(lython::IfExp*) src/utilities/object.h 63 called 11 times
void lython::GCObject::add_child<lython::Import>(lython::Import*) src/utilities/object.h 63 called 30 times
void lython::GCObject::add_child<lython::ImportFrom>(lython::ImportFrom*) src/utilities/object.h 63 called 44 times
void lython::GCObject::add_child<lython::Inline>(lython::Inline*) src/utilities/object.h 63 called 10 times
void lython::GCObject::add_child<lython::InvalidStatement>(lython::InvalidStatement*) src/utilities/object.h 63 called 565 times
void lython::GCObject::add_child<lython::JoinedStr>(lython::JoinedStr*) src/utilities/object.h 63 called 33 times
void lython::GCObject::add_child<lython::Lambda>(lython::Lambda*) src/utilities/object.h 63 called 9 times
void lython::GCObject::add_child<lython::ListComp>(lython::ListComp*) src/utilities/object.h 63 called 14 times
void lython::GCObject::add_child<lython::ListExpr>(lython::ListExpr*) src/utilities/object.h 63 called 31 times
void lython::GCObject::add_child<lython::Match>(lython::Match*) src/utilities/object.h 63 called 141 times
void lython::GCObject::add_child<lython::MatchAs>(lython::MatchAs*) src/utilities/object.h 63 called 57 times
void lython::GCObject::add_child<lython::MatchClass>(lython::MatchClass*) src/utilities/object.h 63 called 35 times
void lython::GCObject::add_child<lython::MatchMapping>(lython::MatchMapping*) src/utilities/object.h 63 called 45 times
void lython::GCObject::add_child<lython::MatchOr>(lython::MatchOr*) src/utilities/object.h 63 called 46 times
void lython::GCObject::add_child<lython::MatchSequence>(lython::MatchSequence*) src/utilities/object.h 63 called 111 times
void lython::GCObject::add_child<lython::MatchSingleton>(lython::MatchSingleton*) src/utilities/object.h 63 called 136 times
void lython::GCObject::add_child<lython::MatchStar>(lython::MatchStar*) src/utilities/object.h 63 called 13 times
void lython::GCObject::add_child<lython::MatchValue>(lython::MatchValue*) src/utilities/object.h 63 called 292 times
void lython::GCObject::add_child<lython::Name>(lython::Name*) src/utilities/object.h 63 called 3907 times
void lython::GCObject::add_child<lython::NamedExpr>(lython::NamedExpr*) src/utilities/object.h 63 called 7 times
void lython::GCObject::add_child<lython::Nonlocal>(lython::Nonlocal*) src/utilities/object.h 63 called 6 times
void lython::GCObject::add_child<lython::NotAllowedEpxr>(lython::NotAllowedEpxr*) src/utilities/object.h 63 not called
void lython::GCObject::add_child<lython::NotImplementedExpr>(lython::NotImplementedExpr*) src/utilities/object.h 63 not called
void lython::GCObject::add_child<lython::NotImplementedStmt>(lython::NotImplementedStmt*) src/utilities/object.h 63 not called
void lython::GCObject::add_child<lython::Object>(lython::Object*) src/utilities/object.h 63 called 2 times
void lython::GCObject::add_child<lython::Pass>(lython::Pass*) src/utilities/object.h 63 called 301 times
void lython::GCObject::add_child<lython::Raise>(lython::Raise*) src/utilities/object.h 63 called 16 times
void lython::GCObject::add_child<lython::Return>(lython::Return*) src/utilities/object.h 63 called 286 times
void lython::GCObject::add_child<lython::SetComp>(lython::SetComp*) src/utilities/object.h 63 called 14 times
void lython::GCObject::add_child<lython::SetExpr>(lython::SetExpr*) src/utilities/object.h 63 called 29 times
void lython::GCObject::add_child<lython::SetType>(lython::SetType*) src/utilities/object.h 63 called 5 times
void lython::GCObject::add_child<lython::Slice>(lython::Slice*) src/utilities/object.h 63 called 18 times
void lython::GCObject::add_child<lython::Starred>(lython::Starred*) src/utilities/object.h 63 called 8 times
void lython::GCObject::add_child<lython::Subscript>(lython::Subscript*) src/utilities/object.h 63 called 21 times
void lython::GCObject::add_child<lython::Try>(lython::Try*) src/utilities/object.h 63 called 35 times
void lython::GCObject::add_child<lython::TupleExpr>(lython::TupleExpr*) src/utilities/object.h 63 called 123 times
void lython::GCObject::add_child<lython::TupleType>(lython::TupleType*) src/utilities/object.h 63 called 17 times
void lython::GCObject::add_child<lython::UnaryOp>(lython::UnaryOp*) src/utilities/object.h 63 called 39 times
void lython::GCObject::add_child<lython::While>(lython::While*) src/utilities/object.h 63 called 25 times
void lython::GCObject::add_child<lython::With>(lython::With*) src/utilities/object.h 63 called 52 times
void lython::GCObject::add_child<lython::Yield>(lython::Yield*) src/utilities/object.h 63 called 23 times
void lython::GCObject::add_child<lython::YieldFrom>(lython::YieldFrom*) src/utilities/object.h 63 called 7 times
void lython::GCObject::add_child<lython::lyException>(lython::lyException*) src/utilities/object.h 63 called 3 times
void lython::Parser::add_inline_comment<lython::ExceptHandler>(lython::Node*, lython::ExceptHandler*, int) src/parser/parser.h 223 called 24 times
void lython::Parser::add_inline_comment<lython::StmtNode>(lython::Node*, lython::StmtNode*, int) src/parser/parser.h 223 called 578 times
void lython::SemanticAnalyser::sema_error<lython::AttributeError, lython::ClassDef*, lython::StringRef>(lython::Node*, lython::CodeLocation const&, lython::ClassDef*, lython::StringRef) src/sema/sema.h 125 called 2 times
void lython::SemanticAnalyser::sema_error<lython::ImportError, lython::StringRef, lython::StringRef>(lython::Node*, lython::CodeLocation const&, lython::StringRef, lython::StringRef) src/sema/sema.h 125 not called
void lython::SemanticAnalyser::sema_error<lython::ModuleNotFoundError, lython::StringRef>(lython::Node*, lython::CodeLocation const&, lython::StringRef) src/sema/sema.h 125 called 8 times
void lython::SemanticAnalyser::sema_error<lython::NameError, lython::ExprNode*, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > >(lython::Node*, lython::CodeLocation const&, lython::ExprNode*, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> >) src/sema/sema.h 125 not called
void lython::SemanticAnalyser::sema_error<lython::NameError, lython::Global*, lython::StringRef>(lython::Node*, lython::CodeLocation const&, lython::Global*, lython::StringRef) src/sema/sema.h 125 called 1 time
void lython::SemanticAnalyser::sema_error<lython::NameError, lython::Name*, lython::StringRef>(lython::Node*, lython::CodeLocation const&, lython::Name*, lython::StringRef) src/sema/sema.h 125 called 239 times
void lython::SemanticAnalyser::sema_error<lython::NameError, lython::Nonlocal*, lython::StringRef>(lython::Node*, lython::CodeLocation const&, lython::Nonlocal*, lython::StringRef) src/sema/sema.h 125 called 1 time
void lython::SemanticAnalyser::sema_error<lython::RecursiveDefinition, char const*, lython::ExprNode*, lython::ClassDef*>(lython::Node*, lython::CodeLocation const&, char const*, lython::ExprNode*, lython::ClassDef*) src/sema/sema.h 125 not called
void lython::SemanticAnalyser::sema_error<lython::TypeError, lython::ExprNode*, lython::ExprNode*, lython::ExprNode*, lython::ExprNode*, lython::CodeLocation>(lython::Node*, lython::CodeLocation const&, lython::ExprNode*, lython::ExprNode*, lython::ExprNode*, lython::ExprNode*, lython::CodeLocation) src/sema/sema.h 125 called 21 times
void lython::SemanticAnalyser::sema_error<lython::TypeError, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(lython::Node*, lython::CodeLocation const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >) src/sema/sema.h 125 called 12 times
void lython::SemanticAnalyser::sema_error<lython::UnsupportedOperand, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> >, lython::ExprNode*, decltype(nullptr)>(lython::Node*, lython::CodeLocation const&, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> >, lython::ExprNode*, decltype(nullptr)) src/sema/sema.h 125 called 4 times
void lython::SemanticAnalyser::sema_error<lython::UnsupportedOperand, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> >, lython::ExprNode*, lython::ExprNode*>(lython::Node*, lython::CodeLocation const&, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> >, lython::ExprNode*, lython::ExprNode*) src/sema/sema.h 125 called 31 times
void lython::fakeuse<unsigned long>(unsigned long&&) benchmarks/bench.h 37 not called
void lython::log<>(lython::LogLevel, lython::CodeLocation const&, fmt::v8::basic_string_view<char>) src/logging/_logging.h 121 called 3 times
void lython::log<char const*, char const*>(lython::LogLevel, lython::CodeLocation const&, fmt::v8::basic_string_view<char>, char const* const&, char const* const&) src/logging/_logging.h 121 not called
void lython::log<char const*>(lython::LogLevel, lython::CodeLocation const&, fmt::v8::basic_string_view<char>, char const* const&) src/logging/_logging.h 121 called 191 times
void lython::log<int, int, int, int>(lython::LogLevel, lython::CodeLocation const&, fmt::v8::basic_string_view<char>, int const&, int const&, int const&, int const&) src/logging/_logging.h 121 called 186 times
void lython::log<lython::StringRef, int, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > >(lython::LogLevel, lython::CodeLocation const&, fmt::v8::basic_string_view<char>, lython::StringRef const&, int const&, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&) src/logging/_logging.h 121 called 415 times
void lython::log<lython::StringRef, int, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> >, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > >(lython::LogLevel, lython::CodeLocation const&, fmt::v8::basic_string_view<char>, lython::StringRef const&, int const&, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&) src/logging/_logging.h 121 called 186 times
void lython::log<lython::StringRef, int>(lython::LogLevel, lython::CodeLocation const&, fmt::v8::basic_string_view<char>, lython::StringRef const&, int const&) src/logging/_logging.h 121 called 36 times
void lython::log<lython::StringRef, lython::StringRef, bool>(lython::LogLevel, lython::CodeLocation const&, fmt::v8::basic_string_view<char>, lython::StringRef const&, lython::StringRef const&, bool const&) src/logging/_logging.h 121 called 240 times
void lython::log<lython::StringRef>(lython::LogLevel, lython::CodeLocation const&, fmt::v8::basic_string_view<char>, lython::StringRef const&) src/logging/_logging.h 121 called 566 times
void lython::log<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > >(lython::LogLevel, lython::CodeLocation const&, fmt::v8::basic_string_view<char>, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&) src/logging/_logging.h 121 not called
void lython::log<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> >, lython::NodeKind, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> >, lython::NodeKind>(lython::LogLevel, lython::CodeLocation const&, fmt::v8::basic_string_view<char>, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&, lython::NodeKind const&, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&, lython::NodeKind const&) src/logging/_logging.h 121 called 452 times
void lython::log<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> >, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > >(lython::LogLevel, lython::CodeLocation const&, fmt::v8::basic_string_view<char>, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&) src/logging/_logging.h 121 called 16 times
void lython::log<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(lython::LogLevel, lython::CodeLocation const&, fmt::v8::basic_string_view<char>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) src/logging/_logging.h 121 not called
void lython::log<unsigned long, int, unsigned long>(lython::LogLevel, lython::CodeLocation const&, fmt::v8::basic_string_view<char>, unsigned long const&, int const&, unsigned long const&) src/logging/_logging.h 121 called 17 times
void lython::log<unsigned long, unsigned long>(lython::LogLevel, lython::CodeLocation const&, fmt::v8::basic_string_view<char>, unsigned long const&, unsigned long const&) src/logging/_logging.h 121 not called
void lython::log<unsigned long>(lython::LogLevel, lython::CodeLocation const&, fmt::v8::basic_string_view<char>, unsigned long const&) src/logging/_logging.h 121 not called
void lython::log<void*, void*, void*>(lython::LogLevel, lython::CodeLocation const&, fmt::v8::basic_string_view<char>, void* const&, void* const&, void* const&) src/logging/_logging.h 121 not called
void lython::log<void*, void*>(lython::LogLevel, lython::CodeLocation const&, fmt::v8::basic_string_view<char>, void* const&, void* const&) src/logging/_logging.h 121 called 439 times
void lython::log_kwtrace<>(lython::LogLevel, unsigned long, bool, lython::CodeLocation const&, fmt::v8::basic_string_view<char>) src/logging/_logging.h 139 called 80 times
void lython::log_kwtrace<char const*, signed char, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > >(lython::LogLevel, unsigned long, bool, lython::CodeLocation const&, fmt::v8::basic_string_view<char>, char const* const&, signed char const&, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&) src/logging/_logging.h 139 called 21241 times
void lython::log_kwtrace<char const*, signed char>(lython::LogLevel, unsigned long, bool, lython::CodeLocation const&, fmt::v8::basic_string_view<char>, char const* const&, signed char const&) src/logging/_logging.h 139 called 3109 times
void lython::log_kwtrace<char const*>(lython::LogLevel, unsigned long, bool, lython::CodeLocation const&, fmt::v8::basic_string_view<char>, char const* const&) src/logging/_logging.h 139 not called
void lython::log_kwtrace<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > >(lython::LogLevel, unsigned long, bool, lython::CodeLocation const&, fmt::v8::basic_string_view<char>, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&) src/logging/_logging.h 139 called 1101 times
void lython::meta::override_typename<char>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<int>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::Alias>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::AnnAssign*>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::AnnAssign>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::Arg>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::ArrayType*>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::ArrayType>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::Arrow*>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::Arrow>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::Assert*>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::Assert>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::Assign*>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::Assign>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::Attribute*>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::Attribute>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::AugAssign*>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::AugAssign>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::Await*>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::Await>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::BinOp*>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::BinOp>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::BindingEntry>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::BoolOp*>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::BoolOp>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::Break*>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::Break>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::BuiltinType*>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::BuiltinType>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::Call*>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::Call>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::ClassDef*>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::ClassDef::Attr>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::ClassDef>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::ClassType*>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::ClassType>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::CmpOperator>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::Comment*>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::Comment>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::Compare*>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::Compare>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::Comprehension>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::Constant*>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::Constant>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::ConstantValue (*)(lython::ConstantValue const&, lython::ConstantValue const&)>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::ConstantValue>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::Continue*>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::Continue>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::Decorator>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::Delete*>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::Delete>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::DictComp*>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::DictComp>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::DictExpr*>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::DictExpr>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::DictType*>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::DictType>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::ExceptHandler>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::Expr*>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::Expr>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::ExprContext>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::ExprNode*>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::Expression*>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::Expression>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::For*>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::For>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::FormattedValue*>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::FormattedValue>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::FunctionDef*>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::FunctionDef>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::FunctionType*>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::FunctionType>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::GCObject*>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::GeneratorExp*>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::GeneratorExp>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::Global*>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::Global>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::If*>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::If>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::IfExp*>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::IfExp>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::Import*>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::Import>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::ImportFrom*>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::ImportFrom>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::Inline*>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::Inline>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::Interactive*>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::Interactive>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::InvalidStatement*>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::InvalidStatement>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::JoinedStr*>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::JoinedStr>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::Keyword>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::Lambda*>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::Lambda>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::ListComp*>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::ListComp>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::ListExpr*>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::ListExpr>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::Match*>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::Match>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::MatchAs*>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::MatchAs>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::MatchCase>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::MatchClass*>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::MatchClass>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::MatchMapping*>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::MatchMapping>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::MatchOr*>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::MatchOr>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::MatchSequence*>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::MatchSequence>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::MatchSingleton*>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::MatchSingleton>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::MatchStar*>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::MatchStar>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::MatchValue*>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::MatchValue>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::Module*>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::Module>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::Name*>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::Name>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::NamedExpr*>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::NamedExpr>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::Node*>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::Nonlocal*>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::Nonlocal>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::ParsingContext>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::ParsingError>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::Pass*>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::Pass>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::Pattern*>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::Raise*>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::Raise>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::Return*>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::Return>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::SemaContext>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::SetComp*>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::SetComp>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::SetExpr*>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::SetExpr>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::SetType*>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::SetType>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::Slice*>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::Slice>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::Starred*>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::Starred>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::StmtNode*>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::StringDatabase::StringEntry>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::StringRef>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::Subscript*>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::Subscript>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::Token>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::Try*>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::Try>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::TupleExpr*>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::TupleExpr>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::TupleType*>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::TupleType>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::UnaryOp*>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::UnaryOp>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::While*>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::While>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::With*>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::With>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::WithItem>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::Yield*>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::Yield>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::YieldFrom*>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<lython::YieldFrom>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<std::_List_node<std::vector<lython::StringDatabase::StringEntry, lython::Allocator<lython::StringDatabase::StringEntry, lython::device::CPU> > > >(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > >(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<std::__detail::_Hash_node<char, false> >(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<std::__detail::_Hash_node<std::pair<int const, std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > >, false> >(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<std::__detail::_Hash_node<std::pair<lython::StringRef const, bool>, false> >(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<std::__detail::_Hash_node<std::pair<lython::StringRef const, bool>, true> >(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<std::__detail::_Hash_node<std::pair<lython::StringRef const, lython::ClassDef::Attr>, false> >(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<std::__detail::_Hash_node<std::pair<lython::StringRef const, lython::ConstantValue (*)(lython::ConstantValue const&)>, false> >(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<std::__detail::_Hash_node<std::pair<lython::StringRef const, lython::ConstantValue (*)(lython::ConstantValue const&)>, true> >(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<std::__detail::_Hash_node<std::pair<lython::StringRef const, lython::ConstantValue (*)(lython::ConstantValue const&, lython::ConstantValue const&)>, false> >(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<std::__detail::_Hash_node<std::pair<lython::StringRef const, lython::ConstantValue (*)(lython::ConstantValue const&, lython::ConstantValue const&)>, true> >(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<std::__detail::_Hash_node<std::pair<lython::StringRef const, lython::ExprNode*>, false> >(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<std::__detail::_Hash_node<std::pair<lython::StringRef const, lython::ExprNode*>, true> >(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<std::__detail::_Hash_node<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const, int>, true> >(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<std::__detail::_Hash_node<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const, lython::OpConfig>, false> >(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<std::__detail::_Hash_node<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const, lython::OpConfig>, true> >(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<std::__detail::_Hash_node<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const, lython::TokenType>, false> >(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<std::__detail::_Hash_node<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const, lython::TokenType>, true> >(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<std::__detail::_Hash_node<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const, std::tuple<int, bool> >, true> >(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<std::__detail::_Hash_node<std::pair<std::basic_string_view<char, std::char_traits<char> > const, unsigned long>, true> >(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<std::unique_ptr<lython::ParsingException, std::default_delete<lython::ParsingException> > >(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<std::unique_ptr<lython::SemaException, std::default_delete<lython::SemaException> > >(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<std::vector<lython::StmtNode*, lython::Allocator<lython::StmtNode*, lython::device::CPU> > >(char const*) src/utilities/allocator.h 90 called 12 times
void lython::meta::override_typename<std::vector<lython::StringDatabase::StringEntry, lython::Allocator<lython::StringDatabase::StringEntry, lython::device::CPU> >*>(char const*) src/utilities/allocator.h 90 called 12 times
void lython::print<int>(int const&, std::ostream&) src/ast/magic.h 20 called 256 times
void lython::print<lython::OpConfig>(lython::OpConfig const&, std::ostream&) src/ast/magic.h 10 not called
void lython::print<lython::StringRef>(lython::StringRef const&, std::ostream&) src/ast/magic.h 10 called 1007 times
void lython::print<lython::Token>(lython::Token const&, std::ostream&) src/ast/magic.h 10 called 343 times
void lython::print<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > >(std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&, std::ostream&) src/ast/magic.h 15 called 3 times
void lython::print<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > >(std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> >, lython::Allocator<std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> >, lython::device::CPU> > const&, std::ostream&) src/utilities/strings.h 71 called 12 times
void vkb::detail::VulkanFunctions::VulkanLibrary::load_func<void (*(*)(VkInstance_T*, char const*))()>(void (*(*&)(VkInstance_T*, char const*))(), char const*) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 65 not called
void vkb::detail::VulkanFunctions::get_inst_proc_addr<VkResult (*)(VkInstance_T*, VkDebugUtilsMessengerCreateInfoEXT const*, VkAllocationCallbacks const*, VkDebugUtilsMessengerEXT_T**)>(VkResult (*&)(VkInstance_T*, VkDebugUtilsMessengerCreateInfoEXT const*, VkAllocationCallbacks const*, VkDebugUtilsMessengerEXT_T**), char const*) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 155 not called
void vkb::detail::VulkanFunctions::get_inst_proc_addr<void (*)(VkInstance_T*, VkDebugUtilsMessengerEXT_T*, VkAllocationCallbacks const*)>(void (*&)(VkInstance_T*, VkDebugUtilsMessengerEXT_T*, VkAllocationCallbacks const*), char const*) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 155 not called
void vkb::detail::VulkanFunctions::get_proc_addr<VkResult (*)(VkDevice_T*, VkImageViewCreateInfo const*, VkAllocationCallbacks const*, VkImageView_T**)>(VkResult (*&)(VkDevice_T*, VkImageViewCreateInfo const*, VkAllocationCallbacks const*, VkImageView_T**), char const*) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 97 not called
void vkb::detail::VulkanFunctions::get_proc_addr<VkResult (*)(VkDevice_T*, VkSwapchainCreateInfoKHR const*, VkAllocationCallbacks const*, VkSwapchainKHR_T**)>(VkResult (*&)(VkDevice_T*, VkSwapchainCreateInfoKHR const*, VkAllocationCallbacks const*, VkSwapchainKHR_T**), char const*) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 97 not called
void vkb::detail::VulkanFunctions::get_proc_addr<VkResult (*)(VkDevice_T*, VkSwapchainKHR_T*, unsigned int*, VkImage_T**)>(VkResult (*&)(VkDevice_T*, VkSwapchainKHR_T*, unsigned int*, VkImage_T**), char const*) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 97 not called
void vkb::detail::VulkanFunctions::get_proc_addr<VkResult (*)(VkInstanceCreateInfo const*, VkAllocationCallbacks const*, VkInstance_T**)>(VkResult (*&)(VkInstanceCreateInfo const*, VkAllocationCallbacks const*, VkInstance_T**), char const*) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 97 not called
void vkb::detail::VulkanFunctions::get_proc_addr<VkResult (*)(VkInstance_T*, VkDebugUtilsMessengerCreateInfoEXT const*, VkAllocationCallbacks const*, VkDebugUtilsMessengerEXT_T**)>(VkResult (*&)(VkInstance_T*, VkDebugUtilsMessengerCreateInfoEXT const*, VkAllocationCallbacks const*, VkDebugUtilsMessengerEXT_T**), char const*) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 97 not called
void vkb::detail::VulkanFunctions::get_proc_addr<VkResult (*)(VkInstance_T*, unsigned int*, VkPhysicalDevice_T**)>(VkResult (*&)(VkInstance_T*, unsigned int*, VkPhysicalDevice_T**), char const*) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 97 not called
void vkb::detail::VulkanFunctions::get_proc_addr<VkResult (*)(VkPhysicalDevice_T*, VkDeviceCreateInfo const*, VkAllocationCallbacks const*, VkDevice_T**)>(VkResult (*&)(VkPhysicalDevice_T*, VkDeviceCreateInfo const*, VkAllocationCallbacks const*, VkDevice_T**), char const*) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 97 not called
void vkb::detail::VulkanFunctions::get_proc_addr<VkResult (*)(VkPhysicalDevice_T*, VkFormat, VkImageType, VkImageTiling, unsigned int, unsigned int, VkImageFormatProperties*)>(VkResult (*&)(VkPhysicalDevice_T*, VkFormat, VkImageType, VkImageTiling, unsigned int, unsigned int, VkImageFormatProperties*), char const*) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 97 not called
void vkb::detail::VulkanFunctions::get_proc_addr<VkResult (*)(VkPhysicalDevice_T*, VkSurfaceKHR_T*, VkSurfaceCapabilitiesKHR*)>(VkResult (*&)(VkPhysicalDevice_T*, VkSurfaceKHR_T*, VkSurfaceCapabilitiesKHR*), char const*) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 97 not called
void vkb::detail::VulkanFunctions::get_proc_addr<VkResult (*)(VkPhysicalDevice_T*, VkSurfaceKHR_T*, unsigned int*, VkPresentModeKHR*)>(VkResult (*&)(VkPhysicalDevice_T*, VkSurfaceKHR_T*, unsigned int*, VkPresentModeKHR*), char const*) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 97 not called
void vkb::detail::VulkanFunctions::get_proc_addr<VkResult (*)(VkPhysicalDevice_T*, VkSurfaceKHR_T*, unsigned int*, VkSurfaceFormatKHR*)>(VkResult (*&)(VkPhysicalDevice_T*, VkSurfaceKHR_T*, unsigned int*, VkSurfaceFormatKHR*), char const*) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 97 not called
void vkb::detail::VulkanFunctions::get_proc_addr<VkResult (*)(VkPhysicalDevice_T*, char const*, unsigned int*, VkExtensionProperties*)>(VkResult (*&)(VkPhysicalDevice_T*, char const*, unsigned int*, VkExtensionProperties*), char const*) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 97 not called
void vkb::detail::VulkanFunctions::get_proc_addr<VkResult (*)(VkPhysicalDevice_T*, unsigned int, VkSurfaceKHR_T*, unsigned int*)>(VkResult (*&)(VkPhysicalDevice_T*, unsigned int, VkSurfaceKHR_T*, unsigned int*), char const*) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 97 not called
void vkb::detail::VulkanFunctions::get_proc_addr<VkResult (*)(char const*, unsigned int*, VkExtensionProperties*)>(VkResult (*&)(char const*, unsigned int*, VkExtensionProperties*), char const*) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 97 not called
void vkb::detail::VulkanFunctions::get_proc_addr<VkResult (*)(unsigned int*)>(VkResult (*&)(unsigned int*), char const*) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 97 not called
void vkb::detail::VulkanFunctions::get_proc_addr<VkResult (*)(unsigned int*, VkLayerProperties*)>(VkResult (*&)(unsigned int*, VkLayerProperties*), char const*) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 97 not called
void vkb::detail::VulkanFunctions::get_proc_addr<void (*)(VkDevice_T*, VkAllocationCallbacks const*)>(void (*&)(VkDevice_T*, VkAllocationCallbacks const*), char const*) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 97 not called
void vkb::detail::VulkanFunctions::get_proc_addr<void (*)(VkDevice_T*, VkImageView_T*, VkAllocationCallbacks const*)>(void (*&)(VkDevice_T*, VkImageView_T*, VkAllocationCallbacks const*), char const*) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 97 not called
void vkb::detail::VulkanFunctions::get_proc_addr<void (*)(VkDevice_T*, VkSwapchainKHR_T*, VkAllocationCallbacks const*)>(void (*&)(VkDevice_T*, VkSwapchainKHR_T*, VkAllocationCallbacks const*), char const*) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 97 not called
void vkb::detail::VulkanFunctions::get_proc_addr<void (*)(VkDevice_T*, unsigned int, unsigned int, VkQueue_T**)>(void (*&)(VkDevice_T*, unsigned int, unsigned int, VkQueue_T**), char const*) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 97 not called
void vkb::detail::VulkanFunctions::get_proc_addr<void (*)(VkInstance_T*, VkAllocationCallbacks const*)>(void (*&)(VkInstance_T*, VkAllocationCallbacks const*), char const*) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 97 not called
void vkb::detail::VulkanFunctions::get_proc_addr<void (*)(VkInstance_T*, VkDebugUtilsMessengerEXT_T*, VkAllocationCallbacks const*)>(void (*&)(VkInstance_T*, VkDebugUtilsMessengerEXT_T*, VkAllocationCallbacks const*), char const*) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 97 not called
void vkb::detail::VulkanFunctions::get_proc_addr<void (*)(VkInstance_T*, VkSurfaceKHR_T*, VkAllocationCallbacks const*)>(void (*&)(VkInstance_T*, VkSurfaceKHR_T*, VkAllocationCallbacks const*), char const*) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 97 not called
void vkb::detail::VulkanFunctions::get_proc_addr<void (*)(VkPhysicalDevice_T*, VkFormat, VkFormatProperties*)>(void (*&)(VkPhysicalDevice_T*, VkFormat, VkFormatProperties*), char const*) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 97 not called
void vkb::detail::VulkanFunctions::get_proc_addr<void (*)(VkPhysicalDevice_T*, VkFormat, VkFormatProperties2*)>(void (*&)(VkPhysicalDevice_T*, VkFormat, VkFormatProperties2*), char const*) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 97 not called
void vkb::detail::VulkanFunctions::get_proc_addr<void (*)(VkPhysicalDevice_T*, VkPhysicalDeviceFeatures*)>(void (*&)(VkPhysicalDevice_T*, VkPhysicalDeviceFeatures*), char const*) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 97 not called
void vkb::detail::VulkanFunctions::get_proc_addr<void (*)(VkPhysicalDevice_T*, VkPhysicalDeviceFeatures2*)>(void (*&)(VkPhysicalDevice_T*, VkPhysicalDeviceFeatures2*), char const*) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 97 not called
void vkb::detail::VulkanFunctions::get_proc_addr<void (*)(VkPhysicalDevice_T*, VkPhysicalDeviceMemoryProperties*)>(void (*&)(VkPhysicalDevice_T*, VkPhysicalDeviceMemoryProperties*), char const*) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 97 not called
void vkb::detail::VulkanFunctions::get_proc_addr<void (*)(VkPhysicalDevice_T*, VkPhysicalDeviceMemoryProperties2*)>(void (*&)(VkPhysicalDevice_T*, VkPhysicalDeviceMemoryProperties2*), char const*) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 97 not called
void vkb::detail::VulkanFunctions::get_proc_addr<void (*)(VkPhysicalDevice_T*, VkPhysicalDeviceProperties*)>(void (*&)(VkPhysicalDevice_T*, VkPhysicalDeviceProperties*), char const*) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 97 not called
void vkb::detail::VulkanFunctions::get_proc_addr<void (*)(VkPhysicalDevice_T*, VkPhysicalDeviceProperties2*)>(void (*&)(VkPhysicalDevice_T*, VkPhysicalDeviceProperties2*), char const*) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 97 not called
void vkb::detail::VulkanFunctions::get_proc_addr<void (*)(VkPhysicalDevice_T*, unsigned int*, VkQueueFamilyProperties*)>(void (*&)(VkPhysicalDevice_T*, unsigned int*, VkQueueFamilyProperties*), char const*) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 97 not called
void vkb::detail::VulkanFunctions::get_proc_addr<void (*)(VkPhysicalDevice_T*, unsigned int*, VkQueueFamilyProperties2*)>(void (*&)(VkPhysicalDevice_T*, unsigned int*, VkQueueFamilyProperties2*), char const*) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 97 not called
void vkb::detail::setup_pNext_chain<VkDeviceCreateInfo>(VkDeviceCreateInfo&, std::vector<VkBaseOutStructure*, std::allocator<VkBaseOutStructure*> > const&) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 346 not called
void vkb::detail::setup_pNext_chain<VkInstanceCreateInfo>(VkInstanceCreateInfo&, std::vector<VkBaseOutStructure*, std::allocator<VkBaseOutStructure*> > const&) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 346 not called
void vkb::detail::setup_pNext_chain<VkSwapchainCreateInfoKHR>(VkSwapchainCreateInfoKHR&, std::vector<VkBaseOutStructure*, std::allocator<VkBaseOutStructure*> > const&) src/tide/dependencies/vkbootstrap/VkBootstrap.cpp 346 not called
void vma_delete<VmaAllocator_T>(VkAllocationCallbacks const*, VmaAllocator_T*) src/tide/dependencies/vma/vk_mem_alloc.h 4682 not called
void vma_delete<VmaBlockMetadata>(VmaAllocator_T*, VmaBlockMetadata*) src/tide/dependencies/vma/vk_mem_alloc.h 7998 not called
void vma_delete<VmaBlockMetadata_Buddy::Node>(VkAllocationCallbacks const*, VmaBlockMetadata_Buddy::Node*) src/tide/dependencies/vma/vk_mem_alloc.h 4682 not called
void vma_delete<VmaBlockVector>(VmaAllocator_T*, VmaBlockVector*) src/tide/dependencies/vma/vk_mem_alloc.h 7998 not called
void vma_delete<VmaBlockVectorDefragmentationContext>(VmaAllocator_T*, VmaBlockVectorDefragmentationContext*) src/tide/dependencies/vma/vk_mem_alloc.h 7998 not called
void vma_delete<VmaDefragmentationAlgorithm>(VmaAllocator_T*, VmaDefragmentationAlgorithm*) src/tide/dependencies/vma/vk_mem_alloc.h 7998 not called
void vma_delete<VmaDefragmentationAlgorithm_Generic::BlockInfo>(VmaAllocator_T*, VmaDefragmentationAlgorithm_Generic::BlockInfo*) src/tide/dependencies/vma/vk_mem_alloc.h 7998 not called
void vma_delete<VmaDefragmentationContext_T>(VmaAllocator_T*, VmaDefragmentationContext_T*) src/tide/dependencies/vma/vk_mem_alloc.h 7998 not called
void vma_delete<VmaDeviceMemoryBlock>(VmaAllocator_T*, VmaDeviceMemoryBlock*) src/tide/dependencies/vma/vk_mem_alloc.h 7998 not called
void vma_delete<VmaPool_T>(VmaAllocator_T*, VmaPool_T*) src/tide/dependencies/vma/vk_mem_alloc.h 7998 not called
void vma_delete<VmaVector<VmaAllocation_T*, VmaStlAllocator<VmaAllocation_T*> > >(VmaAllocator_T*, VmaVector<VmaAllocation_T*, VmaStlAllocator<VmaAllocation_T*> >*) src/tide/dependencies/vma/vk_mem_alloc.h 7998 not called
void vma_delete_array<VmaPoolAllocator<VmaAllocation_T>::Item>(VkAllocationCallbacks const*, VmaPoolAllocator<VmaAllocation_T>::Item*, unsigned long) src/tide/dependencies/vma/vk_mem_alloc.h 4689 not called
void vma_delete_array<VmaPoolAllocator<VmaListItem<VmaSuballocation> >::Item>(VkAllocationCallbacks const*, VmaPoolAllocator<VmaListItem<VmaSuballocation> >::Item*, unsigned long) src/tide/dependencies/vma/vk_mem_alloc.h 4689 not called
void vma_delete_array<char>(VkAllocationCallbacks const*, char*, unsigned long) src/tide/dependencies/vma/vk_mem_alloc.h 4689 not called
void vma_delete_array<char>(VmaAllocator_T*, char*, unsigned long) src/tide/dependencies/vma/vk_mem_alloc.h 8008 not called
xx_hash_3(std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&) benchmarks/bench_hash.cpp 34 not called
xx_hash_32(std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&) benchmarks/bench_hash.cpp 32 not called
xx_hash_64(std::__cxx11::basic_string<char, std::char_traits<char>, lython::Allocator<char, lython::device::CPU> > const&) benchmarks/bench_hash.cpp 33 not called