Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/cp/
H A Dcvt.c517 COMPARE_BASE | COMPARE_DERIVED))) in convert_to_reference()
H A Dtypeck.c1044 if ((strict & COMPARE_BASE) && DERIVED_FROM_P (t1, t2)) in comptypes()
5290 COMPARE_BASE | COMPARE_DERIVED))) in build_reinterpret_cast_1()
7061 COMPARE_BASE | COMPARE_DERIVED)) in ptr_reasonably_similar()
7078 COMPARE_BASE | COMPARE_DERIVED); in ptr_reasonably_similar()
H A Dcp-tree.h3532 #define COMPARE_BASE 1 /* Check to see if the second type is macro
3559 comptypes ((TYPE1), (TYPE2), COMPARE_BASE)
H A DChangeLog-1998842 (COMPARE_BASE): Likewise.