Home
last modified time | relevance | path

Searched refs:COMPARE_STRICT (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/objcp/
H A Dobjcp-decl.cc93 return comptypes (type1, type2, COMPARE_STRICT); in objcp_comptypes()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objcp/
H A Dobjcp-decl.c93 return comptypes (type1, type2, COMPARE_STRICT); in objcp_comptypes()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck.c1335 strict = COMPARE_STRICT; in structural_comptypes()
1534 if (strict == COMPARE_STRICT && comparing_specializations in comptypes()
1539 if (strict == COMPARE_STRICT) in comptypes()
1579 return structural_comptypes (t1, t2, COMPARE_STRICT); in comptypes()
10345 b ? COMPARE_STRICT : COMPARE_BASE | COMPARE_DERIVED); in ptr_reasonably_similar()
H A Dcp-tree.h730 comptypes ((TYPE1), (TYPE2), COMPARE_STRICT)
5698 #define COMPARE_STRICT 0 /* Just check if the types are the macro
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck.cc1367 strict = COMPARE_STRICT; in structural_comptypes()
1542 if (strict == COMPARE_STRICT) in comptypes()
1576 return structural_comptypes (t1, t2, COMPARE_STRICT); in comptypes()
10952 b ? COMPARE_STRICT : COMPARE_BASE | COMPARE_DERIVED); in ptr_reasonably_similar()
H A Dcp-tree.h760 comptypes ((TYPE1), (TYPE2), COMPARE_STRICT)
5933 #define COMPARE_STRICT 0 /* Just check if the types are the macro
H A DChangeLog-20131987 * typeck.c (ptr_reasonably_similar): Use COMPARE_STRICT if either
H A DChangeLog-1998841 * cp-tree.h (COMPARE_STRICT): New macro.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200430178 (COMPARE_STRICT): Remove.