Home
last modified time | relevance | path

Searched refs:Next_Choice (Results 1 – 14 of 14) sorted by relevance

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dprj-strt.adb372 Next_Choice : Project_Node_Id := Empty_Node; variable
438 Next_Choice :=
441 Set_Next_Literal_String (Current_Choice, To => Next_Choice);
442 Current_Choice := Next_Choice;
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dprj-strt.adb372 Next_Choice : Project_Node_Id := Empty_Node; variable
438 Next_Choice :=
441 Set_Next_Literal_String (Current_Choice, To => Next_Choice);
442 Current_Choice := Next_Choice;
/dports/lang/asis/asis-gpl-2016-src/tools/gnatcheck/
H A Dgnatcheck-rules-custom_2.adb1570 Next_Choice : Asis.Element; variable
1578 Next_Choice := Normalize_Reference (Choices (J));
1580 exit when Definition_Kind (Next_Choice) = An_Others_Choice;
1584 Is_Constraint_Error (Next_Choice);
1588 Numeric_Error_Present := Is_Numeric_Error (Next_Choice);
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/
H A Dprj-strt.adb490 Next_Choice : Project_Node_Id := Empty_Node; variable
562 Next_Choice :=
568 (Current_Choice, In_Tree, To => Next_Choice);
569 Current_Choice := Next_Choice;
/dports/lang/gcc48/gcc-4.8.5/gcc/ada/
H A Dprj-strt.adb490 Next_Choice : Project_Node_Id := Empty_Node; variable
562 Next_Choice :=
568 (Current_Choice, In_Tree, To => Next_Choice);
569 Current_Choice := Next_Choice;
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/ada/
H A Dprj-strt.adb490 Next_Choice : Project_Node_Id := Empty_Node; variable
562 Next_Choice :=
568 (Current_Choice, In_Tree, To => Next_Choice);
569 Current_Choice := Next_Choice;
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/ada/
H A Dprj-strt.adb514 Next_Choice : Project_Node_Id := Empty_Node; variable
589 Next_Choice :=
595 (Current_Choice, In_Tree, To => Next_Choice);
596 Current_Choice := Next_Choice;
/dports/lang/gnat_util/gcc-6-20180516/gcc/ada/
H A Dprj-strt.adb514 Next_Choice : Project_Node_Id := Empty_Node; variable
589 Next_Choice :=
595 (Current_Choice, In_Tree, To => Next_Choice);
596 Current_Choice := Next_Choice;
/dports/devel/gprbuild/gprbuild-376670f/gpr/src/
H A Dgpr-strt.adb515 Next_Choice : Project_Node_Id := Empty_Project_Node; variable
590 Next_Choice :=
596 (Current_Choice, In_Tree, To => Next_Choice);
597 Current_Choice := Next_Choice;
/dports/lang/gnat_util/gnat_util/
H A Dprj-strt.adb514 Next_Choice : Project_Node_Id := Empty_Node; variable
589 Next_Choice :=
595 (Current_Choice, In_Tree, To => Next_Choice);
596 Current_Choice := Next_Choice;
/dports/devel/cmake-gui/cmake-3.22.1/Source/CursesDialog/form/
H A Dfrm_driver.c2576 static bool Next_Choice(FIELDTYPE * typ, FIELD *field, TypeArgument *argp) in Next_Choice() function
2585 Next_Choice(typ->left ,field,argp->left) || in Next_Choice()
2586 Next_Choice(typ->right,field,argp->right) ); in Next_Choice()
2647 return ((Next_Choice(field->type,field,(TypeArgument *)(field->arg))) ? in CR_Next_Choice()
/dports/devel/cmake-doc/cmake-3.22.1/Source/CursesDialog/form/
H A Dfrm_driver.c2576 static bool Next_Choice(FIELDTYPE * typ, FIELD *field, TypeArgument *argp) in Next_Choice() function
2585 Next_Choice(typ->left ,field,argp->left) || in Next_Choice()
2586 Next_Choice(typ->right,field,argp->right) ); in Next_Choice()
2647 return ((Next_Choice(field->type,field,(TypeArgument *)(field->arg))) ? in CR_Next_Choice()
/dports/devel/cmake/cmake-3.22.1/Source/CursesDialog/form/
H A Dfrm_driver.c2576 static bool Next_Choice(FIELDTYPE * typ, FIELD *field, TypeArgument *argp) in Next_Choice() function
2585 Next_Choice(typ->left ,field,argp->left) || in Next_Choice()
2586 Next_Choice(typ->right,field,argp->right) ); in Next_Choice()
2647 return ((Next_Choice(field->type,field,(TypeArgument *)(field->arg))) ? in CR_Next_Choice()
/dports/devel/ncurses/ncurses-6.3/form/
H A Dfrm_driver.c3042 Next_Choice(FORM *form, FIELDTYPE *typ, FIELD *field, TypeArgument *argp) in Next_Choice() function
3051 Next_Choice(form, typ->left, field, argp->left) || in Next_Choice()
3052 Next_Choice(form, typ->right, field, argp->right)); in Next_Choice()
3133 returnCode((Next_Choice(form, field->type, field, (TypeArgument *)(field->arg))) in CR_Next_Choice()