Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/objcp/
Dobjcp-decl.cc93 return comptypes (type1, type2, COMPARE_STRICT); in objcp_comptypes()
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
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()
Dcp-tree.h760 comptypes ((TYPE1), (TYPE2), COMPARE_STRICT)
5933 #define COMPARE_STRICT 0 /* Just check if the types are the macro
DChangeLog-20131987 * typeck.c (ptr_reasonably_similar): Use COMPARE_STRICT if either
DChangeLog-1998841 * cp-tree.h (COMPARE_STRICT): New macro.
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-200430178 (COMPARE_STRICT): Remove.