Home
last modified time | relevance | path

Searched refs:NON_TYPE_CHECK (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree.h307 #define NON_TYPE_CHECK(T) \ macro
411 #define NON_TYPE_CHECK(T) (T) macro
773 (NON_TYPE_CHECK (NODE)->base.side_effects_flag)
828 #define TREE_READONLY(NODE) (NON_TYPE_CHECK (NODE)->base.readonly_flag)
832 #define TREE_CONSTANT(NODE) (NON_TYPE_CHECK (NODE)->base.constant_flag)
DChangeLog-200622814 * tree.h (NON_TYPE_CHECK): Call tree_not_class_check_failed.
DChangeLog-201214489 (NON_TYPE_CHECK): Use inline function above instead of __extension__.
DChangeLog-200714097 GIMPLE_STMT_CHECK, NON_TYPE_CHECK, TREE_VEC_ELT_CHECK,
DChangeLog-200529991 (NON_TYPE_CHECK): Use TYPE_P instead of
DChangeLog-200436630 (NON_TYPE_CHECK): New macro.