Home
last modified time | relevance | path

Searched refs:CONST_P (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dc-tree.h530 #define c_build_type_variant(TYPE, CONST_P, VOLATILE_P) \ argument
532 ((CONST_P) ? TYPE_QUAL_CONST : 0) | \
H A Dtree.h3853 #define build_type_variant(TYPE, CONST_P, VOLATILE_P) \ argument
3855 ((CONST_P) ? TYPE_QUAL_CONST : 0) \