/external/bison/lib/ |
stdbool.in.h | 39 - <stdbool.h> must be #included before the '_Bool' type can be used. 41 - You cannot assume that _Bool is a typedef; it might be a macro. 46 - In C99, casts and automatic conversions to '_Bool' or 'bool' are 50 give the expected result when converted to _Bool' or 'bool'. 52 - C99 allows the use of (_Bool)0.0 in constant expressions, but 55 Also, it is suggested that programs use 'bool' rather than '_Bool'; 64 # include <OS.h> /* defines bool but not _Bool */ 70 # define _Bool bool 75 /* If the compiler already has both 'bool' and '_Bool', we can assume they 78 typedef bool _Bool; [all...] |
/external/chromium_org/third_party/mesa/src/include/c99/ |
stdbool.h | 35 #define bool _Bool 37 /* For compilers that don't have the builtin _Bool type. */ 40 typedef unsigned char _Bool;
|
/external/clang/lib/Headers/ |
stdbool.h | 31 #define bool _Bool 35 /* Define _Bool, bool, false, true as a GNU extension. */ 36 #define _Bool bool
|
/external/mesa3d/include/c99/ |
stdbool.h | 35 #define bool _Bool 37 /* For compilers that don't have the builtin _Bool type. */ 39 typedef unsigned char _Bool;
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
stdbool.in.h | 42 - <stdbool.h> must be #included before the '_Bool' type can be used. 44 - You cannot assume that _Bool is a typedef; it might be a macro. 49 - In C99, casts and automatic conversions to '_Bool' or 'bool' are 53 give the expected result when converted to _Bool' or 'bool'. 55 Also, it is suggested that programs use 'bool' rather than '_Bool'; 64 # include <OS.h> /* defines bool but not _Bool */ 72 typedef enum { false = 0, true = 1 } _Bool; 74 this, values of type '_Bool' may promote to 'int' or 'unsigned int' 75 (see ISO C 99 6.7.2.2.(4)); however, '_Bool' must promote to 'int' 77 enum; this ensures that '_Bool' promotes to 'int'. * [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/ |
stdbool.h | 33 #define bool _Bool 40 #define _Bool bool
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/ |
stdbool.h | 33 #define bool _Bool 40 #define _Bool bool
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/include/ |
stdbool.h | 33 #define bool _Bool 40 #define _Bool bool
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/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/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include/ |
stdbool.h | 33 #define bool _Bool 40 #define _Bool bool
|
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/include/ |
stdbool.h | 33 #define bool _Bool 40 #define _Bool bool
|
/prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/ |
stdbool.h | 33 #define bool _Bool 40 #define _Bool bool
|
/prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/ |
stdbool.h | 33 #define bool _Bool 40 #define _Bool bool
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/ |
stdbool.h | 33 #define bool _Bool 40 #define _Bool bool
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/ |
stdbool.h | 33 #define bool _Bool 40 #define _Bool bool
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/include/ |
stdbool.h | 33 #define bool _Bool 40 #define _Bool bool
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include/ |
stdbool.h | 33 #define bool _Bool 40 #define _Bool bool
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/ |
stdbool.h | 33 #define bool _Bool 40 #define _Bool bool
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include/ |
stdbool.h | 33 #define bool _Bool 40 #define _Bool bool
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include/ |
stdbool.h | 33 #define bool _Bool 40 #define _Bool bool
|
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include/ |
stdbool.h | 33 #define bool _Bool 40 #define _Bool bool
|
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/include/ |
stdbool.h | 33 #define bool _Bool 40 #define _Bool bool
|
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/ |
stdbool.h | 33 #define bool _Bool 40 #define _Bool bool
|