Home
last modified time | relevance | path

Searched refs:TFF_POINTER (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Derror.c919 flags |= TFF_POINTER; in dump_type_suffix()
941 && (flags & TFF_POINTER)); in dump_type_suffix()
H A Dcp-tree.h5824 #define TFF_POINTER (1 << 14) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Derror.cc1005 flags |= TFF_POINTER; in dump_type_suffix()
1027 && (flags & TFF_POINTER)); in dump_type_suffix()
H A Dcp-tree.h6056 #define TFF_POINTER (1 << 14) macro
H A DChangeLog-20141327 * cp-tree.h (TFF_POINTER): Add.