HomeSort by relevance Sort by last modified time
    Searched refs:__WCHAR_TYPE__ (Results 1 - 25 of 67) sorted by null

1 2 3

  /external/clang/test/CodeGen/
aarch64-type-sizes.c 73 return sizeof(__WCHAR_TYPE__);
78 return (__WCHAR_TYPE__)-1 > (__WCHAR_TYPE__)0;
2003-08-21-WideString.c 4 typedef __WCHAR_TYPE__ wchar_t;
2009-07-15-pad-wchar_t-array.c 4 typedef __WCHAR_TYPE__ wchar_t;
global-init.c 36 typedef __WCHAR_TYPE__ wchar_t;
wchar-const.c 6 typedef __WCHAR_TYPE__ wchar_t;
string-literal.c 9 typedef __WCHAR_TYPE__ wchar_t;
  /ndk/tests/build/wchar_t-size/jni/
test_8bit_cplusplus_stdc_limit_macros.cpp 23 STATIC_ASSERT(sizeof(__WCHAR_TYPE__) == 1);
25 STATIC_ASSERT(sizeof(__WCHAR_TYPE__) == 4);
test_8bit.c 21 STATIC_ASSERT(sizeof(__WCHAR_TYPE__) == 1);
24 STATIC_ASSERT(sizeof(__WCHAR_TYPE__) == 4);
test_8bit_cplusplus.cpp 21 STATIC_ASSERT(sizeof(__WCHAR_TYPE__) == 1);
23 STATIC_ASSERT(sizeof(__WCHAR_TYPE__) == 4);
  /external/clang/test/Sema/
wchar.c 4 typedef __WCHAR_TYPE__ wchar_t;
  /external/clang/test/Lexer/
char-literal.cpp 5 typedef __WCHAR_TYPE__ wchar_t;
  /ndk/tests/standalone/builtin-macros/
run.sh 142 macro_check __WCHAR_TYPE__ "unsigned"
180 macro_multi_check __WCHAR_TYPE__ "long" "int"
191 macro_multi_check __WCHAR_TYPE__ "signed int" "int"
  /external/clang/lib/Headers/
stddef.h 65 typedef __WCHAR_TYPE__ wchar_t;
  /prebuilts/sdk/renderscript/clang-include/
stddef.h 65 typedef __WCHAR_TYPE__ wchar_t;
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
stddef.h 122 __WCHAR_TYPE__ have reasonable values. This can happen if the
320 #ifndef __WCHAR_TYPE__
321 #define __WCHAR_TYPE__ int
324 typedef __WCHAR_TYPE__ wchar_t;
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
stddef.h 122 __WCHAR_TYPE__ have reasonable values. This can happen if the
321 #ifndef __WCHAR_TYPE__
322 #define __WCHAR_TYPE__ int
325 typedef __WCHAR_TYPE__ wchar_t;
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/include/
stddef.h 122 __WCHAR_TYPE__ have reasonable values. This can happen if the
320 #ifndef __WCHAR_TYPE__
321 #define __WCHAR_TYPE__ int
324 typedef __WCHAR_TYPE__ wchar_t;
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include/
stddef.h 122 __WCHAR_TYPE__ have reasonable values. This can happen if the
321 #ifndef __WCHAR_TYPE__
322 #define __WCHAR_TYPE__ int
325 typedef __WCHAR_TYPE__ wchar_t;
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
stddef.h 124 __WCHAR_TYPE__ have reasonable values. This can happen if the
322 #ifndef __WCHAR_TYPE__
323 #define __WCHAR_TYPE__ int
326 typedef __WCHAR_TYPE__ wchar_t;
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
stddef.h 124 __WCHAR_TYPE__ have reasonable values. This can happen if the
322 #ifndef __WCHAR_TYPE__
323 #define __WCHAR_TYPE__ int
326 typedef __WCHAR_TYPE__ wchar_t;
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include/
stddef.h 122 __WCHAR_TYPE__ have reasonable values. This can happen if the
320 #ifndef __WCHAR_TYPE__
321 #define __WCHAR_TYPE__ int
324 typedef __WCHAR_TYPE__ wchar_t;
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/include/
stddef.h 122 __WCHAR_TYPE__ have reasonable values. This can happen if the
321 #ifndef __WCHAR_TYPE__
322 #define __WCHAR_TYPE__ int
325 typedef __WCHAR_TYPE__ wchar_t;
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/
stddef.h 122 __WCHAR_TYPE__ have reasonable values. This can happen if the
320 #ifndef __WCHAR_TYPE__
321 #define __WCHAR_TYPE__ int
324 typedef __WCHAR_TYPE__ wchar_t;
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/
stddef.h 122 __WCHAR_TYPE__ have reasonable values. This can happen if the
321 #ifndef __WCHAR_TYPE__
322 #define __WCHAR_TYPE__ int
325 typedef __WCHAR_TYPE__ wchar_t;
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
stddef.h 122 __WCHAR_TYPE__ have reasonable values. This can happen if the
320 #ifndef __WCHAR_TYPE__
321 #define __WCHAR_TYPE__ int
324 typedef __WCHAR_TYPE__ wchar_t;

Completed in 1238 milliseconds

1 2 3