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

1 2

  /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/clang/lib/Headers/
stdbool.h 31 #define bool _Bool
35 /* Define _Bool, bool, false, true as a GNU extension. */
36 #define _Bool bool
  /external/jemalloc/include/msvc_compat/C99/
stdbool.h 6 /* MSVC doesn't define _Bool or bool in C, but does have BOOL */
8 /* Clang-cl uses MSVC headers, so needs msvc_compat, but has _Bool as
11 typedef BOOL _Bool;
14 #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;
  /external/syslinux/com32/include/
stdbool.h 13 typedef char _Bool; /* For C compilers without _Bool */
17 #define bool _Bool
  /prebuilts/clang/host/darwin-x86/clang-2812033/lib64/clang/3.8/include/
stdbool.h 31 #define bool _Bool
35 /* Define _Bool, bool, false, true as a GNU extension. */
36 #define _Bool bool
  /prebuilts/clang/host/darwin-x86/clang-3016494/lib64/clang/3.8/include/
stdbool.h 31 #define bool _Bool
35 /* Define _Bool, bool, false, true as a GNU extension. */
36 #define _Bool bool
  /prebuilts/clang/host/darwin-x86/clang-3217047/lib64/clang/3.8/include/
stdbool.h 31 #define bool _Bool
35 /* Define _Bool, bool, false, true as a GNU extension. */
36 #define _Bool bool
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
stdbool.h 31 #define bool _Bool
35 /* Define _Bool, bool, false, true as a GNU extension. */
36 #define _Bool bool
  /prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/include/
stdbool.h 31 #define bool _Bool
35 /* Define _Bool, bool, false, true as a GNU extension. */
36 #define _Bool bool
  /prebuilts/clang/host/darwin-x86/clang-3688880/lib64/clang/4.0/include/
stdbool.h 31 #define bool _Bool
35 /* Define _Bool, bool, false, true as a GNU extension. */
36 #define _Bool bool
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
stdbool.h 31 #define bool _Bool
35 /* Define _Bool, bool, false, true as a GNU extension. */
36 #define _Bool bool
  /prebuilts/clang/host/linux-x86/clang-2812033/lib64/clang/3.8/include/
stdbool.h 31 #define bool _Bool
35 /* Define _Bool, bool, false, true as a GNU extension. */
36 #define _Bool bool
  /prebuilts/clang/host/linux-x86/clang-3016494/lib64/clang/3.8/include/
stdbool.h 31 #define bool _Bool
35 /* Define _Bool, bool, false, true as a GNU extension. */
36 #define _Bool bool
  /prebuilts/clang/host/linux-x86/clang-3217047/lib64/clang/3.8/include/
stdbool.h 31 #define bool _Bool
35 /* Define _Bool, bool, false, true as a GNU extension. */
36 #define _Bool bool
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
stdbool.h 31 #define bool _Bool
35 /* Define _Bool, bool, false, true as a GNU extension. */
36 #define _Bool bool
  /prebuilts/clang/host/linux-x86/clang-3362437/lib64/clang/3.8/include/
stdbool.h 31 #define bool _Bool
35 /* Define _Bool, bool, false, true as a GNU extension. */
36 #define _Bool bool
  /prebuilts/clang/host/linux-x86/clang-3688880/lib64/clang/4.0/include/
stdbool.h 31 #define bool _Bool
35 /* Define _Bool, bool, false, true as a GNU extension. */
36 #define _Bool bool
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
stdbool.h 31 #define bool _Bool
35 /* Define _Bool, bool, false, true as a GNU extension. */
36 #define _Bool bool
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/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.9/lib/gcc/arm-linux-androideabi/4.9.x/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.9/lib/gcc/mips64el-linux-android/4.9.x/include/
stdbool.h 33 #define bool _Bool
40 #define _Bool bool

Completed in 1080 milliseconds

1 2