Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
HDtree.h4667 #define build_type_variant(TYPE, CONST_P, VOLATILE_P) \ argument
4669 ((CONST_P) ? TYPE_QUAL_CONST : 0) \
/dragonfly/contrib/gcc-8.0/gcc/
HDtree.h4379 #define build_type_variant(TYPE, CONST_P, VOLATILE_P) \ argument
4381 ((CONST_P) ? TYPE_QUAL_CONST : 0) \