Home
last modified time | relevance | path

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

1234

/netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/
H A Dstdbool.m457 typedef bool Bool;
59 typedef _Bool Bool;
81 struct s { Bool s: 1; Bool t; bool u: 1; bool v; } s;
88 char f[(Bool) 0.0 == false ? 1 : -1];
90 char h[sizeof (Bool)];
95 Bool n[m];
97 char p[-1 - (Bool) 0 < 0 && -1 - (bool) 0 < 0 ? 1 : -1];
102 Bool q = true;
103 Bool *pq = &q;
/netbsd-src/external/gpl2/groff/dist/src/include/
H A DXFontName.h49 Bool XParseFontName (XFontNameString, XFontName *, unsigned int *);
50 Bool XFormatFontName (XFontName *, unsigned int, XFontNameString);
51 Bool XCompareFontName (XFontName *, XFontName *, unsigned int);
52 Bool XCopyFontName (XFontName *, XFontName *, unsigned int);
/netbsd-src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dbzlib_private.h44 typedef unsigned char Bool; typedef
51 #define True ((Bool)1)
52 #define False ((Bool)0)
243 Bool inUse[256];
282 BZ2_compressBlock ( EState*, Bool );
364 Bool blockRandomised;
373 Bool smallDecompress;
401 Bool inUse[256];
402 Bool inUse16[16];
/netbsd-src/external/bsd/bzip2/dist/
H A Dbzlib_private.h44 typedef unsigned char Bool; typedef
51 #define True ((Bool)1)
52 #define False ((Bool)0)
239 Bool inUse[256];
278 BZ2_compressBlock ( EState*, Bool );
360 Bool blockRandomised;
369 Bool smallDecompress;
397 Bool inUse[256];
398 Bool inUse16[16];
H A Dbzip2.c164 typedef unsigned char Bool; typedef
171 #define True ((Bool)1)
172 #define False ((Bool)0)
186 Bool keepInputFiles, smallMode, deleteOutputOnInterrupt;
187 Bool forceOverwrite, testFailsExist, unzFailsExist, noisy;
269 Bool uInt64_isZero ( UInt64* n ) in uInt64_isZero()
321 Bool myfeof ( FILE* f ) in myfeof()
436 Bool uncompressStream ( FILE *zStream, FILE *stream ) in uncompressStream()
557 Bool testStream ( FILE *zStream ) in testStream()
945 Bool fileExists ( Char* name ) in fileExists()
[all …]
H A Dbzlib.c141 Bool isempty_RL ( EState* s ) in isempty_RL()
291 Bool copy_input_until_stop ( EState* s ) in copy_input_until_stop()
293 Bool progress_in = False; in copy_input_until_stop()
336 Bool copy_output_until_stop ( EState* s ) in copy_output_until_stop()
338 Bool progress_out = False; in copy_output_until_stop()
363 Bool handle_compress ( bz_stream* strm ) in handle_compress()
365 Bool progress_in = False; in handle_compress()
366 Bool progress_out = False; in handle_compress()
388 BZ2_compressBlock ( s, (Bool)(s->mode == BZ_M_FINISHING) ); in handle_compress()
411 Bool progress; in BZ_API()
[all …]
H A Dbzip2recover.c58 typedef unsigned char Bool; typedef
59 #define True ((Bool)1)
60 #define False ((Bool)0)
95 static Bool endsInBz2 ( Char* name );
276 static Bool endsInBz2 ( Char* name ) in endsInBz2()
/netbsd-src/external/apache2/llvm/dist/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.td64 def : Property<"isSpelledAsLValue", Bool> {
266 def : Property<"noReturn", Bool> {
269 def : Property<"hasRegParm", Bool> {
278 def : Property<"producesResult", Bool> {
281 def : Property<"noCallerSavedRegs", Bool> {
284 def : Property<"noCfCheck", Bool> {
287 def : Property<"cmseNSCall", Bool> {
303 def : Property<"variadic", Bool> {
306 def : Property<"trailingReturn", Bool> {
470 def : Property<"dependent", 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> {
/netbsd-src/external/apache2/llvm/dist/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)
/netbsd-src/external/bsd/libarchive/dist/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);
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/gpl2/groff/dist/src/libs/libxutil/
H A DXFontName.c59 Bool
117 Bool
183 Bool
215 Bool
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dbitmanip.d2909 enum Bool: bool
2915 assert(buffer.peek!Bool() == Bool.bfalse);
2916 assert(buffer.peek!Bool(0) == Bool.bfalse);
2917 assert(buffer.peek!Bool(1) == Bool.btrue);
2920 assert(buffer.peek!Bool(&index) == Bool.bfalse);
2923 assert(buffer.peek!Bool(&index) == Bool.btrue);
3159 enum Bool: bool
3165 assert(buffer.read!Bool() == Bool.bfalse);
3168 assert(buffer.read!Bool() == Bool.btrue);
3522 enum Bool: bool
[all …]
/netbsd-src/external/apache2/llvm/dist/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>;
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dbitmanip.d3639 enum Bool: bool
3645 assert(buffer.peek!Bool() == Bool.bfalse);
3646 assert(buffer.peek!Bool(0) == Bool.bfalse);
3647 assert(buffer.peek!Bool(1) == Bool.btrue);
3650 assert(buffer.peek!Bool(&index) == Bool.bfalse);
3653 assert(buffer.peek!Bool(&index) == Bool.btrue);
3878 enum Bool: bool
3884 assert(buffer.read!Bool() == Bool.bfalse);
3887 assert(buffer.read!Bool() == Bool.btrue);
4231 enum Bool: bool
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/device_include/
H A Dvm_basic_types.h20 typedef bool Bool; typedef
H A Dsvga_types.h44 typedef bool Bool; typedef
/netbsd-src/external/apache2/llvm/dist/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 <<()
/netbsd-src/external/gpl3/gdb/dist/libiberty/testsuite/
H A Drust-demangle-expected214 <const_generic::Bool<false>>
218 <const_generic::Bool<true>>
277 <const_generic::Bool<false>>
281 <const_generic::Bool<true>>
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Demangle/
H A DRustDemangle.cpp279 Type = BasicType::Bool; in parseBasicType()
345 case BasicType::Bool: in printBasicType()
547 case BasicType::Bool: in demangleConst()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DTemplateName.cpp263 LO.Bool = true; in operator <<()
274 LO.Bool = true; in dump()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DPrettyBuiltinDumper.cpp71 case PDB_BuiltinType::Bool: in getTypeName()

1234