/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprConstShared.h | 31 Bool = 4, global() enumerator
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | MsgPackReader.h | 89 bool Bool; member
|
H A D | MsgPackDocument.h | 57 bool Bool; member
|
/freebsd-src/contrib/googletest/googletest/include/gtest/ |
H A D | gtest-param-test.h | 359 inline internal::ParamGenerator<bool> Bool() { return Values(false, true); } in Bool() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64MachineFunctionInfo.cpp | 101 __anon80cd2fe00102(StringRef AttrName, bool &Bool) AArch64FunctionInfo() argument
|
/freebsd-src/contrib/bearssl/T0/ |
H A D | TValue.cs | 67 internal bool Bool { property
|
/freebsd-src/contrib/googletest/googletest/test/ |
H A D | gtest_pred_impl_unittest.cc | 54 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 D | googletest-printers-test.cc | 393 TEST(PrintBuiltInTypeTest,Bool) TEST() argument 707 TEST(PrintPointerToBuiltInTypeTest,Bool) TEST() argument
|
H A D | gtest_unittest.cc | 4735 TEST(EqAssertionTest,Bool) TEST() argument
|
/freebsd-src/contrib/libarchive/libarchive/ |
H A D | archive_ppmd_private.h | 54 typedef int Bool; typedef
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
H A D | PDBTypes.h | 344 Bool = 10, enumerator 407 Bool, enumerator 455 bool Bool; member
|
/freebsd-src/contrib/bzip2/ |
H A D | bzip2recover.c | 55 typedef unsigned char Bool; typedef
|
H A D | bzip2.c | 162 typedef unsigned char Bool; typedef
|
H A D | bzlib_private.h | 42 typedef unsigned char Bool; typedef
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | TargetLibraryInfo.cpp | 59 Bool, // 8 bits on all targets global() enumerator
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeTypes.cpp | 1015 return TLI.promoteTargetBoolean(DAG, Bool, ValVT); in PromoteTargetBoolean() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Demangle/ |
H A D | RustDemangle.cpp | 41 Bool, enumerator
|
/freebsd-src/contrib/googletest/googlemock/test/ |
H A D | gmock-internal-utils_test.cc | 153 TEST(KindOfTest, Bool) { in TEST() argument
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Demangle/ |
H A D | MicrosoftDemangleNodes.h | 87 Bool, enumerator
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 957 promoteTargetBoolean(SelectionDAG & DAG,SDValue Bool,EVT ValVT) promoteTargetBoolean() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExprCXX.cpp | 5660 Bool, global() enumerator
|
/freebsd-src/contrib/sqlite3/ |
H A D | sqlite3.c | 23152 typedef unsigned Bool; global() typedef [all...] |