Home
last modified time | relevance | path

Searched defs:SharedImpl (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DBinaryStreamRef.h32 BinaryStreamRefBase(std::shared_ptr<StreamType> SharedImpl, uint64_t Offset, in BinaryStreamRefBase()
142 std::shared_ptr<StreamType> SharedImpl; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DBinaryStreamRef.h32 BinaryStreamRefBase(std::shared_ptr<StreamType> SharedImpl, uint64_t Offset, in BinaryStreamRefBase()
140 std::shared_ptr<StreamType> SharedImpl; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DBinaryStreamRef.h33 BinaryStreamRefBase(std::shared_ptr<StreamType> SharedImpl, uint32_t Offset, in BinaryStreamRefBase()
143 std::shared_ptr<StreamType> SharedImpl; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DBinaryStreamRef.h32 BinaryStreamRefBase(std::shared_ptr<StreamType> SharedImpl, uint64_t Offset, in BinaryStreamRefBase()
140 std::shared_ptr<StreamType> SharedImpl; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DBinaryStreamRef.h32 BinaryStreamRefBase(std::shared_ptr<StreamType> SharedImpl, uint64_t Offset, in BinaryStreamRefBase()
140 std::shared_ptr<StreamType> SharedImpl; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DBinaryStreamRef.h32 BinaryStreamRefBase(std::shared_ptr<StreamType> SharedImpl, uint64_t Offset, in BinaryStreamRefBase()
140 std::shared_ptr<StreamType> SharedImpl; variable
/aosp_15_r20/external/bcc/tests/cc/
H A Dcatch.hpp539 struct SharedImpl : T { struct
541 SharedImpl() : m_rc( 0 ){} in SharedImpl() argument
543 virtual void addRef() const { in addRef()
546 virtual void release() const { in release()
551 mutable unsigned int m_rc;