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

/external/skia/include/core/
H A DSkRefCnt.h171 typedef T* SkRefPtr::*unspecified_bool_type; typedef in class:SkRefPtr::SkRefPtr
172 operator unspecified_bool_type() const {
/external/llvm/include/llvm/ADT/
H A DIntrusiveRefCntPtr.h156 typedef T* (IntrusiveRefCntPtr::*unspecified_bool_type) () const;
157 operator unspecified_bool_type() const {
/external/llvm/include/llvm/Support/
H A Dsystem_error.h705 typedef void (*unspecified_bool_type)(); typedef in class:llvm::error_condition
708 operator unspecified_bool_type() const { // true if error
772 typedef void (*unspecified_bool_type)(); typedef in class:llvm::error_code
775 operator unspecified_bool_type() const { // true if error

Completed in 106 milliseconds