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 84 friend struct IntrusiveRefCntPtrInfo;
88 template <typename T> struct IntrusiveRefCntPtrInfo {
198 void retain() { if (Obj) IntrusiveRefCntPtrInfo<T>::retain(Obj); }
199 void release() { if (Obj) IntrusiveRefCntPtrInfo<T>::release(Obj); }

Completed in 178 milliseconds