Home
last modified time | relevance | path

Searched refs:Q_Index (Results 1 – 2 of 2) sorted by relevance

/dports/lang/asis/asis-gpl-2016-src/tools/tool_utils/
H A Dada_trees.adb350 for Q_Index in Qs'Range loop
351 Result (K, Qs (Q_Index)) := Q_Index;
396 for Q_Index in Subtrees'Range loop
398 Q : constant Structural_Queries := Subtrees (Q_Index).Query;
401 pragma Assert (Query_Offsets (Kind, Q) = Q_Index);
404 Set (Result, Q, Subtrees (Q_Index).Subtree);
/dports/x11-toolkits/gtkada3/gtkada-1688bb8/src/
H A Dglib-graphs-layouts.adb672 Q_Index : Integer := Queue'First; variable
710 while Q_Index < Q_Last loop
711 S := Queue (Q_Index);
712 Q_Index := Q_Index + 1;