Searched refs:Bool (Results 1 - 25 of 75) sorted by relevance

123

/freebsd-13-stable/contrib/googletest/googletest/test/
H A Dgtest_pred_impl_unittest.cc56 struct Bool { struct
57 explicit Bool(int val) : value(val != 0) {} function in struct:Bool
59 bool operator>(int n) const { return value > Bool(n).value; }
61 Bool operator+(const Bool& rhs) const { return Bool(value + rhs.value); }
63 bool operator==(const Bool& rhs) const { return value == rhs.value; }
68 // Enables Bool to be used in assertions.
69 std::ostream& operator<<(std::ostream& os, const Bool& x) {
87 bool PredFunction1Bool(Bool v
[all...]
/freebsd-13-stable/contrib/bearssl/T0/
H A DOpcodeJumpIf.cs41 if (v.Bool) {
H A DOpcodeJumpIfNot.cs41 if (!v.Bool) {
H A DTValue.cs67 internal bool Bool { property in struct:TValue
194 return v.Bool;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DPrettyPrinter.h58 SuppressTemplateArgsInCXXConstructors(false), Bool(LO.Bool),
74 Bool = true;
172 unsigned Bool : 1; member in struct:clang::PrintingPolicy
/freebsd-13-stable/contrib/bzip2/
H A Dbzlib_private.h42 typedef unsigned char Bool; typedef
49 #define True ((Bool)1)
50 #define False ((Bool)0)
237 Bool inUse[256];
276 BZ2_compressBlock ( EState*, Bool );
358 Bool blockRandomised;
367 Bool smallDecompress;
395 Bool inUse[256];
396 Bool inUse16[16];
H A Dbzip2.c162 typedef unsigned char Bool; typedef
169 #define True ((Bool)1)
170 #define False ((Bool)0)
184 Bool keepInputFiles, smallMode, deleteOutputOnInterrupt;
185 Bool forceOverwrite, testFailsExist, unzFailsExist, noisy;
266 Bool uInt64_isZero ( UInt64* n )
318 Bool myfeof ( FILE* f )
433 Bool uncompressStream ( FILE *zStream, FILE *stream )
554 Bool testStream ( FILE *zStream )
940 Bool fileExist
[all...]
H A Dbzlib.c145 Bool isempty_RL ( EState* s )
295 Bool copy_input_until_stop ( EState* s )
297 Bool progress_in = False;
340 Bool copy_output_until_stop ( EState* s )
342 Bool progress_out = False;
367 Bool handle_compress ( bz_stream* strm )
369 Bool progress_in = False;
370 Bool progress_out = False;
392 BZ2_compressBlock ( s, (Bool)(s->mode == BZ_M_FINISHING) );
415 Bool progres
[all...]
H A Dbzip2recover.c55 typedef unsigned char Bool; typedef
56 #define True ((Bool)1)
57 #define False ((Bool)0)
261 static Bool endsInBz2 ( Char* name )
H A Dhuffman.c73 Bool tooLong;
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_ppmd7_private.h98 Bool (*Ppmd7_Alloc)(CPpmd7 *p, UInt32 size);
106 Bool (*Ppmd7z_RangeDec_Init)(CPpmd7z_RangeDec *p);
107 Bool (*PpmdRAR_RangeDec_Init)(CPpmd7z_RangeDec *p);
H A Darchive_ppmd8_private.h87 Bool Ppmd8_Alloc(CPpmd8 *p, UInt32 size);
122 Bool Ppmd8_RangeDec_Init(CPpmd8 *p);
136 Bool (*Ppmd8_Alloc)(CPpmd8 *p, UInt32 size);
H A Darchive_ppmd_private.h54 typedef int Bool; typedef
/freebsd-13-stable/contrib/googletest/googletest/samples/
H A Dsample8_unittest.cc83 using ::testing::Bool;
160 Combine(Bool(), Values(1, 10)));
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h344 Bool = 10, member in class:llvm::pdb::PDB_Checksum::PDB_StackFrameType::PDB_MemoryType::PDB_BuiltinType
406 Bool, enumerator in enum:llvm::pdb::PDB_Checksum::PDB_StackFrameType::PDB_MemoryType::PDB_BuiltinType::PDB_MemberAccess::PDB_VariantType
413 explicit Variant(bool V) : Type(PDB_VariantType::Bool) { Value.Bool = V; }
454 bool Bool; member in union:llvm::pdb::PDB_Checksum::PDB_StackFrameType::PDB_MemoryType::PDB_BuiltinType::PDB_MemberAccess::Variant::__anon3202
470 case Bool:
491 VARIANT_WIDTH(Bool, 1u)
516 VARIANT_APSINT(Bool, 1u, true)
558 VARIANT_EQUAL_CASE(Bool)
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackReader.h85 bool Bool; member in union:llvm::msgpack::Object::__anon3137
H A DMsgPackDocument.h57 bool Bool; member in union:llvm::msgpack::DocNode::__anon3136
94 return Bool;
114 return Bool;
168 return Lhs.Bool < Rhs.Bool;
344 N.Bool = V;
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dguarded_pool_allocator.cpp44 ScopedBoolean(bool &B) : Bool(B) { Bool = true; }
45 ~ScopedBoolean() { Bool = false; }
48 bool &Bool; member in class:gwp_asan::__anon2510::ScopedBoolean
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyBuiltinDumper.cpp71 case PDB_BuiltinType::Bool:
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DTemplateName.cpp263 LO.Bool = true;
277 LO.Bool = true;
288 LO.Bool = true;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSymbolEnumerator.cpp113 case PDB_BuiltinType::Bool: {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DOSTargets.cpp160 if (Opts.Bool)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp27 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, Bool, OS)
55 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_BuiltinType, Bool, OS)
340 case PDB_VariantType::Bool:
341 OS << (Value.Value.Bool ? "true" : "false");
/freebsd-13-stable/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackReader.cpp40 Obj.Bool = true;
44 Obj.Bool = false;
/freebsd-13-stable/tests/sys/fs/fusefs/
H A Dio.cc509 Combine(Bool(), /* async read */
516 Combine(Bool(), /* async read */

Completed in 130 milliseconds

123