Home
last modified time | relevance | path

Searched refs:base_types (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/gcc/cp/
H A Dclass.c1806 tree types, base_types; in same_signature_p() local
1808 base_types = TYPE_ARG_TYPES (TREE_TYPE (base_fndecl)); in same_signature_p()
1809 if ((TYPE_QUALS (TREE_TYPE (TREE_VALUE (base_types))) in same_signature_p()
1811 && compparms (TREE_CHAIN (base_types), TREE_CHAIN (types))) in same_signature_p()
/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DDwarf.def237 HANDLE_DW_AT(0x35, base_types, 2, DWARF)
/freebsd-12.1/contrib/gcc/
H A DChangeLog-200425758 (struct tree_binfo): Rename base_types to base_binfos.