| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/ |
| H A D | enum12.C | 3 enum Bool { False, True }; enum 5 enum Bool object; 9 Bool field:1;
|
| H A D | crash32.C | 4 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 D | bzlib_private.h | 42 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 D | bzip2.patch | 66 @@ -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 D | bzlib.c | 143 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 D | PrettyPrinter.h | 67 SuppressDefaultTemplateArgs(true), Bool(LO.Bool), in PrintingPolicy() 87 Bool = true; in adjustForCPlusPlus() 194 unsigned Bool : 1; member
|
| H A D | TypeProperties.td | 64 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 D | PropertiesBase.td | 80 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 D | PDBTypes.h | 344 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 D | 118_boolean_values.t | 31 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 D | MsgPackDocument.h | 57 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 D | MsgPackReader.h | 84 bool Bool; member
|
| /openbsd-src/gnu/llvm/clang/lib/AST/Interp/ |
| H A D | Opcodes.td | 19 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 D | size-bool.out++ | 1 +++Bool size:
|
| H A D | align-bool.out++ | 1 +++Bool alignment:
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/ |
| H A D | 16567.C | 5 typedef bool Bool; typedef
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/ |
| H A D | PDBExtras.cpp | 26 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 D | PrettyBuiltinDumper.cpp | 71 case PDB_BuiltinType::Bool: in getTypeName()
|
| /openbsd-src/gnu/llvm/llvm/lib/Demangle/ |
| H A D | RustDemangle.cpp | 40 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 D | TemplateName.cpp | 354 LO.Bool = true; in operator <<() 365 LO.Bool = true; in dump()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | Sanitizers.def | 85 SANITIZER("bool", Bool) 142 Alignment | Bool | Builtin | ArrayBounds | Enum |
|
| /openbsd-src/gnu/llvm/llvm/lib/BinaryFormat/ |
| H A D | MsgPackReader.cpp | 41 Obj.Bool = true; in read() 45 Obj.Bool = false; in read()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/gwp_asan/tests/ |
| H A D | backtrace.cpp | 73 /* Recoverable */ testing::Bool());
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeSymbolEnumerator.cpp | 113 case PDB_BuiltinType::Bool: { in getValue()
|
| /openbsd-src/gnu/llvm/lldb/tools/lldb-instr/ |
| H A D | Instrument.cpp | 38 Policy.Bool = true; in VisitCXXMethodDecl()
|