Home
last modified time | relevance | path

Searched refs:BITS_PER_CPPCHAR_T (Results 1 – 8 of 8) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/libcpp/
H A Dcharset.c820 width = MIN (width, BITS_PER_CPPCHAR_T); in width_to_mask()
1499 if (width < BITS_PER_CPPCHAR_T) in narrow_str_to_charconst()
1526 if (width < BITS_PER_CPPCHAR_T) in narrow_str_to_charconst()
1577 if (width < BITS_PER_CPPCHAR_T) in wide_str_to_charconst()
H A Dinit.c541 if (CPP_OPTION (pfile, wchar_precision) > BITS_PER_CPPCHAR_T) in sanity_checks()
545 (unsigned long) BITS_PER_CPPCHAR_T, in sanity_checks()
H A Dinternal.h54 #define BITS_PER_CPPCHAR_T (CHAR_BIT * sizeof (cppchar_t)) macro
H A Dexpr.c948 if (PART_PRECISION > BITS_PER_CPPCHAR_T) in eval_token()
950 >> (PART_PRECISION - BITS_PER_CPPCHAR_T)); in eval_token()
/dflybsd-src/contrib/gcc-8.0/libcpp/
H A Dcharset.c865 width = MIN (width, BITS_PER_CPPCHAR_T); in width_to_mask()
1817 if (width < BITS_PER_CPPCHAR_T) in narrow_str_to_charconst()
1844 if (width < BITS_PER_CPPCHAR_T) in narrow_str_to_charconst()
1895 if (width < BITS_PER_CPPCHAR_T) in wide_str_to_charconst()
H A Dinit.c594 if (CPP_OPTION (pfile, wchar_precision) > BITS_PER_CPPCHAR_T) in sanity_checks()
598 (unsigned long) BITS_PER_CPPCHAR_T, in sanity_checks()
H A Dinternal.h53 #define BITS_PER_CPPCHAR_T (CHAR_BIT * sizeof (cppchar_t)) macro
H A Dexpr.c1160 if (PART_PRECISION > BITS_PER_CPPCHAR_T) in eval_token()
1162 >> (PART_PRECISION - BITS_PER_CPPCHAR_T)); in eval_token()