Searched defs:toupper (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/lookup/
H A Dbuiltin2.C13 template< typename a > a toupper(a,int){} function in namespace:std
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/cpp/
H A Dmacro1.c23 int toupper(int x) {return x + 32;} function
58 #define toupper(c) __tobody (c, toupper) macro
/haiku-buildtools/gcc/include/
H A Dsafe-ctype.h145 #undef toupper macro
146 #define toupper(c) do_not_use_toupper_with_safe_ctype macro
/haiku-buildtools/binutils/include/
H A Dsafe-ctype.h145 #undef toupper macro
146 #define toupper(c) do_not_use_toupper_with_safe_ctype macro
/haiku-buildtools/legacy/gcc/texinfo/makeinfo/
H A Dmakeinfo.h128 #define toupper(c) ((c) - 32) macro
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dlocale_facets.h232 toupper(char_type __c) const function in class:__ctype_abstract_base
247 toupper(char_type *__lo, const char_type* __hi) const function in class:__ctype_abstract_base
802 toupper(char_type __c) const function in class:ctype
819 toupper(char_type *__lo, const char_type* __hi) const function in class:ctype
2639 toupper(_CharT __c, const locale& __loc) function

Completed in 59 milliseconds