Home
last modified time | relevance | path

Searched defs:refCount (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/test/Analysis/
H A Datomics.c20 uint32_t refCount; member
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DImmutableSet.h222 uint32_t refCount = 0; variable
/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DAsyncRuntime.cpp126 RefCounted(AsyncRuntime *runtime, int64_t refCount = 1) in RefCounted()
153 std::atomic<int64_t> refCount; member in mlir::runtime::__anonc7b155b40111::RefCounted
/llvm-project-15.0.7/mlir/lib/Dialect/Async/Transforms/
H A DAsyncRuntimeRefCounting.cpp497 FailureOr<int> refCount = func(operand); in addRefCounting() local
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h124 unsigned refCount; variable