Searched refs:__pe (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Headers/ |
| H A D | arm_cmse.h | 136 void *__pe = (void *)__end; in cmse_check_address_range() local 141 __perme = __single_check ? __permb : cmse_TT(__pe); in cmse_check_address_range() 145 __perme = __single_check ? __permb : cmse_TTT(__pe); in cmse_check_address_range() 150 __perme = __single_check ? __permb : cmse_TTA(__pe); in cmse_check_address_range() 154 __perme = __single_check ? __permb : cmse_TTAT(__pe); in cmse_check_address_range()
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__string/ |
| H A D | char_traits.h | 439 const _CharT* __pe = __p + __sz; 440 for (const _CharT* __ps = __p + __pos; __ps != __pe; ++__ps) 451 const _CharT* __pe = __p + __sz; 452 for (const _CharT* __ps = __p + __pos; __ps != __pe; ++__ps)
|
| /freebsd/contrib/llvm-project/libcxx/include/__string/ |
| H A D | char_traits.h | 480 const _CharT* __pe = __p + __sz; 481 for (const _CharT* __ps = __p + __pos; __ps != __pe; ++__ps) 492 const _CharT* __pe = __p + __sz; 493 for (const _CharT* __ps = __p + __pos; __ps != __pe; ++__ps)
|
| /freebsd/contrib/llvm-project/libcxx/include/__locale_dir/ |
| H A D | time.h | 678 …__s, ios_base& __iob, char_type __fl, const tm* __tm, const char_type* __pb, const char_type* __pe) 702 …__s, ios_base& __iob, char_type __fl, const tm* __tm, const char_type* __pb, const char_type* __pe) in put() argument 705 for (; __pb != __pe; ++__pb) { in put() 707 if (++__pb == __pe) { in put() 714 if (++__pb == __pe) { in put()
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | locale | 2124 …__s, ios_base& __iob, char_type __fl, const tm* __tm, const char_type* __pb, const char_type* __pe) 2148 …__s, ios_base& __iob, char_type __fl, const tm* __tm, const char_type* __pb, const char_type* __pe) 2151 for (; __pb != __pe; ++__pb) { 2153 if (++__pb == __pe) { 2160 if (++__pb == __pe) {
|