HomeSort by relevance Sort by last modified time
    Searched refs:char32_t (Results 101 - 125 of 234) sorted by null

1 2 3 45 6 7 8 910

  /external/clang/test/Lexer/
cxx0x_keyword_as_cxx98.cpp 30 int char32_t; // expected-warning {{'char32_t' is a keyword in C++11}} variable
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.operations/atomics.types.operations.req/
atomic_exchange.pass.cpp 66 test<char32_t>();
atomic_exchange_explicit.pass.cpp 68 test<char32_t>();
atomic_fetch_and.pass.cpp 60 test<char32_t>();
atomic_fetch_and_explicit.pass.cpp 62 test<char32_t>();
atomic_fetch_or.pass.cpp 60 test<char32_t>();
atomic_fetch_or_explicit.pass.cpp 62 test<char32_t>();
atomic_fetch_xor.pass.cpp 60 test<char32_t>();
atomic_fetch_xor_explicit.pass.cpp 62 test<char32_t>();
atomic_init.pass.cpp 64 test<char32_t>();
atomic_load.pass.cpp 64 test<char32_t>();
atomic_load_explicit.pass.cpp 64 test<char32_t>();
atomic_store.pass.cpp 64 test<char32_t>();
atomic_store_explicit.pass.cpp 64 test<char32_t>();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits.members/
digits.pass.cpp 36 test<char32_t, 32>();
digits10.pass.cpp 40 test<char32_t, 9>();
epsilon.pass.cpp 37 test<char32_t>(0);
infinity.pass.cpp 39 test<char32_t>(0);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/
ctor_char32_t.pass.cpp 12 // template <> class codecvt<char32_t, char, mbstate_t>
21 typedef std::codecvt<char32_t, char, std::mbstate_t> F;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
char32_t_in.pass.cpp 12 // template <> class codecvt<char32_t, char, mbstate_t>
23 typedef std::codecvt<char32_t, char, std::mbstate_t> F;
char32_t_out.pass.cpp 12 // template <> class codecvt<char32_t, char, mbstate_t>
25 typedef std::codecvt<char32_t, char, std::mbstate_t> F;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
atomicfwd_cxx.h 105 typedef __atomic_base<char32_t> atomic_char32_t;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
atomicfwd_cxx.h 105 typedef __atomic_base<char32_t> atomic_char32_t;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
atomicfwd_cxx.h 105 typedef __atomic_base<char32_t> atomic_char32_t;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
atomicfwd_cxx.h 105 typedef __atomic_base<char32_t> atomic_char32_t;

Completed in 277 milliseconds

1 2 3 45 6 7 8 910