Home
last modified time | relevance | path

Searched defs:CONST_CAST_TREE (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dsystem.h976 #define CONST_CAST_TREE(X) CONST_CAST(union tree_node *, (X)) macro
/dragonfly/contrib/gcc-8.0/gcc/
H A Dsystem.h1133 #define CONST_CAST_TREE(X) CONST_CAST (union tree_node *, (X)) macro