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

  /external/bison/lib/
stdbool_.h 40 - <stdbool.h> must be #included before the '_Bool' type can be used.
42 - You cannot assume that _Bool is a typedef; it might be a macro.
44 - In C99, casts and automatic conversions to '_Bool' or 'bool' are
48 give the expected result when converted to _Bool' or 'bool'.
50 Also, it is suggested that programs use 'bool' rather than '_Bool';
59 # include <OS.h> /* defines bool but not _Bool */
67 typedef enum { false = 0, true = 1 } _Bool;
69 this, values of type '_Bool' may promote to 'int' or 'unsigned int'
70 (see ISO C 99 6.7.2.2.(4)); however, '_Bool' must promote to 'int'
72 enum; this ensures that '_Bool' promotes to 'int'. *
    [all...]
  /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...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/include/
stdbool.h 36 #define bool _Bool
43 #define _Bool bool
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/install-tools/include/
stdbool.h 36 #define bool _Bool
43 #define _Bool bool
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/
stdbool.h 36 #define bool _Bool
43 #define _Bool bool
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include/
stdbool.h 33 #define bool _Bool
40 #define _Bool bool
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/include/
stdbool.h 33 #define bool _Bool
40 #define _Bool bool
  /prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/include/
stdbool.h 33 #define bool _Bool
40 #define _Bool bool
  /prebuilt/darwin-x86/toolchain/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/include/
stdbool.h 33 #define bool _Bool
40 #define _Bool bool
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/include/
stdbool.h 36 #define bool _Bool
43 #define _Bool bool
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/install-tools/include/
stdbool.h 36 #define bool _Bool
43 #define _Bool bool
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/
stdbool.h 36 #define bool _Bool
43 #define _Bool bool
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include/
stdbool.h 33 #define bool _Bool
40 #define _Bool bool
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/include/
stdbool.h 33 #define bool _Bool
40 #define _Bool bool
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/include/
stdbool.h 33 #define bool _Bool
40 #define _Bool bool
  /prebuilt/linux-x86/toolchain/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/include/
stdbool.h 33 #define bool _Bool
40 #define _Bool bool
  /prebuilt/linux-x86/toolchain/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
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/
stdbool.h 36 #define bool _Bool
43 #define _Bool bool
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/install-tools/include/
stdbool.h 36 #define bool _Bool
43 #define _Bool bool
  /prebuilt/linux-x86/toolchain/sh-4.3.3/lib/gcc/sh-linux-gnu/4.3.3/include/
stdbool.h 36 #define bool _Bool
43 #define _Bool bool
  /prebuilt/sdk/12/renderscript/clang-include/
stdbool.h 31 #define bool _Bool
35 /* Define _Bool, bool, false, true as a GNU extension. */
36 #define _Bool bool
  /prebuilt/sdk/13/renderscript/clang-include/
stdbool.h 31 #define bool _Bool
35 /* Define _Bool, bool, false, true as a GNU extension. */
36 #define _Bool bool
  /prebuilt/sdk/14/renderscript/clang-include/
stdbool.h 31 #define bool _Bool
35 /* Define _Bool, bool, false, true as a GNU extension. */
36 #define _Bool bool

Completed in 7470 milliseconds