HomeSort by relevance Sort by last modified time
    Searched refs:unspecified_bool_type (Results 1 - 3 of 3) sorted by null

  /external/skia/include/core/
SkRefCnt.h 171 typedef T* SkRefPtr::*unspecified_bool_type; typedef in class:SkRefPtr::SkRefPtr
172 operator unspecified_bool_type() const {
  /external/llvm/include/llvm/ADT/
IntrusiveRefCntPtr.h 156 typedef T* (IntrusiveRefCntPtr::*unspecified_bool_type) () const;
157 operator unspecified_bool_type() const {
  /external/llvm/include/llvm/Support/
system_error.h 705 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 74 milliseconds