Searched defs:TYPE_CHECK (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/ | ||
H A D | tree.h | 353 #define TYPE_CHECK(tree) TREE_CLASS_CHECK (tree, 't') macro |
/openbsd/gnu/gcc/gcc/ | ||
H A D | tree.h | 848 #define TYPE_CHECK(T) TREE_CLASS_CHECK (T, tcc_type) macro |