Lines Matching refs:Function_Id

88       Function_Id   : Entity_Id;
101 Function_Id : Entity_Id;
125 Function_Id : Entity_Id;
281 Function_Id : Entity_Id;
292 Obj_Acc_Formal := Build_In_Place_Formal (Function_Id, BIP_Object_Access);
334 Function_Id : Entity_Id;
352 if Is_Constrained (Underlying_Type (Etype (Function_Id)))
353 and then not Is_Tagged_Type (Underlying_Type (Etype (Function_Id)))
362 Alloc_Form_Formal := Build_In_Place_Formal (Function_Id, BIP_Alloc_Form);
389 Pool_Formal := Build_In_Place_Formal (Function_Id, BIP_Storage_Pool);
546 Function_Id : Entity_Id;
552 Available_View (Etype (Function_Id));
581 Master_Formal := Build_In_Place_Formal (Function_Id, BIP_Task_Master);
592 Build_In_Place_Formal (Function_Id, BIP_Activation_Chain);
7402 Function_Id : Entity_Id; variable
7422 Function_Id := Entity (Name (Exp_Node));
7428 Function_Id := Etype (Name (Exp_Node));
7433 Function_Id := Etype (Entity (Selector_Name (Name (Exp_Node))));
7440 Result : constant Boolean := Is_Build_In_Place_Function (Function_Id);
7832 Function_Id : Entity_Id; variable
7860 Function_Id := Entity (Name (Func_Call));
7863 Function_Id := Etype (Name (Func_Call));
7869 Result_Subt := Available_View (Etype (Function_Id));
8039 (Func_Call, Function_Id, Alloc_Form, Pool_Actual => Pool);
8042 (Func_Call, Function_Id, Acc_Type);
8045 (Func_Call, Function_Id, Master_Actual => Master_Id (Acc_Type),
8054 (Func_Call, Function_Id, Return_Obj_Actual);
8072 Function_Id : Entity_Id; variable
8093 Function_Id := Entity (Name (Func_Call));
8096 Function_Id := Etype (Name (Func_Call));
8102 Result_Subt := Etype (Function_Id);
8168 (Func_Call, Function_Id, Alloc_Form => Caller_Allocation);
8171 (Func_Call, Function_Id);
8174 (Func_Call, Function_Id, Make_Identifier (Loc, Name_uMaster));
8180 (Func_Call, Function_Id, New_Occurrence_Of (Return_Obj_Id, Loc));
8192 (Func_Call, Function_Id, Alloc_Form => Secondary_Stack);
8195 (Func_Call, Function_Id);
8198 (Func_Call, Function_Id, Make_Identifier (Loc, Name_uMaster));
8204 (Func_Call, Function_Id, Empty);
8343 Function_Id : constant Entity_Id := Get_Function_Id (Func_Call); constant
8349 Result_Subt : constant Entity_Id := Etype (Function_Id);
8526 Function_Id => Function_Id,
8537 (Func_Call, Function_Id, Alloc_Form => Caller_Allocation);
8555 (Function_Id, BIP_Object_Access)),
8580 (Func_Call, Function_Id, Alloc_Form => Caller_Allocation);
8591 (Func_Call, Function_Id, Alloc_Form => Global_Heap);
8618 (Func_Call, Function_Id, Alloc_Form => Secondary_Stack);
8630 Func_Id => Function_Id,
8640 (Func_Call, Function_Id,
8647 (Func_Call, Function_Id, Make_Identifier (Loc, Name_uMaster));
8652 Function_Id,
8942 Function_Id : constant Entity_Id := Entity (Name (Function_Call)); constant
8943 Result_Subt : constant Entity_Id := Available_View (Etype (Function_Id));
8952 pragma Assert (Convention (Function_Id) = Convention_CPP
8953 and then Is_Constructor (Function_Id));
9002 Typ => Etype (Function_Id),