Home
last modified time | relevance | path

Searched refs:Bool (Results 1 – 25 of 93) sorted by relevance

1234

/freebsd-13.1/contrib/googletest/googletest/test/
H A Dgtest_pred_impl_unittest.cc56 struct Bool { struct
61 Bool operator+(const Bool& rhs) const { return Bool(value + rhs.value); } in operator +() argument
177 Bool(++n1_)); in TEST_F()
193 Bool(++n1_)); in TEST_F()
249 Bool(++n1_)); in TEST_F()
265 Bool(++n1_)); in TEST_F()
474 bool PredFunction2Bool(Bool v1, Bool v2) { in PredFunction2Bool()
575 Bool(++n1_), in TEST_F()
903 bool PredFunction3Bool(Bool v1, Bool v2, Bool v3) { in PredFunction3Bool()
1374 bool PredFunction4Bool(Bool v1, Bool v2, Bool v3, Bool v4) { in PredFunction4Bool()
[all …]
/freebsd-13.1/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)
266 Bool uInt64_isZero ( UInt64* n ) in uInt64_isZero()
318 Bool myfeof ( FILE* f ) in myfeof()
940 Bool fileExists ( Char* name ) in fileExists()
1120 Bool mapSuffix ( Char* name, in mapSuffix()
1319 Bool magicNumberOK; in uncompress()
1320 Bool cantGuess; in uncompress()
1515 Bool allOK; in testf()
[all …]
H A Dbzlib.c145 Bool isempty_RL ( EState* s ) in isempty_RL()
295 Bool copy_input_until_stop ( EState* s ) in copy_input_until_stop()
297 Bool progress_in = False; in copy_input_until_stop()
342 Bool progress_out = False; in copy_output_until_stop()
369 Bool progress_in = False; in handle_compress()
370 Bool progress_out = False; in handle_compress()
415 Bool progress; in BZ_API()
817 Bool corrupt; in BZ_API()
905 Bool writing;
908 Bool initialisedOk;
[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 ) in endsInBz2()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DPrettyPrinter.h69 SuppressDefaultTemplateArgs(true), Bool(LO.Bool), in PrintingPolicy()
85 Bool = true; in adjustForCPlusPlus()
192 unsigned Bool : 1; member
H A DTypeProperties.td266 def : Property<"noReturn", Bool> {
269 def : Property<"hasRegParm", Bool> {
284 def : Property<"noCfCheck", Bool> {
287 def : Property<"cmseNSCall", Bool> {
303 def : Property<"variadic", Bool> {
470 def : Property<"dependent", Bool> {
483 def : Property<"dependent", Bool> {
627 def : Property<"dependent", Bool> {
876 def : Property<"isReadOnly", Bool> {
886 def : Property<"isUnsigned", Bool> {
[all …]
H A DPropertiesBase.td80 def Bool : PropertyType<"bool">;
356 def : Property<"hasFiller", Bool> {
423 def : Property<"isDerived", Bool> {
460 def : Property<"hasLValuePath", Bool> {
463 def : Property<"isLValueOnePastTheEnd", Bool> {
466 def : Property<"isExpr", Bool> {
469 def : Property<"isTypeInfo", Bool> {
472 def : Property<"hasBase", Bool> {
475 def : Property<"isNullPtr", Bool> {
650 def : Property<"hasTemplateKeyword", Bool> {
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h344 Bool = 10, enumerator
406 Bool, enumerator
413 explicit Variant(bool V) : Type(PDB_VariantType::Bool) { Value.Bool = V; } in Variant()
454 bool Bool; member
470 case Bool: in isIntegralType()
491 VARIANT_WIDTH(Bool, 1u) in getBitWidth()
516 VARIANT_APSINT(Bool, 1u, true) in toAPSInt()
558 VARIANT_EQUAL_CASE(Bool)
/freebsd-13.1/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);
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h57 bool Bool; member
94 return Bool; in getBool()
114 return Bool; in getBool()
168 return Lhs.Bool < Rhs.Bool;
344 N.Bool = V; in getNode()
/freebsd-13.1/contrib/libucl/haskell/
H A Dhucl.hs23 … ccall "ucl_parser_add_string" ucl_parser_add_string :: ParserHandle -> CString -> CUInt -> IO Bool
24 foreign import ccall "ucl_parser_add_file" ucl_parser_add_file :: ParserHandle -> CString -> IO Bool
29 foreign import ccall "ucl_object_iterate_safe" ucl_object_iterate_safe :: UCLIterHandle -> Bool -> …
35 foreign import ccall "ucl_object_toboolean" ucl_object_toboolean :: UCLObjectHandle -> Bool
/freebsd-13.1/contrib/bearssl/T0/
H A DTValue.cs67 internal bool Bool { property
194 return v.Bool; in operator bool()
H A DOpcodeJumpIf.cs41 if (v.Bool) { in Run()
H A DOpcodeJumpIfNot.cs41 if (!v.Bool) { in Run()
/freebsd-13.1/contrib/googletest/googletest/samples/
H A Dsample8_unittest.cc83 using ::testing::Bool;
160 Combine(Bool(), Values(1, 10)));
/freebsd-13.1/sys/contrib/device-tree/Bindings/media/
H A Dstih407-c8sectpfe.txt42 - invert-ts-clk : Bool property to control sense of ts input clock (data stored on falling edge of…
43 - serial-not-parallel : Bool property to configure input bus width (serial on ts_data<7>).
44 - async-not-sync : Bool property to control if data is received in asynchronous mode
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/Interp/
H A DOpcodes.td19 def Bool : Type;
69 Uint32, Sint64, Uint64, Bool];
120 // [Bool] -> [], jumps if true.
122 // [Bool] -> [], jumps if false.
181 def ConstBool : ConstOpcode<Bool, ArgBool>;
/freebsd-13.1/sys/contrib/device-tree/Bindings/phy/
H A Dphy-miphy365x.txt36 - st,pcie-tx-pol-inv : Bool property to invert the polarity PCIe Tx (Txn/Txp)
37 - st,sata-tx-pol-inv : Bool property to invert the polarity SATA Tx (Txn/Txp)
/freebsd-13.1/contrib/googletest/googletest/include/gtest/
H A Dgtest-param-test.h.pump90 // Bool() - Yields sequence {false, true}.
351 // Bool() allows generating tests with parameters in a set of (false, true).
354 // Bool()
358 // of multiple flags can be tested when several Bool()'s are combined using
369 // INSTANTIATE_TEST_CASE_P(BoolSequence, FlagDependentTest, Bool());
371 inline internal::ParamGenerator<bool> Bool() {
422 // Combine(Bool(), Bool()));
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp27 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, Bool, OS) in operator <<()
55 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_BuiltinType, Bool, OS) in operator <<()
354 case PDB_VariantType::Bool: in operator <<()
355 OS << (Value.Value.Bool ? "true" : "false"); in operator <<()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Demangle/
H A DRustDemangle.cpp40 Bool, enumerator
428 Type = BasicType::Bool; in parseBasicType()
494 case BasicType::Bool: in printBasicType()
784 case BasicType::Bool: in demangleConst()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyBuiltinDumper.cpp71 case PDB_BuiltinType::Bool: in getTypeName()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DTemplateName.cpp263 LO.Bool = true; in operator <<()
274 LO.Bool = true; in dump()

1234