Searched refs:BT_FIRST_USER (Results 1 – 4 of 4) sorted by relevance
1045 if (node->value.builtin < BT_FIRST_USER in lazy_hex_fp_value()1046 || (int) node->value.builtin >= BT_FIRST_USER + lazy_hex_fp_value_count) in lazy_hex_fp_value()1049 idx = node->value.builtin - BT_FIRST_USER; in lazy_hex_fp_value()1099 = (enum cpp_builtin_type) (BT_FIRST_USER + lazy_hex_fp_value_count); in builtin_define_with_hex_fp_value()
1595 if (node->value.builtin < BT_FIRST_USER in lazy_hex_fp_value()1596 || (int) node->value.builtin >= BT_FIRST_USER + lazy_hex_fp_value_count) in lazy_hex_fp_value()1599 idx = node->value.builtin - BT_FIRST_USER; in lazy_hex_fp_value()1649 = (enum cpp_builtin_type) (BT_FIRST_USER + lazy_hex_fp_value_count); in builtin_define_with_hex_fp_value()
635 BT_FIRST_USER, /* User defined builtin macros. */ enumerator636 BT_LAST_USER = BT_FIRST_USER + 31
721 BT_FIRST_USER, /* User defined builtin macros. */ enumerator722 BT_LAST_USER = BT_FIRST_USER + 63