Searched defs:unspecified_bool_type (Results 1 - 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Support/Windows/
H A DWindows.h92 typedef void (*unspecified_bool_type)(); typedef in class:ScopedHandle
96 operator unspecified_bool_type() const {
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DIntrusiveRefCntPtr.h146 typedef T* (IntrusiveRefCntPtr::*unspecified_bool_type) () const;
147 operator unspecified_bool_type() const {
/external/skia/include/core/
H A DSkRefCnt.h248 using unspecified_bool_type = T* sk_sp::*;
325 // When explicit operator bool can be used, remove operator! and operator unspecified_bool_type.
327 operator unspecified_bool_type() const { return this->get() ? &sk_sp::fPtr : nullptr; }
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xstutil/include/
H A Dd3d1xstutil.h591 typedef T* refcnt_ptr::*unspecified_bool_type; typedef in class:refcnt_ptr::refcnt_ptr
593 operator unspecified_bool_type() const
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A Dsystem_error.h716 typedef void (*unspecified_bool_type)(); typedef in class:llvm::error_condition
719 operator unspecified_bool_type() const { // true if error
779 typedef void (*unspecified_bool_type)(); typedef in class:llvm::error_code
782 operator unspecified_bool_type() const { // true if error

Completed in 4769 milliseconds