Home
last modified time | relevance | path

Searched defs:Bool (Results 1 – 25 of 78) sorted by relevance

1234

/external/clang/test/Index/
Dcomplete-super.m4 typedef int Bool; typedef
8 + (void)select:(Bool)condition first:(int)x second:(int)y; argument
15 + (void)select:(Bool)condition first:(int)x second:(int)y; argument
23 + (void)select:(Bool)condition first:(int)a second:(int)b { argument
Dannotate-tokens-cxx0x.cpp12 typedef bool Bool; in test() typedef
/external/syzkaller/vendor/cloud.google.com/go/internal/optional/
Doptional.go28 Bool interface{} interface
48 func ToBool(v Bool) bool {
/external/google-fruit/include/fruit/impl/meta/
Dbasics.h32 struct Bool { struct
33 static constexpr bool value = b;
/external/clang/test/OpenMP/
Dfor_codegen.cpp429 struct Bool { struct
430 Bool(bool b) : b(b) {} in Bool() argument
431 operator bool() const { return b; } in operator bool()
432 const bool b;
/external/apache-xml/src/main/java/org/apache/xpath/operations/
DBool.java30 public class Bool extends UnaryOperation class
/external/llvm/lib/Fuzzer/test/
DFuzzerFnAdapterUnittest.cpp17 TEST(Unpack, Bool) { in TEST() argument
93 TEST(Apply, Bool) { in TEST() argument
/external/swiftshader/src/WSI/
DlibX11.cpp19 #define Bool int macro
DlibX11.hpp18 #define Bool int macro
/external/swiftshader/src/Main/
DlibX11.cpp19 #define Bool int macro
DlibX11.hpp18 #define Bool int macro
/external/mesa3d/src/gallium/drivers/svga/include/
Dsvga_types.h47 typedef uint8_t Bool; typedef
/external/grpc-grpc/test/cpp/qps/
Dclient_sync.cc170 struct Bool { struct in grpc::testing::SynchronousStreamingClient
171 bool val;
172 Bool() : val(false) {} in Bool() function
/external/protobuf/src/google/protobuf/util/internal/
Dutility.h55 class Bool; variable
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DFieldType.cs71 Bool, enumerator
/external/clang/test/SemaTemplate/
Dcurrent-instantiation.cpp170 struct Bool { struct
171 enum anonymous_enum { value = b };
/external/v8/src/compiler/
Drepresentation-change.h23 static Truncation Bool() { in Bool() function
168 static UseInfo Bool() { in Bool() function
/external/googletest/googletest/include/gtest/
Dgtest-param-test.h359 inline internal::ParamGenerator<bool> Bool() { in Bool() function
/external/syzkaller/vendor/google.golang.org/api/googleapi/
Dtypes.go178 func Bool(v bool) *bool { return &v } func
/external/clang/test/Sema/
Dcast.c19 typedef _Bool Bool; typedef
/external/clang/include/clang/AST/
DPrettyPrinter.h161 unsigned Bool : 1; member
/external/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h243 Bool = 10, enumerator
277 Bool, enumerator
295 bool Bool; member
/external/flatbuffers/include/flatbuffers/
Dminireflect.h50 virtual void Bool(bool) {} in Bool() function
336 void Bool(bool x) { s += x ? "true" : "false"; } in Bool() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h268 Bool = 10, enumerator
330 Bool, enumerator
348 bool Bool; member
/external/google-breakpad/src/testing/gtest/test/
Dgtest_pred_impl_unittest.cc56 struct Bool { struct
57 explicit Bool(int val) : value(val != 0) {} in Bool() function
59 bool operator>(int n) const { return value > Bool(n).value; } in operator >() argument
61 Bool operator+(const Bool& rhs) const { return Bool(value + rhs.value); } in operator +() argument
63 bool operator==(const Bool& rhs) const { return value == rhs.value; } in operator ==() argument
68 // Enables Bool to be used in assertions. argument

1234