Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/objcp/
H A Dobjcp-decl.c99 return comptypes (type1, type2, COMPARE_STRICT); in objcp_comptypes()
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dtypeck.c951 if (strict == COMPARE_STRICT
985 strict = COMPARE_STRICT;
1160 return comp_array_types (comp_target_types, ttl, ttr, COMPARE_STRICT);
H A Dcp-tree.h368 comptypes ((TYPE1), (TYPE2), COMPARE_STRICT)
3480 #define COMPARE_STRICT 0 /* Just check if the types are the macro
H A Dclass.c6323 ? COMPARE_NO_ATTRIBUTES : COMPARE_STRICT;
H A DChangeLog.27629 * cp-tree.h (COMPARE_STRICT): New macro.
/openbsd/gnu/gcc/gcc/cp/
H A Dcp-tree.h288 comptypes ((TYPE1), (TYPE2), COMPARE_STRICT)
3490 #define COMPARE_STRICT 0 /* Just check if the types are the macro
H A Dtypeck.c1016 strict = COMPARE_STRICT; in comptypes()
H A DChangeLog-1998841 * cp-tree.h (COMPARE_STRICT): New macro.