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

<<11121314151617181920>>

  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ExecutionEngine/
JITSymbol.h 66 bool hasError() const {
71 bool isWeak() const {
76 bool isCommon() const {
81 bool isStrongDefinition() const {
86 bool isExported() const {
145 explicit operator bool() const { return Address != 0; }
222 explicit operator bool() const {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/Dynamic/
VariantValue.h 60 bool isConvertibleTo(ArgKind To, unsigned *Specificity) const;
62 bool operator<(const ArgKind &Other) const {
97 bool canConstructFrom(const DynTypedMatcher &Matcher,
98 bool &IsExactMatch) const;
129 virtual bool isConvertibleTo(ast_type_traits::ASTNodeKind Kind,
157 bool isNull() const { return !Value; }
175 bool hasTypedMatcher() const {
186 bool isConvertibleTo(ast_type_traits::ASTNodeKind Kind,
261 explicit operator bool() const { return hasValue(); }
262 bool hasValue() const { return Type != VT_Nothing;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 148 bool IsVirtual);
161 SVal attemptDownCast(SVal Base, QualType DerivedPtrType, bool &Failed);
173 virtual bool includedInBindings(Store store,
229 virtual bool scanReachableSymbols(Store S, const MemRegion *R,
238 virtual bool HandleBinding(StoreManager& SMgr, Store store,
246 bool First;
252 bool HandleBinding(StoreManager& SMgr, Store store, const MemRegion* R,
254 explicit operator bool() { return First && Binding; }
269 QualType castTy, bool performTestOnly = true);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
IntrusiveRefCntPtr.h 166 explicit operator bool() const { return Obj; }
195 inline bool operator==(const IntrusiveRefCntPtr<T> &A,
201 inline bool operator!=(const IntrusiveRefCntPtr<T> &A,
207 inline bool operator==(const IntrusiveRefCntPtr<T> &A, U *B) {
212 inline bool operator!=(const IntrusiveRefCntPtr<T> &A, U *B) {
217 inline bool operator==(T *A, const IntrusiveRefCntPtr<U> &B) {
222 inline bool operator!=(T *A, const IntrusiveRefCntPtr<U> &B) {
227 bool operator==(std::nullptr_t A, const IntrusiveRefCntPtr<T> &B) {
232 bool operator==(const IntrusiveRefCntPtr<T> &A, std::nullptr_t B) {
237 bool operator!=(std::nullptr_t A, const IntrusiveRefCntPtr<T> &B)
    [all...]
PointerSumType.h 84 template <TagT N> bool is() const { return N == getTag(); }
97 explicit operator bool() const { return Value & HelperT::PointerMask; }
98 bool operator==(const PointerSumType &R) const { return Value == R.Value; }
99 bool operator!=(const PointerSumType &R) const { return Value != R.Value; }
100 bool operator<(const PointerSumType &R) const { return Value < R.Value; }
101 bool operator>(const PointerSumType &R) const { return Value > R.Value; }
102 bool operator<=(const PointerSumType &R) const { return Value <= R.Value; }
103 bool operator>=(const PointerSumType &R) const { return Value >= R.Value; }
198 static bool isEqual(const SumType &LHS, const SumType &RHS) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDie.h 51 bool isValid() const { return U && Die; }
52 explicit operator bool() const { return isValid(); }
79 bool hasChildren() const {
85 bool isNULL() const {
90 bool isSubprogramDIE() const;
93 bool isSubroutineDIE() const;
198 bool getLowAndHighPC(uint64_t &LowPC, uint64_t &HighPC) const;
222 bool addressRangeContainsAddress(const uint64_t Address) const;
293 explicit attribute_iterator(DWARFDie D, bool End);
296 explicit operator bool() const { return AttrValue.isValid();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ErrorOr.h 57 /// Implicit conversion to bool returns true if there is a usable value. The
70 static const bool isRef = std::is_reference<T>::value;
162 explicit operator bool() const {
200 static bool compareThisIfSameType(const T1 &a, const T1 &b) {
205 static bool compareThisIfSameType(const T1 &a, const T2 &b) {
275 bool HasError : 1;
281 bool>::type
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 148 bool IsVirtual);
161 SVal attemptDownCast(SVal Base, QualType DerivedPtrType, bool &Failed);
173 virtual bool includedInBindings(Store store,
229 virtual bool scanReachableSymbols(Store S, const MemRegion *R,
238 virtual bool HandleBinding(StoreManager& SMgr, Store store,
246 bool First;
252 bool HandleBinding(StoreManager& SMgr, Store store, const MemRegion* R,
254 explicit operator bool() { return First && Binding; }
270 QualType castTy, bool performTestOnly = true);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
IntrusiveRefCntPtr.h 167 explicit operator bool() const { return Obj; }
197 inline bool operator==(const IntrusiveRefCntPtr<T> &A,
203 inline bool operator!=(const IntrusiveRefCntPtr<T> &A,
209 inline bool operator==(const IntrusiveRefCntPtr<T> &A, U *B) {
214 inline bool operator!=(const IntrusiveRefCntPtr<T> &A, U *B) {
219 inline bool operator==(T *A, const IntrusiveRefCntPtr<U> &B) {
224 inline bool operator!=(T *A, const IntrusiveRefCntPtr<U> &B) {
229 bool operator==(std::nullptr_t A, const IntrusiveRefCntPtr<T> &B) {
234 bool operator==(const IntrusiveRefCntPtr<T> &A, std::nullptr_t B) {
239 bool operator!=(std::nullptr_t A, const IntrusiveRefCntPtr<T> &B)
    [all...]
PointerSumType.h 84 template <TagT N> bool is() const { return N == getTag(); }
97 explicit operator bool() const { return Value & HelperT::PointerMask; }
98 bool operator==(const PointerSumType &R) const { return Value == R.Value; }
99 bool operator!=(const PointerSumType &R) const { return Value != R.Value; }
100 bool operator<(const PointerSumType &R) const { return Value < R.Value; }
101 bool operator>(const PointerSumType &R) const { return Value > R.Value; }
102 bool operator<=(const PointerSumType &R) const { return Value <= R.Value; }
103 bool operator>=(const PointerSumType &R) const { return Value >= R.Value; }
198 static bool isEqual(const SumType &LHS, const SumType &RHS) {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/DWARF/
DWARFDie.h 51 bool isValid() const { return U && Die; }
52 explicit operator bool() const { return isValid(); }
79 bool hasChildren() const {
85 bool isNULL() const {
90 bool isSubprogramDIE() const;
93 bool isSubroutineDIE() const;
199 bool getLowAndHighPC(uint64_t &LowPC, uint64_t &HighPC,
224 bool addressRangeContainsAddress(const uint64_t Address) const;
290 explicit attribute_iterator(DWARFDie D, bool End);
293 explicit operator bool() const { return AttrValue.isValid();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 148 bool IsVirtual);
161 SVal attemptDownCast(SVal Base, QualType DerivedPtrType, bool &Failed);
173 virtual bool includedInBindings(Store store,
229 virtual bool scanReachableSymbols(Store S, const MemRegion *R,
238 virtual bool HandleBinding(StoreManager& SMgr, Store store,
246 bool First;
252 bool HandleBinding(StoreManager& SMgr, Store store, const MemRegion* R,
254 explicit operator bool() { return First && Binding; }
270 QualType castTy, bool performTestOnly = true);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
IntrusiveRefCntPtr.h 167 explicit operator bool() const { return Obj; }
197 inline bool operator==(const IntrusiveRefCntPtr<T> &A,
203 inline bool operator!=(const IntrusiveRefCntPtr<T> &A,
209 inline bool operator==(const IntrusiveRefCntPtr<T> &A, U *B) {
214 inline bool operator!=(const IntrusiveRefCntPtr<T> &A, U *B) {
219 inline bool operator==(T *A, const IntrusiveRefCntPtr<U> &B) {
224 inline bool operator!=(T *A, const IntrusiveRefCntPtr<U> &B) {
229 bool operator==(std::nullptr_t A, const IntrusiveRefCntPtr<T> &B) {
234 bool operator==(const IntrusiveRefCntPtr<T> &A, std::nullptr_t B) {
239 bool operator!=(std::nullptr_t A, const IntrusiveRefCntPtr<T> &B)
    [all...]
PointerSumType.h 84 template <TagT N> bool is() const { return N == getTag(); }
97 explicit operator bool() const { return Value & HelperT::PointerMask; }
98 bool operator==(const PointerSumType &R) const { return Value == R.Value; }
99 bool operator!=(const PointerSumType &R) const { return Value != R.Value; }
100 bool operator<(const PointerSumType &R) const { return Value < R.Value; }
101 bool operator>(const PointerSumType &R) const { return Value > R.Value; }
102 bool operator<=(const PointerSumType &R) const { return Value <= R.Value; }
103 bool operator>=(const PointerSumType &R) const { return Value >= R.Value; }
198 static bool isEqual(const SumType &LHS, const SumType &RHS) {
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/DWARF/
DWARFDie.h 51 bool isValid() const { return U && Die; }
52 explicit operator bool() const { return isValid(); }
79 bool hasChildren() const {
85 bool isNULL() const {
90 bool isSubprogramDIE() const;
93 bool isSubroutineDIE() const;
199 bool getLowAndHighPC(uint64_t &LowPC, uint64_t &HighPC,
224 bool addressRangeContainsAddress(const uint64_t Address) const;
290 explicit attribute_iterator(DWARFDie D, bool End);
293 explicit operator bool() const { return AttrValue.isValid();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 148 bool IsVirtual);
161 SVal attemptDownCast(SVal Base, QualType DerivedPtrType, bool &Failed);
173 virtual bool includedInBindings(Store store,
229 virtual bool scanReachableSymbols(Store S, const MemRegion *R,
238 virtual bool HandleBinding(StoreManager& SMgr, Store store,
246 bool First;
252 bool HandleBinding(StoreManager& SMgr, Store store, const MemRegion* R,
254 explicit operator bool() { return First && Binding; }
270 QualType castTy, bool performTestOnly = true);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
IntrusiveRefCntPtr.h 167 explicit operator bool() const { return Obj; }
197 inline bool operator==(const IntrusiveRefCntPtr<T> &A,
203 inline bool operator!=(const IntrusiveRefCntPtr<T> &A,
209 inline bool operator==(const IntrusiveRefCntPtr<T> &A, U *B) {
214 inline bool operator!=(const IntrusiveRefCntPtr<T> &A, U *B) {
219 inline bool operator==(T *A, const IntrusiveRefCntPtr<U> &B) {
224 inline bool operator!=(T *A, const IntrusiveRefCntPtr<U> &B) {
229 bool operator==(std::nullptr_t A, const IntrusiveRefCntPtr<T> &B) {
234 bool operator==(const IntrusiveRefCntPtr<T> &A, std::nullptr_t B) {
239 bool operator!=(std::nullptr_t A, const IntrusiveRefCntPtr<T> &B)
    [all...]
PointerSumType.h 84 template <TagT N> bool is() const { return N == getTag(); }
97 explicit operator bool() const { return Value & HelperT::PointerMask; }
98 bool operator==(const PointerSumType &R) const { return Value == R.Value; }
99 bool operator!=(const PointerSumType &R) const { return Value != R.Value; }
100 bool operator<(const PointerSumType &R) const { return Value < R.Value; }
101 bool operator>(const PointerSumType &R) const { return Value > R.Value; }
102 bool operator<=(const PointerSumType &R) const { return Value <= R.Value; }
103 bool operator>=(const PointerSumType &R) const { return Value >= R.Value; }
198 static bool isEqual(const SumType &LHS, const SumType &RHS) {
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
DWARFDie.h 51 bool isValid() const { return U && Die; }
52 explicit operator bool() const { return isValid(); }
79 bool hasChildren() const {
85 bool isNULL() const {
90 bool isSubprogramDIE() const;
93 bool isSubroutineDIE() const;
201 bool getLowAndHighPC(uint64_t &LowPC, uint64_t &HighPC,
226 bool addressRangeContainsAddress(const uint64_t Address) const;
292 explicit attribute_iterator(DWARFDie D, bool End);
295 explicit operator bool() const { return AttrValue.isValid();
    [all...]
DWARFUnitIndex.h 41 bool parse(DataExtractor IndexData, uint32_t *OffsetPtr);
80 bool parseImpl(DataExtractor IndexData);
86 explicit operator bool() const { return Header.NumBuckets; }
88 bool parse(DataExtractor IndexData);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ExecutionEngine/
JITSymbol.h 66 bool hasError() const {
71 bool isWeak() const {
76 bool isCommon() const {
81 bool isStrongDefinition() const {
86 bool isExported() const {
145 explicit operator bool() const { return Address != 0; }
222 explicit operator bool() const {
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 148 bool IsVirtual);
161 SVal attemptDownCast(SVal Base, QualType DerivedPtrType, bool &Failed);
173 virtual bool includedInBindings(Store store,
229 virtual bool scanReachableSymbols(Store S, const MemRegion *R,
238 virtual bool HandleBinding(StoreManager& SMgr, Store store,
246 bool First;
252 bool HandleBinding(StoreManager& SMgr, Store store, const MemRegion* R,
254 explicit operator bool() { return First && Binding; }
270 QualType castTy, bool performTestOnly = true);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
IntrusiveRefCntPtr.h 167 explicit operator bool() const { return Obj; }
197 inline bool operator==(const IntrusiveRefCntPtr<T> &A,
203 inline bool operator!=(const IntrusiveRefCntPtr<T> &A,
209 inline bool operator==(const IntrusiveRefCntPtr<T> &A, U *B) {
214 inline bool operator!=(const IntrusiveRefCntPtr<T> &A, U *B) {
219 inline bool operator==(T *A, const IntrusiveRefCntPtr<U> &B) {
224 inline bool operator!=(T *A, const IntrusiveRefCntPtr<U> &B) {
229 bool operator==(std::nullptr_t A, const IntrusiveRefCntPtr<T> &B) {
234 bool operator==(const IntrusiveRefCntPtr<T> &A, std::nullptr_t B) {
239 bool operator!=(std::nullptr_t A, const IntrusiveRefCntPtr<T> &B)
    [all...]
PointerSumType.h 84 template <TagT N> bool is() const { return N == getTag(); }
97 explicit operator bool() const { return Value & HelperT::PointerMask; }
98 bool operator==(const PointerSumType &R) const { return Value == R.Value; }
99 bool operator!=(const PointerSumType &R) const { return Value != R.Value; }
100 bool operator<(const PointerSumType &R) const { return Value < R.Value; }
101 bool operator>(const PointerSumType &R) const { return Value > R.Value; }
102 bool operator<=(const PointerSumType &R) const { return Value <= R.Value; }
103 bool operator>=(const PointerSumType &R) const { return Value >= R.Value; }
198 static bool isEqual(const SumType &LHS, const SumType &RHS) {
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
DWARFDie.h 51 bool isValid() const { return U && Die; }
52 explicit operator bool() const { return isValid(); }
79 bool hasChildren() const {
85 bool isNULL() const {
90 bool isSubprogramDIE() const;
93 bool isSubroutineDIE() const;
201 bool getLowAndHighPC(uint64_t &LowPC, uint64_t &HighPC,
226 bool addressRangeContainsAddress(const uint64_t Address) const;
292 explicit attribute_iterator(DWARFDie D, bool End);
295 explicit operator bool() const { return AttrValue.isValid();
    [all...]

Completed in 1619 milliseconds

<<11121314151617181920>>