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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.fct.spec/
p6.cpp 16 operator bool();
20 explicit A::operator bool() { return false; }
  /external/clang/test/Sema/
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/clang/test/SemaTemplate/
enum-bool.cpp 3 enum E : bool { A }; enum
  /external/fio/lib/
types.h 5 typedef int bool; typedef
  /external/libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.completion/
done.pass.cpp 18 // bool done() const
35 ASSERT_SAME_TYPE(decltype(H.done()), bool); local
  /external/libcxx/test/std/utilities/optional/optional.object/optional.object.observe/
has_value.pass.cpp 13 // constexpr bool optional<T>::has_value() const noexcept;
27 ASSERT_SAME_TYPE(decltype(opt.has_value()), bool); local
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.completion/
done.pass.cpp 18 // bool done() const
35 ASSERT_SAME_TYPE(decltype(H.done()), bool); local
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/optional/optional.object/optional.object.observe/
has_value.pass.cpp 13 // constexpr bool optional<T>::has_value() const noexcept;
27 ASSERT_SAME_TYPE(decltype(opt.has_value()), bool); local
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/
stdbool.h 37 #define bool _Bool macro
  /device/linaro/bootloader/edk2/StdLib/Include/
stdbool.h 7 The macro bool expands to _Bool, as required by the C99 specification.
17 macros bool, true, and false.
32 #define bool _Bool macro
  /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:__anon16420
  /external/libcxx/include/
stdbool.h 32 #undef bool macro
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
stdbool.h 32 #undef bool macro
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/
stdbool.h 32 #undef bool macro
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/
stdbool.h 32 #undef bool macro
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/
stdbool.h 32 #undef bool macro
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/
stdbool.h 32 #undef bool macro
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/
stdbool.h 32 #undef bool macro
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/
stdbool.h 32 #undef bool macro
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
stdbool.h 32 #undef bool macro
  /prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/
stdbool.h 32 #undef bool macro
  /prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/
stdbool.h 32 #undef bool macro
  /prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/
stdbool.h 32 #undef bool macro
  /prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/
stdbool.h 32 #undef bool macro
  /prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/
stdbool.h 32 #undef bool macro

Completed in 530 milliseconds

1 2 3 4 5 6 7 8 91011>>