HomeSort by relevance Sort by last modified time
    Searched defs:bool (Results 26 - 50 of 1477) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/
stdbool.h 32 #undef bool macro
  /prebuilts/go/darwin-x86/src/go/doc/testdata/
predeclared.go 17 type bool int type
20 func (b bool) String() string {
  /prebuilts/go/linux-x86/src/go/doc/testdata/
predeclared.go 17 type bool int type
20 func (b bool) String() string {
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/
stdbool.h 32 #undef 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/libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.compare/
equal_comp.pass.cpp 18 // bool operator==(coroutine_handle<>, coroutine_handle<>) noexcept
19 // bool operator!=(coroutine_handle<>, coroutine_handle<>) noexcept
35 const bool ExpectIsEqual = (LHSVal == RHSVal);
43 ASSERT_SAME_TYPE(decltype(LHS == RHS), bool); local
44 ASSERT_SAME_TYPE(decltype(LHS != RHS), bool);
less_comp.pass.cpp 18 // bool operator<(coroutine_handle<>, coroutine_handle<>) noexcept
19 // bool operator>(coroutine_handle<>, coroutine_handle<>) noexcept
20 // bool operator>=(coroutine_handle<>, coroutine_handle<>) noexcept
21 // bool operator<=(coroutine_handle<>, coroutine_handle<>) noexcept
50 ASSERT_SAME_TYPE(decltype(LHS < RHS), bool);
51 ASSERT_SAME_TYPE(decltype(LHS > RHS), bool); local
52 ASSERT_SAME_TYPE(decltype(LHS <= RHS), bool); local
53 ASSERT_SAME_TYPE(decltype(LHS >= RHS), bool);
  /external/syslinux/com32/include/
stdbool.h 17 #define bool _Bool macro
24 #define bool bool macro
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/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/host/darwin-x86/clang-3859424/lib64/clang/4.0/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/host/darwin-x86/clang-4053586/lib64/clang/5.0/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/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/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/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/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/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/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/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/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/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/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/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/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/host/linux-x86/clang-3289846/lib64/clang/3.8/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/host/linux-x86/clang-3859424/lib64/clang/4.0/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/host/linux-x86/clang-4053586/lib64/clang/5.0/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/host/linux-x86/clang-4393122/lib64/clang/5.0.1/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/host/linux-x86/clang-4479392/lib64/clang/5.0.2/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/host/linux-x86/clang-4579689/lib64/clang/6.0.1/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

Completed in 1168 milliseconds

12 3 4 5 6 7 8 91011>>