Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-core.h146 #define CODE_CONTAINS_STRUCT(CODE, STRUCT) \ macro
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree.h51 #define CODE_CONTAINS_STRUCT(CODE, STRUCT) (tree_contains_struct[(CODE)][(STRUCT)]) macro