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

1 2 3 4 5 6

  /external/clang/test/CodeGen/
2002-12-15-GlobalBoolTest.c 4 _Bool X = 0;
bool-convert.c 2 // All of these should uses the memory representation of _Bool
6 struct teststruct1 {_Bool a, b;} test1;
9 _Bool* test2;
12 _Bool test3[10];
15 _Bool (*test4)[];
20 _Bool test5;
23 _Bool test6[x];
bool_test.c 4 int boolsize = sizeof(_Bool);
7 void f(_Bool *x, _Bool *y) {
_Bool-conversion.c 7 static _Bool f0_0(void *a0) { return (_Bool) a0; }
10 _Bool f1(void) {
11 return (_Bool) ({ void (*x)(); x = 0; });
bool-init.c 5 _Bool test = &test;
2003-08-17-DeadCodeShortCircuit.c 3 int test(_Bool pos, _Bool color) {
  /external/clang/test/Sema/
ppc-bool.c 3 extern __typeof(+(_Bool)0) should_be_int;
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.8/lib/gcc/aarch64-linux-android/4.8/include/
stdbool.h 33 #define bool _Bool
40 #define _Bool bool
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include/
stdbool.h 33 #define bool _Bool
40 #define _Bool bool
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
stdbool.h 33 #define bool _Bool
40 #define _Bool bool
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.8/lib/gcc/arm-linux-androideabi/4.8/include/
stdbool.h 33 #define bool _Bool
40 #define _Bool bool
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
stdbool.h 36 #define bool _Bool
43 #define _Bool bool
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
stdbool.h 36 #define bool _Bool
43 #define _Bool bool
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.8/lib/gcc/mips64el-linux-android/4.8/include/
stdbool.h 33 #define bool _Bool
40 #define _Bool bool
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include/
stdbool.h 33 #define bool _Bool
40 #define _Bool bool
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.8/lib/gcc/mipsel-linux-android/4.8/include/
stdbool.h 33 #define bool _Bool
40 #define _Bool bool
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.8/lib/gcc/x86_64-linux-android/4.8/include/
stdbool.h 33 #define bool _Bool
40 #define _Bool bool
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.8/lib/gcc/aarch64-linux-android/4.8/include/
stdbool.h 33 #define bool _Bool
40 #define _Bool bool
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include/
stdbool.h 33 #define bool _Bool
40 #define _Bool bool
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
stdbool.h 33 #define bool _Bool
40 #define _Bool bool
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.8/lib/gcc/arm-linux-androideabi/4.8/include/
stdbool.h 33 #define bool _Bool
40 #define _Bool bool
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/lib/gcc/x86_64-linux/4.6/include/
stdbool.h 33 #define bool _Bool
40 #define _Bool bool
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/lib/gcc/x86_64-linux/4.8/include/
stdbool.h 33 #define bool _Bool
40 #define _Bool bool
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
stdbool.h 33 #define bool _Bool
40 #define _Bool bool
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.8/lib/gcc/mips64el-linux-android/4.8/include/
stdbool.h 33 #define bool _Bool
40 #define _Bool bool

Completed in 1743 milliseconds

1 2 3 4 5 6