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

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState_Fwd.h 26 template <> struct IntrusiveRefCntPtrInfo<const clang::ento::ProgramState> {
  /external/llvm/unittests/ADT/
IntrusiveRefCntPtrTest.cpp 45 template <> struct IntrusiveRefCntPtrInfo<InterceptRefCounted> {
  /external/llvm/include/llvm/ADT/
IntrusiveRefCntPtr.h 83 friend struct IntrusiveRefCntPtrInfo;
87 template <typename T> struct IntrusiveRefCntPtrInfo {
197 void retain() { if (Obj) IntrusiveRefCntPtrInfo<T>::retain(Obj); }
198 void release() { if (Obj) IntrusiveRefCntPtrInfo<T>::release(Obj); }

Completed in 696 milliseconds