Home
last modified time | relevance | path

Searched refs:makeRef (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dparallelism.d4005 static ref T makeRef(T)(ref T num) in makeRef() function
4010 auto t3 = task!makeRef(toInc);
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dparallelism.d4267 static ref T makeRef(T)(ref T num) in makeRef() function
4272 auto t3 = task!makeRef(toInc);
/netbsd-src/external/apache2/llvm/dist/clang/docs/analyzer/
H A Dcheckers.rst2502 RefPtr<RefCountable> rc = makeRef(provide_uncounted());
2504 consume(makeRef(provide_uncounted()).get()); // ok