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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/ppapi/c/dev/
deprecated_bool.h 17 // deprecated interfaces to the new ones. Add a usable definition of bool for
23 // and thus have no bool or stdbool.h. Make a simple definition of bool,
27 typedef char bool; typedef
31 // In C99-compliant compilers, we can include stdbool.h to get a bool
  /external/chromium_org/third_party/npapi/npspy/extern/plugin/
nptypes.h 40 * Header file for ensuring that C99 types ([u]int32_t and bool) are
46 * Win32 and OS/2 don't know C99, so define [u]int_32 here. The bool
54 * but not bool for C.
59 typedef int bool; typedef
69 * BSD/OS ships no header that defines uint32_t, nor bool (for C)
75 typedef int bool; typedef
79 * FreeBSD and OpenBSD define uint32_t and bool.
99 * GCC 2.91 can't deal with a typedef for bool, but a #define
102 #define bool int macro
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.fct.spec/
p6.cpp 11 operator bool();
15 explicit A::operator bool() { return false; } // expected-warning {{explicit conversion functions are a C++11 extension}}\
  /external/clang/test/SemaCXX/
pr9812.c 3 #define bool _Bool macro
6 bool signed; // expected-error {{'bool' cannot be signed or unsigned}} expected-warning {{declaration does not declare anything}}
10 #undef bool macro
12 typedef int bool; typedef
16 bool signed; // expected-error {{'type-name' cannot be signed or unsigned}} expected-warning {{declaration does not declare anything}}
  /external/chromium_org/third_party/WebKit/Source/wtf/os-win32/
stdbool.h 30 typedef unsigned char bool; typedef
39 CASSERT(sizeof(bool) == 1, bool_is_one_byte)
  /external/clang/test/Parser/
altivec-csk-bool.c 4 // PR16456: Verify that bool, true, false are treated as context-sensitive
11 } bool; typedef in typeref:enum:__anon22821
  /external/bison/lib/
stdbool.in.h 29 - <stdbool.h> must be #included before 'bool', 'false', 'true'
32 - You cannot assume that sizeof (bool) == 1.
34 - Programs should not undefine the macros bool, true, and false,
43 - Bit-fields of type 'bool' are not supported. Portable code
44 should use 'unsigned int foo : 1;' rather than 'bool foo : 1;'.
46 - In C99, casts and automatic conversions to '_Bool' or 'bool' are
50 give the expected result when converted to _Bool' or 'bool'.
55 Also, it is suggested that programs use 'bool' rather than '_Bool';
56 this isn't required, but 'bool' is more common. */
64 # include <OS.h> /* defines bool but not _Bool *
71 # define bool macro
118 # define bool macro
    [all...]
  /external/chromium_org/third_party/mesa/src/include/c99/
stdbool.h 35 #define bool _Bool macro
  /external/clang/lib/Headers/
stdbool.h 29 /* Don't define bool, true, and false in C++, except as a GNU extension. */
31 #define bool _Bool macro
35 /* Define _Bool, bool, false, true as a GNU extension. */
36 #define _Bool bool
37 #define bool bool macro
  /external/clang/test/FixIt/
fixit-uninit.c 10 #define bool _Bool macro
11 #define false (bool)0
12 #define true (bool)1
13 bool test_bool_with_false() {
14 bool var; // expected-note {{initialize}}
19 bool test_bool_with_false_undefined() {
20 bool
  /external/jemalloc/include/msvc_compat/C99/
stdbool.h 6 /* MSVC doesn't define _Bool or bool in C, but does have BOOL */
7 /* Note this doesn't pass autoconf's test because (bool) 0.5 != true */
11 typedef BOOL _Bool;
14 #define bool _Bool macro
  /external/mesa3d/include/c99/
stdbool.h 35 #define bool _Bool macro
  /ndk/sources/host-tools/sed-4.2.1/lib/
stdbool.in.h 32 - <stdbool.h> must be #included before 'bool', 'false', 'true'
35 - You cannot assume that sizeof (bool) == 1.
37 - Programs should not undefine the macros bool, true, and false,
46 - Bit-fields of type 'bool' are not supported. Portable code
47 should use 'unsigned int foo : 1;' rather than 'bool foo : 1;'.
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';
56 this isn't required, but 'bool' is more common. */
64 # include <OS.h> /* defines bool but not _Bool *
114 #define bool macro
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/
operator_bool.hpp 11 operator bool () const
53 bool operator! () const // never throws
  /prebuilts/clang/darwin-x86/host/3.4/lib/clang/3.4/include/
stdbool.h 29 /* Don't define bool, true, and false in C++, except as a GNU extension. */
31 #define bool _Bool macro
35 /* Define _Bool, bool, false, true as a GNU extension. */
36 #define _Bool bool
37 #define bool bool macro
  /prebuilts/clang/darwin-x86/host/3.5/lib/clang/3.5/include/
stdbool.h 29 /* Don't define bool, true, and false in C++, except as a GNU extension. */
31 #define bool _Bool macro
35 /* Define _Bool, bool, false, true as a GNU extension. */
36 #define _Bool bool
37 #define bool bool macro
  /prebuilts/clang/linux-x86/host/3.4/lib/clang/3.4/include/
stdbool.h 29 /* Don't define bool, true, and false in C++, except as a GNU extension. */
31 #define bool _Bool macro
35 /* Define _Bool, bool, false, true as a GNU extension. */
36 #define _Bool bool
37 #define bool bool macro
  /prebuilts/clang/linux-x86/host/3.5/lib/clang/3.5/include/
stdbool.h 29 /* Don't define bool, true, and false in C++, except as a GNU extension. */
31 #define bool _Bool macro
35 /* Define _Bool, bool, false, true as a GNU extension. */
36 #define _Bool bool
37 #define bool bool macro
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.8/lib/gcc/aarch64-linux-android/4.8/include/
stdbool.h 33 #define bool _Bool macro
40 #define _Bool bool
41 #define bool bool macro
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include/
stdbool.h 33 #define bool _Bool macro
40 #define _Bool bool
41 #define bool bool macro
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
stdbool.h 33 #define bool _Bool macro
40 #define _Bool bool
41 #define bool bool macro
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.8/lib/gcc/arm-linux-androideabi/4.8/include/
stdbool.h 33 #define bool _Bool macro
40 #define _Bool bool
41 #define bool bool macro
  /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 macro
43 #define _Bool bool
44 #define bool bool macro
  /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 macro
43 #define _Bool bool
44 #define bool bool macro
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.8/lib/gcc/mips64el-linux-android/4.8/include/
stdbool.h 33 #define bool _Bool macro
40 #define _Bool bool
41 #define bool bool macro

Completed in 1728 milliseconds

1 2 3 4 5 6 7 8 91011>>