Home
last modified time | relevance | path

Searched refs:Is_Unchecked_Union (Results 1 – 25 of 615) sorted by path

12345678910>>...25

/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A DChangeLog-20054709 (Preserve_Full_Attributes): Propagate Is_Unchecked_Union attribute from
H A DChangeLog-20063558 (Is_Unchecked_Union): Check flag on Implementation_Base_Type.
H A Dchecks.adb1539 if Is_Unchecked_Union (Base_Type (T_Typ)) then
3433 and then Is_Unchecked_Union (Expr_Type)
3809 if Is_Unchecked_Union (Base_Type (T_Typ)) then
5348 if Is_Unchecked_Union (E) then
H A Deinfo.adb2681 function Is_Unchecked_Union (Id : E) return B is subprogram
2684 end Is_Unchecked_Union;
H A Deinfo.ads7330 function Is_Unchecked_Union (Id : E) return B; subprogspec
8884 pragma Inline (Is_Unchecked_Union);
H A Dexp_aggr.adb3381 and then not Is_Unchecked_Union (Base_Type (Typ))
3395 and then not Is_Unchecked_Union (Base_Type (Typ))
H A Dexp_attr.adb483 or else Is_Unchecked_Union (R_Type)
574 and then Is_Unchecked_Union (R_Type)
3916 if Is_Unchecked_Union (Base_Type (U_Type))
5003 if Is_Unchecked_Union (Base_Type (U_Type))
5554 if Is_Unchecked_Union (Base_Type (U_Type)) then
7269 if Is_Unchecked_Union (Base_Type (U_Type)) then
H A Dexp_ch3.adb1027 if Present (V) and then not Is_Unchecked_Union (Rec_Id) then
1980 and then not Is_Unchecked_Union (Rec_Type)
3586 and then not Is_Unchecked_Union (Rec_Id))
3682 and then not Is_Unchecked_Union (Rec_Type)
3693 or else Is_Unchecked_Union (Rec_Type)
4285 and then not Is_Unchecked_Union (Typ)
4327 if Is_Unchecked_Union (Typ) then
4992 and then not Is_Unchecked_Union (Typ)
9144 if Is_Unchecked_Union (E) then
H A Dexp_ch4.adb2511 if Is_Unchecked_Union (Full_Type) then
6211 elsif Is_Unchecked_Union (Base_Type (Typ))
7233 if Is_Unchecked_Union (Op_Type) then
7318 if Is_Unchecked_Union (Scope (Entity (Selector_Name (Lhs))))
7373 if Is_Unchecked_Union
7497 return Is_Unchecked_Union (Base_Type (Etype (Sindic)));
7815 elsif Is_Unchecked_Union (Typl) then
11675 and then Is_Unchecked_Union (Base_Type (Operand_Type))
11677 and then not Is_Unchecked_Union (Base_Type (Target_Type))
12456 return Is_Unchecked_Union (Etype (Subtype_Mark (N)))
[all …]
H A Dexp_ch5.adb1596 and then Is_Unchecked_Union (Base_Type (L_Typ))
1620 if Is_Unchecked_Union (Base_Type (R_Typ)) then
1708 if Is_Unchecked_Union (R_Typ) then
H A Dexp_ch6.adb2956 elsif Is_Unchecked_Union (Base_Type (Etype (Actual))) then
H A Dexp_strm.adb907 if Is_Unchecked_Union (Typ) then
1051 if Is_Unchecked_Union (Typ) then
1295 if Is_Unchecked_Union (Typ) then
1454 if Is_Unchecked_Union (Scope (Entity (Name (VP)))) then
H A Dexp_util.adb5174 or else Is_Unchecked_Union (Underlying_Type (Unc_Type)))
H A Dfreeze.adb2431 and then not Is_Unchecked_Union (Rec_Type)
H A Drepinfo.adb890 and then Is_Unchecked_Union (Ent)
985 and then Is_Unchecked_Union (Ent)
H A Dsem_ch12.adb13093 if Is_Unchecked_Union (Base_Type (Act_T)) then
13096 and then Is_Unchecked_Union (A_Gen_T))
H A Dsem_ch13.adb1152 if not Is_Unchecked_Union (Par) then
7124 and then Is_Unchecked_Union (Rectype)
7316 and then (not Is_Unchecked_Union (Rectype)
H A Dsem_ch3.adb4548 elsif Is_Unchecked_Union (T) then
H A Dsem_ch4.adb4805 if Is_Unchecked_Union (Base_Type (Prefix_Type)) then
H A Dsem_ch5.adb317 and then not Is_Unchecked_Union (Opnd_Type)
H A Dsem_ch6.adb7970 if Is_Unchecked_Union (Base_Type (Formal_Type)) then
11827 and then not Is_Unchecked_Union (T)
H A Dsem_ch7.adb1409 Is_Unchecked_Union (Full_View (Defining_Identifier (Decl)))
2676 if Is_Unchecked_Union (Full) then
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/gcc-interface/
H A Ddecl.c2999 const bool is_unchecked_union = Is_Unchecked_Union (gnat_entity); in gnat_to_gnu_entity()
3305 && Is_Unchecked_Union (gnat_entity) in gnat_to_gnu_entity()
3306 == Is_Unchecked_Union (gnat_parent_type) in gnat_to_gnu_entity()
3431 && !Is_Unchecked_Union (gnat_base_type)) in gnat_to_gnu_entity()
3523 && !Is_Unchecked_Union (gnat_base_type)) in gnat_to_gnu_entity()
8356 && !Is_Unchecked_Union (Scope (gnat_field)))) in annotate_rep()
9402 if (Is_Unchecked_Union (record_type)) in is_stored_discriminant()
H A Dtrans.c9758 && Is_Unchecked_Union (gnat_entity)) in assoc_to_constructor()
H A Dutils.c5410 if (!Is_Unchecked_Union (gnat_type)) in tree_code_for_record_type()

12345678910>>...25