Home
last modified time | relevance | path

Searched refs:TYPE_DEPENDENT_P (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/gcc/cp/
H A Dcp-tree.h909 #define TYPE_DEPENDENT_P(NODE) TYPE_LANG_FLAG_0 (NODE) macro
H A Dpt.c12832 TYPE_DEPENDENT_P (type) = dependent_type_p_r (type); in dependent_type_p()
12836 return TYPE_DEPENDENT_P (type); in dependent_type_p()
H A DChangeLog-20036056 (TYPE_DEPENDENT_P): New macro.