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

1 2

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState_Fwd.h 26 template <> struct IntrusiveRefCntPtrInfo<const clang::ento::ProgramState> {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState_Fwd.h 26 template <> struct IntrusiveRefCntPtrInfo<const clang::ento::ProgramState> {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState_Fwd.h 26 template <> struct IntrusiveRefCntPtrInfo<const clang::ento::ProgramState> {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState_Fwd.h 26 template <> struct IntrusiveRefCntPtrInfo<const clang::ento::ProgramState> {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState_Fwd.h 26 template <> struct IntrusiveRefCntPtrInfo<const clang::ento::ProgramState> {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState_Fwd.h 26 template <> struct IntrusiveRefCntPtrInfo<const clang::ento::ProgramState> {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState_Fwd.h 26 template <> struct IntrusiveRefCntPtrInfo<const clang::ento::ProgramState> {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState_Fwd.h 26 template <> struct IntrusiveRefCntPtrInfo<const clang::ento::ProgramState> {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState_Fwd.h 26 template <> struct IntrusiveRefCntPtrInfo<const clang::ento::ProgramState> {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState_Fwd.h 26 template <> struct IntrusiveRefCntPtrInfo<const clang::ento::ProgramState> {
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState_Fwd.h 26 template <> struct IntrusiveRefCntPtrInfo<const clang::ento::ProgramState> {
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState_Fwd.h 26 template <> struct IntrusiveRefCntPtrInfo<const clang::ento::ProgramState> {
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState_Fwd.h 26 template <> struct IntrusiveRefCntPtrInfo<const clang::ento::ProgramState> {
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState_Fwd.h 26 template <> struct IntrusiveRefCntPtrInfo<const clang::ento::ProgramState> {
  /prebuilts/clang/host/linux-x86/clang-4691093/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); }
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
IntrusiveRefCntPtr.h 81 friend struct IntrusiveRefCntPtrInfo;
85 template <typename T> struct IntrusiveRefCntPtrInfo {
195 void retain() { if (Obj) IntrusiveRefCntPtrInfo<T>::retain(Obj); }
196 void release() { if (Obj) IntrusiveRefCntPtrInfo<T>::release(Obj); }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
IntrusiveRefCntPtr.h 52 // - specializes IntrusiveRefCntPtrInfo.
121 /// forward-declares Foo and specializes IntrusiveRefCntPtrInfo<Foo>. Then
124 template <typename T> struct IntrusiveRefCntPtrInfo {
184 IntrusiveRefCntPtrInfo<T>::retain(Obj);
188 IntrusiveRefCntPtrInfo<T>::release(Obj);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
IntrusiveRefCntPtr.h 52 // - specializes IntrusiveRefCntPtrInfo.
122 /// forward-declares Foo and specializes IntrusiveRefCntPtrInfo<Foo>. Then
125 template <typename T> struct IntrusiveRefCntPtrInfo {
185 IntrusiveRefCntPtrInfo<T>::retain(Obj);
190 IntrusiveRefCntPtrInfo<T>::release(Obj);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
IntrusiveRefCntPtr.h 52 // - specializes IntrusiveRefCntPtrInfo.
122 /// forward-declares Foo and specializes IntrusiveRefCntPtrInfo<Foo>. Then
125 template <typename T> struct IntrusiveRefCntPtrInfo {
185 IntrusiveRefCntPtrInfo<T>::retain(Obj);
190 IntrusiveRefCntPtrInfo<T>::release(Obj);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
IntrusiveRefCntPtr.h 52 // - specializes IntrusiveRefCntPtrInfo.
122 /// forward-declares Foo and specializes IntrusiveRefCntPtrInfo<Foo>. Then
125 template <typename T> struct IntrusiveRefCntPtrInfo {
185 IntrusiveRefCntPtrInfo<T>::retain(Obj);
190 IntrusiveRefCntPtrInfo<T>::release(Obj);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
IntrusiveRefCntPtr.h 52 // - specializes IntrusiveRefCntPtrInfo.
122 /// forward-declares Foo and specializes IntrusiveRefCntPtrInfo<Foo>. Then
125 template <typename T> struct IntrusiveRefCntPtrInfo {
185 IntrusiveRefCntPtrInfo<T>::retain(Obj);
190 IntrusiveRefCntPtrInfo<T>::release(Obj);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
IntrusiveRefCntPtr.h 52 // - specializes IntrusiveRefCntPtrInfo.
122 /// forward-declares Foo and specializes IntrusiveRefCntPtrInfo<Foo>. Then
125 template <typename T> struct IntrusiveRefCntPtrInfo {
185 IntrusiveRefCntPtrInfo<T>::retain(Obj);
190 IntrusiveRefCntPtrInfo<T>::release(Obj);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
IntrusiveRefCntPtr.h 52 // - specializes IntrusiveRefCntPtrInfo.
122 /// forward-declares Foo and specializes IntrusiveRefCntPtrInfo<Foo>. Then
125 template <typename T> struct IntrusiveRefCntPtrInfo {
185 IntrusiveRefCntPtrInfo<T>::retain(Obj);
190 IntrusiveRefCntPtrInfo<T>::release(Obj);

Completed in 1071 milliseconds

1 2