Home
last modified time | relevance | path

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

1234

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Denum12.C3 enum Bool { False, True }; enum
5 enum Bool object;
9 Bool field:1;
H A Dcrash32.C4 enum Bool { FALSE, TRUE }; enum
5 Bool foo () { return TRUE; } in foo()
/openbsd-src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/
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.patch66 @@ -362,7 +362,7 @@ Bool handle_compress ( bz_stream* strm )
68 Bool progress_in = False;
69 Bool progress_out = False;
76 Bool progress;
102 @@ -684,7 +684,10 @@ Bool unRLE_obuf_to_output_FAST ( DState* s )
115 Bool corrupt;
H A Dbzlib.c143 Bool isempty_RL ( EState* s ) in isempty_RL()
293 Bool copy_input_until_stop ( EState* s ) in copy_input_until_stop()
295 Bool progress_in = False; in copy_input_until_stop()
338 Bool copy_output_until_stop ( EState* s ) in copy_output_until_stop()
340 Bool progress_out = False; in copy_output_until_stop()
365 Bool handle_compress ( bz_stream* strm ) in handle_compress()
367 Bool progress_in = False; in handle_compress()
368 Bool progress_out = False; in handle_compress()
390 BZ2_compressBlock ( s, (Bool)(s->mode == BZ_M_FINISHING) ); in handle_compress()
413 Bool progres in BZ_API()
[all...]
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DPrettyPrinter.h67 SuppressDefaultTemplateArgs(true), Bool(LO.Bool), in PrintingPolicy()
87 Bool = true; in adjustForCPlusPlus()
194 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> {
487 def : Property<"dependent", Bool> {
[all …]
H A DPropertiesBase.td80 def Bool : PropertyType<"bool">;
360 def : Property<"hasFiller", Bool> {
427 def : Property<"isDerived", Bool> {
464 def : Property<"hasLValuePath", Bool> {
467 def : Property<"isLValueOnePastTheEnd", Bool> {
470 def : Property<"isExpr", Bool> {
473 def : Property<"isTypeInfo", Bool> {
476 def : Property<"hasBase", Bool> {
479 def : Property<"isNullPtr", Bool> {
659 def : Property<"hasTemplateKeyword", Bool> {
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h344 Bool = 10, enumerator
407 Bool, enumerator
414 explicit Variant(bool V) : Type(PDB_VariantType::Bool) { Value.Bool = V; } in Variant()
455 bool Bool; member
471 case Bool: in isIntegralType()
492 VARIANT_WIDTH(Bool, 1u) in getBitWidth()
517 VARIANT_APSINT(Bool, 1u, true) in toAPSInt()
559 VARIANT_EQUAL_CASE(Bool)
/openbsd-src/gnu/usr.bin/perl/cpan/JSON-PP/t/
H A D118_boolean_values.t31 if (eval "require Data::Bool; 1") {
32 push @tests, [Data::Bool::true(), Data::Bool::false(), 'Data::Bool::Impl', 'Data::Bool::Impl'];
/openbsd-src/gnu/llvm/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()
H A DMsgPackReader.h84 bool Bool; member
/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DOpcodes.td19 def Bool : Type;
68 let Types = !listconcat(NumberTypeClass.Types, [Bool]);
76 let Types = [Bool];
128 // [Bool] -> [], jumps if true.
130 // [Bool] -> [], jumps if false.
196 def ConstBool : ConstOpcode<Bool, ArgBool>;
466 let Types = [Uint8, Sint8, Uint16, Sint16, Uint32, Sint32, Uint64, Sint64, Bool];
470 let Types = [Uint8, Sint8, Uint16, Sint16, Uint32, Sint32, Uint64, Sint64, Bool];
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/
H A Dsize-bool.out++1 +++Bool size:
H A Dalign-bool.out++1 +++Bool alignment:
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/
H A D16567.C5 typedef bool Bool; typedef
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp26 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, Bool, OS) in operator <<()
54 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_BuiltinType, Bool, OS) in operator <<()
355 case PDB_VariantType::Bool: in operator <<()
356 OS << (Value.Value.Bool ? "true" : "false"); in operator <<()
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DPrettyBuiltinDumper.cpp71 case PDB_BuiltinType::Bool: in getTypeName()
/openbsd-src/gnu/llvm/llvm/lib/Demangle/
H A DRustDemangle.cpp40 Bool, enumerator
395 Type = BasicType::Bool; in parseBasicType()
461 case BasicType::Bool: in printBasicType()
753 case BasicType::Bool: in demangleConst()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DTemplateName.cpp354 LO.Bool = true; in operator <<()
365 LO.Bool = true; in dump()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DSanitizers.def85 SANITIZER("bool", Bool)
142 Alignment | Bool | Builtin | ArrayBounds | Enum |
/openbsd-src/gnu/llvm/llvm/lib/BinaryFormat/
H A DMsgPackReader.cpp41 Obj.Bool = true; in read()
45 Obj.Bool = false; in read()
/openbsd-src/gnu/llvm/compiler-rt/lib/gwp_asan/tests/
H A Dbacktrace.cpp73 /* Recoverable */ testing::Bool());
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSymbolEnumerator.cpp113 case PDB_BuiltinType::Bool: { in getValue()
/openbsd-src/gnu/llvm/lldb/tools/lldb-instr/
H A DInstrument.cpp38 Policy.Bool = true; in VisitCXXMethodDecl()

1234