Home
last modified time | relevance | path

Searched defs:OwningPtr (Results 1 – 2 of 2) sorted by relevance

/llvm-project/flang/include/flang/Runtime/
H A Dmemory.h50 RT_API_ATTRS explicit OwningPtr(pointer_type p) : ptr_(p) {} in OwningPtr() function
53 RT_API_ATTRS OwningPtr(OwningPtr &&other) { in OwningPtr() function
65 constexpr RT_API_ATTRS OwningPtr(std::nullptr_t) : OwningPtr() {} in OwningPtr() function
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Downing-memory.cpp341 gsl::owner<int *> OwningPtr = Array1.data(); // Bad, since it does not return the owner in test_inner_template() local