Home
last modified time | relevance | path

Searched refs:ThreadSafeRefCountedBase (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DIntrusiveRefCntPtr.h98 class ThreadSafeRefCountedBase {
102 ThreadSafeRefCountedBase() : RefCount(0) {} in ThreadSafeRefCountedBase() function
/external/llvm/include/llvm/ADT/
DIntrusiveRefCntPtr.h100 class ThreadSafeRefCountedBase {
104 ThreadSafeRefCountedBase() : RefCount(0) {} in ThreadSafeRefCountedBase() function
/external/clang/include/clang/Basic/
DVirtualFileSystem.h196 class FileSystem : public llvm::ThreadSafeRefCountedBase<FileSystem> {
/external/llvm/test/CodeGen/PowerPC/
DBreakableToken-reduced.ll80 %"class.clang::vfs::FileSystem" = type <{ i32 (...)**, %"class.llvm::ThreadSafeRefCountedBase", [4 …
81 %"class.llvm::ThreadSafeRefCountedBase" = type { %"struct.std::atomic" }
/external/clang/include/clang/ASTMatchers/
DASTMatchersInternal.h249 : public llvm::ThreadSafeRefCountedBase<DynMatcherInterface> {