Lines Matching refs:PT
124 #define MTOKEN_KIND(PT) ((PT)->base.kind) argument
127 #define MTOKEN_SUBKIND(PT) ((PT)->base.subkind) argument
130 #define MTOKEN_CHAIN(PT) ((PT)->base.chain) argument
133 #define MTOKEN_FLAGS(PT) ((PT)->base.flags) argument
153 #define MTOKEN_VALUE(PT) ((PT)->value.value) argument
156 #define MTOKEN_VALUE_SIGNED(PT) ((PT)->value.is_signed) argument
159 #define MTOKEN_VALUE_SIZE(PT) ((PT)->value.size) argument
171 #define MTOKEN_NAME(PT) ((PT)->name.name) argument
185 #define MTOKEN_DIM_VALUE(PT) ((PT)->dim.value) argument
188 #define MTOKEN_DIM_NTTP(PT) ((PT)->dim.non_tt_param) argument
191 #define MTOKEN_DIM_NEGATE(PT) ((PT)->dim.beNegate) argument
204 #define MTOKEN_UNARY(PT) ((PT)->unary.unary) argument
218 #define MTOKEN_BINARY_LEFT(PT) ((PT)->binary.left) argument
221 #define MTOKEN_BINARY_RIGHT(PT) ((PT)->binary.right) argument