Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dcvt.c521 COMPARE_BASE | COMPARE_RELAXED )))
H A Dtypeck.c996 if ((strict & COMPARE_BASE) && DERIVED_FROM_P (t1, t2))
6487 COMPARE_BASE | COMPARE_RELAXED))
6500 COMPARE_BASE | COMPARE_RELAXED);
H A Dcp-tree.h3482 #define COMPARE_BASE 1 /* Check to see if the second type is macro
3517 comptypes ((TYPE1), (TYPE2), COMPARE_BASE)
H A DChangeLog.27630 (COMPARE_BASE): Likewise.
/openbsd/gnu/gcc/gcc/cp/
H A Dcvt.c517 COMPARE_BASE | COMPARE_DERIVED))) in convert_to_reference()
H A Dtypeck.c1027 if ((strict & COMPARE_BASE) && DERIVED_FROM_P (t1, t2)) in comptypes()
5157 COMPARE_BASE | COMPARE_DERIVED))) in build_reinterpret_cast_1()
6747 COMPARE_BASE | COMPARE_DERIVED)) in ptr_reasonably_similar()
6764 COMPARE_BASE | COMPARE_DERIVED); in ptr_reasonably_similar()
H A Dcp-tree.h3492 #define COMPARE_BASE 1 /* Check to see if the second type is macro
3519 comptypes ((TYPE1), (TYPE2), COMPARE_BASE)
H A DChangeLog-1998842 (COMPARE_BASE): Likewise.