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

1 2

  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/
stdbool.h 37 #define bool _Bool
39 typedef int _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/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/syslinux/com32/include/
stdbool.h 13 typedef char _Bool; /* For C compilers without _Bool */
17 #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-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/darwin-x86/clang-4053586/lib64/clang/5.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-4393122/lib64/clang/5.0.1/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-4479392/lib64/clang/5.0.2/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-4579689/lib64/clang/6.0.1/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-4630689/lib64/clang/6.0.1/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-4639204/lib64/clang/6.0.1/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-4691093/lib64/clang/6.0.2/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-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-4053586/lib64/clang/5.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-4393122/lib64/clang/5.0.1/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-4479392/lib64/clang/5.0.2/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-4579689/lib64/clang/6.0.1/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-4630689/lib64/clang/6.0.1/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-4639204/lib64/clang/6.0.1/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-4691093/lib64/clang/6.0.2/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-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

Completed in 1321 milliseconds

1 2