Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstShared.h34 Bool = 4, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackReader.h84 bool Bool; global() member
H A DMsgPackDocument.h57 bool Bool; member
/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest-param-test.h359 inline internal::ParamGenerator<bool> Bool() { return Values(false, true); } in Bool() function
/freebsd/contrib/bearssl/T0/
H A DTValue.cs67 internal bool Bool { property
/freebsd/contrib/googletest/googletest/test/
H A Dgtest_pred_impl_unittest.cc54 struct Bool { struct
55 explicit Bool(int val) : value(val != 0) {} in Bool() argument
57 bool operator>(int n) const { return value > Bool(n).value; } in operator >() argument
59 Bool operator+(const Bool& rhs) const { return Bool(value + rhs.value); } in operator +() argument
61 bool operator==(const Bool& rhs) const { return value == rhs.value; } in operator ==() argument
66 // Enables Bool to be used in assertions. argument
H A Dgoogletest-printers-test.cc398 TEST(PrintBuiltInTypeTest, Bool) { in TEST() argument
712 TEST(PrintPointerToBuiltInTypeTest, Bool) { in TEST() argument
H A Dgtest_unittest.cc4739 TEST(EqAssertionTest, Bool) { in TEST() argument
/freebsd/contrib/libarchive/libarchive/
H A Darchive_ppmd_private.h54 typedef int Bool; typedef
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h344 Bool = 10, enumerator
407 Bool, enumerator
455 bool Bool; member
/freebsd/contrib/bzip2/
H A Dbzip2recover.c55 typedef unsigned char Bool; typedef
H A Dbzip2.c162 typedef unsigned char Bool; typedef
H A Dbzlib_private.h42 typedef unsigned char Bool; typedef
/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DRustDemangle.cpp41 Bool, enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp1014 SDValue DAGTypeLegalizer::PromoteTargetBoolean(SDValue Bool, EVT ValVT) { in PromoteTargetBoolean()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp62 Bool, // 8 bits on all targets enumerator
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-internal-utils_test.cc153 TEST(KindOfTest, Bool) { in TEST() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h87 Bool, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1003 SDValue promoteTargetBoolean(SelectionDAG &DAG, SDValue Bool, in promoteTargetBoolean()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp5914 Bool, enumerator
/freebsd/contrib/sqlite3/
H A Dsqlite3.c23152 typedef unsigned Bool; typedef