Searched refs:alloc_pos (Results 1 – 3 of 3) sorted by relevance
47 ImVec2 alloc_pos(window_pos.x, y); in DrawAllocation()58 draw_list->AddText(alloc_pos, ImGui::GetColorU32(ImGuiCol_Text), label); in DrawAllocation()
416 alloc_pos = state->data_stack_base; \419 Py_STRINGIFY(type), alloc_pos, sizeof(type))); \420 if (sizeof(type) > state->data_stack_size - alloc_pos) { \426 ptr = (type*)(state->data_stack+alloc_pos); \519 ctx_pos = alloc_pos; \552 Py_ssize_t alloc_pos, ctx_pos = -1; in SRE() local567 ctx_pos = alloc_pos; in SRE()
687 alloc_pos = state->data_stack_base; \690 SFY(type), alloc_pos, sizeof(type))); \691 if (sizeof(type) > state->data_stack_size - alloc_pos) { \697 ptr = (type*)(state->data_stack+alloc_pos); \789 ctx_pos = alloc_pos; \815 Py_ssize_t alloc_pos, ctx_pos = -1; in SRE_MATCH() local829 ctx_pos = alloc_pos; in SRE_MATCH()