Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dc-tree.h253 #define c_build_type_variant(TYPE, CONST_P, VOLATILE_P) \ argument
255 ((CONST_P) ? TYPE_QUAL_CONST : 0) | \
H A Dtree.h2436 #define build_type_variant(TYPE, CONST_P, VOLATILE_P) \ argument
2438 ((CONST_P) ? TYPE_QUAL_CONST : 0) \
/openbsd-src/gnu/gcc/gcc/
H A Dc-tree.h519 #define c_build_type_variant(TYPE, CONST_P, VOLATILE_P) \ argument
521 ((CONST_P) ? TYPE_QUAL_CONST : 0) | \
H A Dtree.h3771 #define build_type_variant(TYPE, CONST_P, VOLATILE_P) \ argument
3773 ((CONST_P) ? TYPE_QUAL_CONST : 0) \