OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IntrusiveRefCntPtrInfo
(Results
1 - 8
of
8
) sorted by null
/external/clang/include/clang/Basic/
LLVM.h
43
template <typename T> struct
IntrusiveRefCntPtrInfo
;
75
using llvm::
IntrusiveRefCntPtrInfo
;
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState_Fwd.h
26
template <> struct
IntrusiveRefCntPtrInfo
<const clang::ento::ProgramState> {
CallEvent.h
161
template <typename T> friend struct llvm::
IntrusiveRefCntPtrInfo
;
[
all
...]
/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); }
/external/swiftshader/third_party/llvm-7.0/llvm/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);
/external/llvm/unittests/ADT/
IntrusiveRefCntPtrTest.cpp
45
template <> struct
IntrusiveRefCntPtrInfo
<InterceptRefCounted> {
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
IntrusiveRefCntPtrTest.cpp
46
template <> struct
IntrusiveRefCntPtrInfo
<InterceptRefCounted> {
Completed in 915 milliseconds