Home
last modified time | relevance | path

Searched defs:Analyze_Subprogram_Body_Contract (Results 1 – 2 of 2) sorted by last modified time

/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/
H A Dsem_ch6.adb2033 procedure Analyze_Subprogram_Body_Contract (Body_Id : Entity_Id) is subprogram
2034 Body_Decl : constant Node_Id := Parent (Parent (Body_Id));
2035 Spec_Id : constant Entity_Id := Corresponding_Spec (Body_Decl);
2036 Prag : Node_Id;
2037 Ref_Depends : Node_Id := Empty;
2038 Ref_Global : Node_Id := Empty;
H A Dsem_ch6.ads48 procedure Analyze_Subprogram_Body_Contract (Body_Id : Entity_Id); subprogspec