Home
last modified time | relevance | path

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

1234

/freebsd-12.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-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DPrettyPrinter.h47 SuppressTemplateArgsInCXXConstructors(false), Bool(LO.Bool), in PrintingPolicy()
62 Bool = true; in adjustForCPlusPlus()
160 unsigned Bool : 1; member
/freebsd-12.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-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h284 Bool = 10, enumerator
346 Bool, enumerator
353 explicit Variant(bool V) : Type(PDB_VariantType::Bool) { Value.Bool = V; } in Variant()
394 bool Bool; member
416 VARIANT_EQUAL_CASE(Bool)
/freebsd-12.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);
H A Darchive_ppmd_private.h54 typedef int Bool; typedef
H A Darchive_ppmd7.c125 static Bool Ppmd7_Alloc(CPpmd7 *p, UInt32 size) in Ppmd7_Alloc()
375 static CTX_PTR CreateSuccessors(CPpmd7 *p, Bool skip) in CreateSuccessors()
745 static Bool Ppmd_RangeDec_Init(CPpmd7z_RangeDec *p) in Ppmd_RangeDec_Init()
755 static Bool Ppmd7z_RangeDec_Init(CPpmd7z_RangeDec *p) in Ppmd7z_RangeDec_Init()
762 static Bool PpmdRAR_RangeDec_Init(CPpmd7z_RangeDec *p) in PpmdRAR_RangeDec_Init()
/freebsd-12.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-12.1/contrib/bearssl/T0/
H A DTValue.cs67 internal bool Bool { property
194 return v.Bool; in operator bool()
H A DOpcodeJumpIfNot.cs41 if (!v.Bool) { in Run()
H A DOpcodeJumpIf.cs41 if (v.Bool) { in Run()
/freebsd-12.1/contrib/googletest/googletest/samples/
H A Dsample8_unittest.cc83 using ::testing::Bool;
160 Combine(Bool(), Values(1, 10)));
/freebsd-12.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-12.1/contrib/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp28 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, Bool, OS) in operator <<()
56 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_BuiltinType, Bool, OS) in operator <<()
313 case PDB_VariantType::Bool: in operator <<()
314 OS << (Value.Value.Bool ? "true" : "false"); in operator <<()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DTemplateName.cpp246 LO.Bool = true; in operator <<()
257 LO.Bool = true; in dump()
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DPrettyBuiltinDumper.cpp72 case PDB_BuiltinType::Bool: in getTypeName()
/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DMsgPackReader.h84 bool Bool; member
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DSanitizers.def74 SANITIZER("bool", Bool)
127 Alignment | Bool | Builtin | ArrayBounds | Enum |
/freebsd-12.1/contrib/llvm/lib/BinaryFormat/
H A DMsgPackReader.cpp41 Obj.Bool = true; in read()
45 Obj.Bool = false; in read()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSymbolEnumerator.cpp112 case PDB_BuiltinType::Bool: { in getValue()
/freebsd-12.1/tests/sys/fs/fusefs/
H A Dio.cc534 Combine(Bool(), /* async read */
541 Combine(Bool(), /* async read */

1234