Home
last modified time | relevance | path

Searched full:__ap (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/
H A Dtime.h346 const string_type* __ap = this->__am_pm(); in __get_am_pm() local
347 if (__ap[0].size() + __ap[1].size() == 0) { in __get_am_pm()
351 ptrdiff_t __i = std::__scan_keyword(__b, __e, __ap, __ap + 2, __ct, __err, false) - __ap; in __get_am_pm()
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__locale_dir/locale_base_api/
H A Dwin32.h230 …XPORTED_FROM_ABI int vasprintf_l(char** __ret, locale_t __loc, const char* __format, va_list __ap);
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dlocale1789 const string_type* __ap = this->__am_pm();
1790 if (__ap[0].size() + __ap[1].size() == 0) {
1794 ptrdiff_t __i = std::__scan_keyword(__b, __e, __ap, __ap + 2, __ct, __err, false) - __ap;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp10030 // void * __ap; in CreateAAPCSABIBuiltinVaListDecl()
10035 &Context->Idents.get("__ap"), in CreateAAPCSABIBuiltinVaListDecl()