Home
last modified time | relevance | path

Searched refs:COMPARE_BASE (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcvt.c497 COMPARE_BASE | COMPARE_DERIVED))) in convert_to_reference()
H A Dtypeck.c1346 if ((strict & COMPARE_BASE) && DERIVED_FROM_P (t1, t2)) in structural_comptypes()
7851 COMPARE_BASE | COMPARE_DERIVED))) in build_reinterpret_cast_1()
10324 COMPARE_BASE | COMPARE_DERIVED)) in ptr_reasonably_similar()
10345 b ? COMPARE_STRICT : COMPARE_BASE | COMPARE_DERIVED); in ptr_reasonably_similar()
H A Dcp-tree.h5700 #define COMPARE_BASE 1 /* Check to see if the second type is macro
5729 comptypes ((TYPE1), (TYPE2), COMPARE_BASE)
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcvt.cc497 COMPARE_BASE | COMPARE_DERIVED))) in convert_to_reference()
H A Dtypeck.cc1378 if ((strict & COMPARE_BASE) && DERIVED_FROM_P (t1, t2)) in structural_comptypes()
8388 COMPARE_BASE | COMPARE_DERIVED))) in build_reinterpret_cast_1()
10931 COMPARE_BASE | COMPARE_DERIVED)) in ptr_reasonably_similar()
10952 b ? COMPARE_STRICT : COMPARE_BASE | COMPARE_DERIVED); in ptr_reasonably_similar()
H A Dcp-tree.h5935 #define COMPARE_BASE 1 /* Check to see if the second type is macro
5966 comptypes ((TYPE1), (TYPE2), COMPARE_BASE)
H A DChangeLog-1998842 (COMPARE_BASE): Likewise.