HomeSort by: relevance | last modified time | path
    Searched defs:Bool (Results 1 - 15 of 15) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/device_include/
svga_types.h 44 typedef bool Bool;
vm_basic_types.h 20 typedef bool Bool;
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
gtest-param-test.h 87 // Bool() - Yields sequence {false, true}.
339 // Bool() allows generating tests with parameters in a set of (false, true).
342 // Bool()
346 // of multiple flags can be tested when several Bool()'s are combined using
352 // class FlagDependentTest : public testing::TestWithParam<bool> {
357 // INSTANTIATE_TEST_SUITE_P(BoolSequence, FlagDependentTest, Bool());
359 inline internal::ParamGenerator<bool> Bool() {
396 // : public testing::TestWithParam<std::tuple<bool, bool> > {
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
MsgPackReader.h 85 bool Bool;
124 Expected<bool> read(Object &Obj);
137 template <class T> Expected<bool> readRaw(Object &Obj);
138 template <class T> Expected<bool> readInt(Object &Obj);
139 template <class T> Expected<bool> readUInt(Object &Obj);
140 template <class T> Expected<bool> readLength(Object &Obj);
141 template <class T> Expected<bool> readExt(Object &Obj);
142 Expected<bool> createRaw(Object &Obj, uint32_t Size);
143 Expected<bool> createExt(Object &Obj, uint32_t Size)
    [all...]
MsgPackDocument.h 57 bool Bool;
70 bool isMap() const { return getKind() == Type::Map; }
71 bool isArray() const { return getKind() == Type::Array; }
72 bool isScalar() const { return !isMap() && !isArray(); }
73 bool isString() const { return getKind() == Type::String; }
78 bool isEmpty() const { return !KindAndDoc || getKind() == Type::Empty; }
92 bool &getBool() {
94 return Bool;
112 bool getBool() const
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
PrettyPrinter.h 30 virtual bool handledStmt(Stmt* E, raw_ostream& OS) = 0;
51 virtual bool isScopeVisible(const DeclContext *DC) const { return false; }
69 SuppressDefaultTemplateArgs(true), Bool(LO.Bool),
85 Bool = true;
190 /// Whether we can use 'bool' rather than '_Bool' (even if the language
191 /// doesn't actually have 'bool', because, e.g., it is defined as a macro).
192 unsigned Bool : 1;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
RustDemangle.h 26 bool Punycode;
28 bool empty() const { return Name.empty(); }
32 Bool,
73 bool Print;
76 bool Error;
84 bool demangle(StringView MangledName);
142 bool consumeIf(char Prefix) {
152 bool addAssign(uint64_t &A, const uint64_t B) {
164 bool mulAssign(uint64_t &A, const uint64_t B) {
MicrosoftDemangleNodes.h 87 Bool,
346 bool IsVariadic = false;
352 bool IsNoexcept = false;
380 bool IsDestructor = false;
416 bool IsThread = false;
432 explicit StructorIdentifierNode(bool IsDestructor)
440 bool IsDestructor = false;
550 bool IsMemberPointer = false;
555 IntegerLiteralNode(uint64_t Value, bool IsNegative)
561 bool IsNegative = false
    [all...]
  /src/external/bsd/libarchive/dist/libarchive/
archive_ppmd_private.h 54 typedef int Bool;
  /src/external/bsd/bzip2/dist/
bzip2recover.c 58 typedef unsigned char Bool;
59 #define True ((Bool)1)
60 #define False ((Bool)0)
95 static Bool endsInBz2 ( Char* name );
276 static Bool endsInBz2 ( Char* name )
bzip2.c 164 typedef unsigned char Bool;
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 )
321 Bool myfeof ( FILE* f )
436 Bool uncompressStream ( FILE *zStream, FILE *stream )
557 Bool testStream ( FILE *zStream )
945 Bool fileExists ( Char* name
    [all...]
bzlib_private.h 44 typedef unsigned char Bool;
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];
  /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
bzlib_private.h 44 typedef unsigned char Bool;
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];
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 344 Bool = 10,
406 Bool,
413 explicit Variant(bool V) : Type(PDB_VariantType::Bool) { Value.Bool = V; }
454 bool Bool;
468 bool isIntegralType() const {
470 case Bool:
491 VARIANT_WIDTH(Bool, 1u
    [all...]
  /src/external/public-domain/sqlite/dist/
sqlite3.c     [all...]

Completed in 94 milliseconds