Searched refs:COMPARE_STRICT (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/objcp/ |
| H A D | objcp-decl.cc | 93 return comptypes (type1, type2, COMPARE_STRICT); in objcp_comptypes()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/objcp/ |
| H A D | objcp-decl.c | 93 return comptypes (type1, type2, COMPARE_STRICT); in objcp_comptypes()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | typeck.c | 1335 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 D | cp-tree.h | 730 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 D | typeck.cc | 1367 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 D | cp-tree.h | 760 comptypes ((TYPE1), (TYPE2), COMPARE_STRICT) 5933 #define COMPARE_STRICT 0 /* Just check if the types are the macro
|
| H A D | ChangeLog-2013 | 1987 * typeck.c (ptr_reasonably_similar): Use COMPARE_STRICT if either
|
| H A D | ChangeLog-1998 | 841 * cp-tree.h (COMPARE_STRICT): New macro.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ChangeLog-2004 | 30178 (COMPARE_STRICT): Remove.
|