Home
last modified time | relevance | path

Searched refs:Is_Single_Aggregate (Results 1 – 24 of 24) sorted by relevance

/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ada/
H A Dsem_aggr.ads41 function Is_Single_Aggregate (Aggr : Node_Id) return Boolean; subprogspec
H A Dfe.h260 #define Is_Single_Aggregate sem_aggr__is_single_aggregate macro
262 extern Boolean Is_Single_Aggregate (Node_Id);
H A Dsem_aggr.adb736 function Is_Single_Aggregate (Aggr : Node_Id) return Boolean is subprogram
743 end Is_Single_Aggregate; argument
H A Dexp_aggr.adb414 and then Is_Single_Aggregate (Aggr)
H A DChangeLog-202013786 * sem_aggr.ads (Is_Single_Aggregate): New function.
13788 (Is_Single_Aggregate): New function to recognize an aggregate with
13791 (Is_Single_Aggregate): New declaration.
13793 Is_Single_Aggregate instead of Is_Others_Aggregate.
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/
H A Dsem_aggr.ads41 function Is_Single_Aggregate (Aggr : Node_Id) return Boolean; subprogspec
H A Dfe.h276 #define Is_Single_Aggregate sem_aggr__is_single_aggregate macro
278 extern Boolean Is_Single_Aggregate (Node_Id);
H A Dsem_aggr.adb749 function Is_Single_Aggregate (Aggr : Node_Id) return Boolean is subprogram
756 end Is_Single_Aggregate; argument
H A Dexp_aggr.adb402 and then Is_Single_Aggregate (Aggr)
H A DChangeLog-202013786 * sem_aggr.ads (Is_Single_Aggregate): New function.
13788 (Is_Single_Aggregate): New function to recognize an aggregate with
13791 (Is_Single_Aggregate): New declaration.
13793 Is_Single_Aggregate instead of Is_Others_Aggregate.
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/ada/
H A Dsem_aggr.ads41 function Is_Single_Aggregate (Aggr : Node_Id) return Boolean; subprogspec
H A Dfe.h260 #define Is_Single_Aggregate sem_aggr__is_single_aggregate macro
262 extern Boolean Is_Single_Aggregate (Node_Id);
H A Dsem_aggr.adb736 function Is_Single_Aggregate (Aggr : Node_Id) return Boolean is subprogram
743 end Is_Single_Aggregate; argument
H A Dexp_aggr.adb414 and then Is_Single_Aggregate (Aggr)
H A DChangeLog-202013786 * sem_aggr.ads (Is_Single_Aggregate): New function.
13788 (Is_Single_Aggregate): New function to recognize an aggregate with
13791 (Is_Single_Aggregate): New declaration.
13793 Is_Single_Aggregate instead of Is_Others_Aggregate.
/dports/lang/gcc11/gcc-11.2.0/gcc/ada/
H A Dsem_aggr.ads41 function Is_Single_Aggregate (Aggr : Node_Id) return Boolean; subprogspec
H A Dfe.h260 #define Is_Single_Aggregate sem_aggr__is_single_aggregate macro
262 extern Boolean Is_Single_Aggregate (Node_Id);
H A Dsem_aggr.adb736 function Is_Single_Aggregate (Aggr : Node_Id) return Boolean is subprogram
743 end Is_Single_Aggregate; argument
H A Dexp_aggr.adb414 and then Is_Single_Aggregate (Aggr)
H A DChangeLog-202013786 * sem_aggr.ads (Is_Single_Aggregate): New function.
13788 (Is_Single_Aggregate): New function to recognize an aggregate with
13791 (Is_Single_Aggregate): New declaration.
13793 Is_Single_Aggregate instead of Is_Others_Aggregate.
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ada/gcc-interface/
H A Dtrans.c7274 && Is_Single_Aggregate (gnat_inner); in gnat_to_gnu()
7284 && Is_Single_Aggregate (gnat_temp)); in gnat_to_gnu()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/ada/gcc-interface/
H A Dtrans.c7274 && Is_Single_Aggregate (gnat_inner); in gnat_to_gnu()
7284 && Is_Single_Aggregate (gnat_temp)); in gnat_to_gnu()
/dports/lang/gcc11/gcc-11.2.0/gcc/ada/gcc-interface/
H A Dtrans.c7274 && Is_Single_Aggregate (gnat_inner); in gnat_to_gnu()
7284 && Is_Single_Aggregate (gnat_temp)); in gnat_to_gnu()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/gcc-interface/
H A Dtrans.c7376 && Is_Single_Aggregate (gnat_inner); in gnat_to_gnu()
7386 && Is_Single_Aggregate (gnat_temp)); in gnat_to_gnu()