Home
last modified time | relevance | path

Searched refs:Expression_Kind (Results 1 – 25 of 110) sorted by relevance

12345

/dports/lang/adacontrol/adactl-1.18r9/src/
H A Drules-simplifiable_expressions.adb299 if Expression_Kind (L) = A_Function_Call then
428 case Expression_Kind (LP) is
478 … if Expression_Kind (L_Indexers (I)) /= Expression_Kind (U_Indexers (I)) then
574 case Expression_Kind (P) is
737 case Expression_Kind (Enclosed) is
788 case Expression_Kind (Enclosing) is
793 case Expression_Kind (Enclosed) is
819 case Expression_Kind (Enclosed) is
821 if Expression_Kind (Enclosing) = Expression_Kind (Enclosed) then
836 case Expression_Kind (Enclosed) is
[all …]
H A Drules-expressions.adb356 case Expression_Kind (Parameter) is
359 and then (Expression_Kind (Call) /= A_Function_Call
368 if Expression_Kind (Call) /= Expression_Kind (Parameter) then
375 if Expression_Kind (Call) /= Expression_Kind (Parameter) then
429 if Expression_Kind (Called) /= An_Operator_Symbol
474 if Expression_Kind (Called) = An_Operator_Symbol then
503 and then Expression_Kind (Called) /= An_Attribute_Reference
685 case Expression_Kind (Name) is
745 case Expression_Kind (Expression) is
1121 if Expression_Kind (Call) = A_Function_Call then
[all …]
H A Dthick_queries.adb291 case Expression_Kind (Name) is
1156 case Expression_Kind (Previous) is
1622 case Expression_Kind (Path) is
1862 case Expression_Kind (Pfx) is
2066 case Expression_Kind (Elem) is
2270 case Expression_Kind (Obj) is
2589 case Expression_Kind (Mark) is
4585 case Expression_Kind (Result) is
6399 case Expression_Kind (Expr) is
6483 case Expression_Kind (E) is
[all …]
H A Drules-generic_aliasing.adb227 if Expression_Kind (Good_Left) = An_Identifier
228 and then Expression_Kind (Good_Right) = An_Identifier
272 if Expression_Kind (Left) = An_Explicit_Dereference then
273 if Expression_Kind (Right) /= An_Explicit_Dereference then
281 elsif Expression_Kind (Right) = An_Explicit_Dereference then
287 if Expression_Kind (Good_Left) = An_Attribute_Reference then
288 if Expression_Kind (Good_Right) /= An_Attribute_Reference then
299 elsif Expression_Kind (Good_Right) = An_Attribute_Reference then
H A Drules-usage.adb657 if Expression_Kind (Temp) = An_Attribute_Reference then
1192 while Expression_Kind (Enclosing) = A_Selected_Component loop
1196 if Expression_Kind (Enclosing) = An_Attribute_Reference then
1275 elsif Expression_Kind (Good_Name) = An_Attribute_Reference then
1318 while Expression_Kind (Enclosing) = A_Selected_Component loop
1324 case Expression_Kind (Enclosing) is
1349 while Expression_Kind (Enclosing) = A_Selected_Component loop
1353 if Expression_Kind (Enclosing) = An_Attribute_Reference
1389 if Expression_Kind (Enclosing) = An_Attribute_Reference
1430 if Expression_Kind (Enclosing) = A_Function_Call then
[all …]
H A Drules-allocators.adb203 while Expression_Kind (LL) = An_Attribute_Reference loop
210 if Expression_Kind (RR) = An_Attribute_Reference then
355 case Expression_Kind (Allocator) is
369 if Expression_Kind (Allocated_Subtype) = An_Attribute_Reference then
386 if not Found and Expression_Kind (E) /= An_Attribute_Reference then
H A Drules-simplifiable_statements.adb178 while Expression_Kind (Good_Var) = A_Parenthesized_Expression loop
194 case Expression_Kind (Expr) is
203 case Expression_Kind (Func_Name) is
301 if Expression_Kind (Name) = An_Identifier
445 while Expression_Kind (If_Cond) = A_Parenthesized_Expression loop
448 if Expression_Kind (If_Cond) = A_Function_Call then
610 E_Kind : constant Asis.Expression_Kinds := Expression_Kind (Expr);
H A Drules-improper_initialization.adb215 if Expression_Kind (Temp) = An_Attribute_Reference then
224 if Expression_Kind (Temp) = An_Attribute_Reference then
260 case Expression_Kind (Element) is
317 case Expression_Kind (Element) is
405 case Expression_Kind (Lhs) is
573 case Expression_Kind (Good_Name) is
607 case Expression_Kind (Good_Name) is
748 … if Expression_Kind (Called) /= An_Indexed_Component -- Do not choke on entry families
750 and then Expression_Kind (Called) /= An_Explicit_Dereference -- or explicit ones
1082 if Expression_Kind (Subtype_Decl) = An_Attribute_Reference then
[all …]
H A Drules-style.adb963 if Expression_Kind (End_Name) = A_Selected_Component then
971 while Expression_Kind (End_Name) = A_Selected_Component loop
1010 and then ( Expression_Kind (Identifier) = An_Identifier
1256 if Expression_Kind (Expr) = A_Function_Call then
1498 case Expression_Kind (Expression) is
1517 and then Expression_Kind (Enclosing) = An_Indexed_Component
1538 Negative := Expression_Kind (Enclosing) = A_Function_Call
1597 Negative := Expression_Kind (Enclosing) = A_Function_Call
1723 if Expression_Kind (Target) = A_Type_Conversion then
1726 if Expression_Kind (Target) = A_Selected_Component then
[all …]
H A Drules-exception_propagation.adb280 case Expression_Kind (Expr) is
431 case Expression_Kind (Element) is
446 case Expression_Kind (Expr) is
573 if Expression_Kind (Exc_Param) = An_Attribute_Reference
730 if Expression_Kind (Element) = An_Attribute_Reference
735 …if Expression_Kind (Good_Prefix) = An_Explicit_Dereference or else Is_Access_Expression (Good_Pref…
823 if Expression_Kind (Call) = A_Function_Call
833 if Expression_Kind (Called_Simple_Name (Call)) = An_Attribute_Reference then
888 if Expression_Kind (Actual_Parameter (Actuals (I))) = An_Identifier then
1009 …if Expression_Kind (Aspect_Mark (All_Aspects (I))) = An_Identifier -- Could be An_Attribute_Speci…
H A Drules-positional_associations.adb296 elsif Expression_Kind (Strip_Parentheses (Expr)) = A_Character_Literal
419 if Expression_Kind (Encl) = A_Function_Call then
420 … if Is_Prefix_Call (Encl) and then Expression_Kind (Prefix (Encl)) /= An_Attribute_Reference then
429 if Expression_Kind (Called) /= An_Attribute_Reference then
438 if Expression_Kind (Called) = An_Indexed_Component then
H A Drules-non_static.adb265 case Expression_Kind (Actual_Parameter (Actuals (A))) is
314 if Expression_Kind (Expr) = A_Null_Literal then
326 if Expression_Kind (Temp) = An_Attribute_Reference then
398 if Expression_Kind (Simple_Name (Inx_List (I))) = An_Identifier then
H A Dframework-control_manager.adb142 while Expression_Kind (Name_Enclosing) = A_Selected_Component loop
158 if Expression_Kind (Good_Name) = An_Attribute_Reference then
159 while Expression_Kind (Good_Name) = An_Attribute_Reference loop
167 case Expression_Kind (Good_Name) is
248 and then Expression_Kind (Name) = An_Attribute_Reference
405 or else Expression_Kind (Good_Name) = An_Attribute_Reference
H A Drules-side_effect_parameters.adb210 if Expression_Kind (Func) = An_Attribute_Reference then
244 case Expression_Kind (Element) is
247 if Expression_Kind (Func_Name) = An_Explicit_Dereference
H A Drules-insufficient_parameters.adb156 case Expression_Kind (Expr) is
204 if Expression_Kind (Pref) /= An_Operator_Symbol then
296 if Expression_Kind (Element) = A_Function_Call and then not Is_Prefix_Call (Element) then
/dports/lang/asis/asis-gpl-2016-src/tools/gnatcheck/
H A Dgnatcheck-asis_utilities.adb410 if Expression_Kind (Arg_Elem) = An_Identifier then
430 case Expression_Kind (Element) is
514 if Expression_Kind (Tmp) = A_Function_Call then
564 case Expression_Kind (Arg_Element) is
842 Expression_Kind (Result) = A_Function_Call
1247 case Expression_Kind (Pref) is
1382 if Expression_Kind (El) = A_Function_Call
1437 if Expression_Kind (El) in
1545 if Expression_Kind (El) = A_Function_Call then
1789 if Expression_Kind (Call) = A_Function_Call then
[all …]
H A Dgnatcheck-rules-default.adb237 if Expression_Kind (Call_Element) = A_Function_Call
610 Expression_Kind (Exit_Loop_Name (Element)) = A_Selected_Component
648 if Expression_Kind (Call_Element) = A_Function_Call
1285 if Expression_Kind (Element) in
1291 Expression_Kind (Get_Enclosing_Element) /= A_Qualified_Expression
1324 if Expression_Kind (Element) = An_Attribute_Reference then
1453 if Expression_Kind (Loop_Name) = A_Selected_Component then
1557 if Expression_Kind (Element) = A_Slice then
1655 if Expression_Kind (Return_Type) = A_Selected_Component then
1659 if Expression_Kind (Return_Type) = An_Identifier then
/dports/textproc/adabrowse/adabrowse_4.0.3/
H A Dasis2-declarations.adb65 case Expression_Kind (Expr) is
90 if Expression_Kind (Expr) = An_Operator_Symbol then
94 while Expression_Kind (Outer) = A_Parenthesized_Expression loop
158 if Expression_Kind (Expr) = A_Selected_Component then
/dports/lang/asis/asis-gpl-2016-src/tools/tool_utils/
H A Dasis_ul-global_state-data.adb304 case Expression_Kind (Tmp) is
399 elsif Expression_Kind (Identifier) = An_Identifier then
411 if Expression_Kind (Enclosing_Old) = An_Identifier then
428 if Expression_Kind (Enclosing) = A_Function_Call then
431 elsif Expression_Kind (Called_Name (Enclosing)) =
457 case Expression_Kind (Enclosing) is
H A Dasis_ul-global_state-utilities.adb154 Expression_Kind (El) = An_Allocation_From_Subtype;
347 if Expression_Kind (Result) = A_Selected_Component then
351 case Expression_Kind (Result) is
681 if Expression_Kind (Tmp) = A_Selected_Component then
685 if Expression_Kind (Tmp) = An_Identifier then
743 elsif Expression_Kind (Call) = A_Function_Call
988 if Expression_Kind (Tmp) = A_Selected_Component then
992 if Expression_Kind (Tmp) = An_Identifier then
H A Dasis_ul-utilities.adb344 if Expression_Kind (Tmp) = An_Identifier then
451 if Expression_Kind (El) = A_Selected_Component then
1050 if Expression_Kind (Call) = A_Function_Call then
1069 if Expression_Kind (Call) = A_Function_Call then
1108 if Expression_Kind (Get_Profile_From) =
1127 case Expression_Kind (Get_Profile_From) is
1246 (if Expression_Kind (Call) = A_Function_Call then
1279 if Expression_Kind (Call) = A_Function_Call then
1289 if Expression_Kind (Call) = A_Function_Call then
2206 if Expression_Kind (SM) = A_Selected_Component
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dbld.adb74 Expression_Kind : Expression_Kind_Type := Undecided; variable
478 Expression_Kind := Other;
481 Expression_Kind := Undecided;
505 if Expression_Kind = Undecided
506 or else Expression_Kind = Static_String
508 Expression_Kind := Static_String;
562 Expression_Kind := Other;
690 Expression_Kind := Other;
1447 if Expression_Kind = Static_String then
1466 if Expression_Kind /= Static_String then
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dbld.adb74 Expression_Kind : Expression_Kind_Type := Undecided; variable
478 Expression_Kind := Other;
481 Expression_Kind := Undecided;
505 if Expression_Kind = Undecided
506 or else Expression_Kind = Static_String
508 Expression_Kind := Static_String;
562 Expression_Kind := Other;
690 Expression_Kind := Other;
1447 if Expression_Kind = Static_String then
1466 if Expression_Kind /= Static_String then
[all …]
/dports/devel/matreshka/matreshka-0.7.0/tools/parser_transformer/
H A Dparser_extractor.adb157 case Asis.Elements.Expression_Kind (Choice) is
179 if Asis.Elements.Expression_Kind (Expression) = Asis.A_Selected_Component
287 case Asis.Elements.Expression_Kind (Component_1) is
310 case Asis.Elements.Expression_Kind (Component_2) is
356 case Asis.Elements.Expression_Kind (Expression) is
/dports/lang/asis/asis-gpl-2016-src/tools/gnattest/
H A Dgnattest-common.adb395 Expression_Kind (Result_Profile) = An_Attribute_Reference
486 Expression_Kind (Result_Profile) =
596 Expression_Kind (Param) = An_Attribute_Reference
657 Expression_Kind (Param) = An_Attribute_Reference
751 Expression_Kind (Param) = An_Attribute_Reference
845 Expression_Kind (Param) = An_Attribute_Reference
906 Expression_Kind (Param) = An_Attribute_Reference
1004 Expression_Kind (Param) = An_Attribute_Reference

12345