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

  /external/swiftshader/third_party/LLVM/lib/Support/Windows/
Windows.h 92 typedef void (*unspecified_bool_type)(); typedef in class:ScopedHandle
96 operator unspecified_bool_type() const {
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
IntrusiveRefCntPtr.h 146 typedef T* (IntrusiveRefCntPtr::*unspecified_bool_type) () const;
147 operator unspecified_bool_type() const {
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
system_error.h 716 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
  /external/skia/include/core/
SkRefCnt.h 248 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/
d3d1xstutil.h 591 typedef T* refcnt_ptr::*unspecified_bool_type; typedef in class:refcnt_ptr::refcnt_ptr
593 operator unspecified_bool_type() const

Completed in 153 milliseconds