HomeSort by relevance Sort by last modified time
    Searched defs:bool (Results 176 - 200 of 1477) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
DWARFAttribute.h 38 bool isValid() const {
42 explicit operator bool() const {
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/FuzzMutate/
Random.h 43 bool isEmpty() const { return TotalWeight == 0; }
50 explicit operator bool() const { return !isEmpty();}
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
DebugLoc.h 67 explicit operator bool() const { return Loc; }
70 bool hasTrivialDestructor() const { return Loc.hasTrivialDestructor(); }
91 bool ReplaceLast = false);
115 bool operator==(const DebugLoc &DL) const { return Loc == DL.Loc; }
116 bool operator!=(const DebugLoc &DL) const { return Loc != DL.Loc; }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/CodeGen/
ConstantInitFuture.h 65 explicit operator bool() const { return bool(Data); }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
DwarfStringPoolEntry.h 36 explicit operator bool() const { return I; }
45 bool operator==(const DwarfStringPoolEntryRef &X) const { return I == X.I; }
46 bool operator!=(const DwarfStringPoolEntryRef &X) const { return I != X.I; }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
DWARFAttribute.h 38 bool isValid() const {
42 explicit operator bool() const {
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/FuzzMutate/
Random.h 43 bool isEmpty() const { return TotalWeight == 0; }
50 explicit operator bool() const { return !isEmpty();}
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
DebugLoc.h 67 explicit operator bool() const { return Loc; }
70 bool hasTrivialDestructor() const { return Loc.hasTrivialDestructor(); }
91 bool ReplaceLast = false);
115 bool operator==(const DebugLoc &DL) const { return Loc == DL.Loc; }
116 bool operator!=(const DebugLoc &DL) const { return Loc != DL.Loc; }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/CodeGen/
ConstantInitFuture.h 65 explicit operator bool() const { return bool(Data); }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
DwarfStringPoolEntry.h 36 explicit operator bool() const { return I; }
45 bool operator==(const DwarfStringPoolEntryRef &X) const { return I == X.I; }
46 bool operator!=(const DwarfStringPoolEntryRef &X) const { return I != X.I; }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
DWARFAttribute.h 38 bool isValid() const {
42 explicit operator bool() const {
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/FuzzMutate/
Random.h 43 bool isEmpty() const { return TotalWeight == 0; }
50 explicit operator bool() const { return !isEmpty();}
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
DebugLoc.h 67 explicit operator bool() const { return Loc; }
70 bool hasTrivialDestructor() const { return Loc.hasTrivialDestructor(); }
91 bool ReplaceLast = false);
115 bool operator==(const DebugLoc &DL) const { return Loc == DL.Loc; }
116 bool operator!=(const DebugLoc &DL) const { return Loc != DL.Loc; }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/CodeGen/
ConstantInitFuture.h 65 explicit operator bool() const { return bool(Data); }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
DwarfStringPoolEntry.h 36 explicit operator bool() const { return I; }
45 bool operator==(const DwarfStringPoolEntryRef &X) const { return I == X.I; }
46 bool operator!=(const DwarfStringPoolEntryRef &X) const { return I != X.I; }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
DWARFAttribute.h 38 bool isValid() const {
42 explicit operator bool() const {
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/FuzzMutate/
Random.h 43 bool isEmpty() const { return TotalWeight == 0; }
50 explicit operator bool() const { return !isEmpty();}
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
DebugLoc.h 67 explicit operator bool() const { return Loc; }
70 bool hasTrivialDestructor() const { return Loc.hasTrivialDestructor(); }
91 bool ReplaceLast = false);
115 bool operator==(const DebugLoc &DL) const { return Loc == DL.Loc; }
116 bool operator!=(const DebugLoc &DL) const { return Loc != DL.Loc; }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
exception_ptr.h 132 bool operator!() const _GLIBCXX_USE_NOEXCEPT
138 explicit operator bool() const
142 friend bool
151 bool
155 bool
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
exception_ptr.h 132 bool operator!() const _GLIBCXX_USE_NOEXCEPT
138 explicit operator bool() const
142 friend bool
151 bool
155 bool
  /prebuilts/gdb/darwin-x86/include/python2.7/
asdl.h 9 typedef enum {false, true} bool; typedef in typeref:enum:__anon66440
  /prebuilts/gdb/linux-x86/include/python2.7/
asdl.h 9 typedef enum {false, true} bool; typedef in typeref:enum:__anon66562
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
asdl.h 9 typedef enum {false, true} bool; typedef in typeref:enum:__anon955
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
asdl.h 9 typedef enum {false, true} bool; typedef in typeref:enum:__anon1078
  /system/core/libutils/include/utils/
StrongPointer.h 28 inline bool operator _op_ (const sp<T>& o) const { \
31 inline bool operator _op_ (const T* o) const { \
35 inline bool operator _op_ (const sp<U>& o) const { \
39 inline bool operator _op_ (const U* o) const { \
42 inline bool operator _op_ (const wp<T>& o) const { \
46 inline bool operator _op_ (const wp<U>& o) const { \
88 inline explicit operator bool () const { return m_ptr != nullptr; }

Completed in 1299 milliseconds

1 2 3 4 5 6 78 91011>>