Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/cp/
H A Dcvt.c517 COMPARE_BASE | COMPARE_DERIVED))) in convert_to_reference()
H A Dtypeck.c1029 else if ((strict & COMPARE_DERIVED) && DERIVED_FROM_P (t2, t1)) 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.h3494 #define COMPARE_DERIVED 2 /* Like COMPARE_BASE, but in macro
H A DChangeLog-20033900 (COMPARE_DERIVED): ... here. Adjust comment.