Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dpath.d803 assert(!isRooted(path)); in _rootName()
1651 if (isRooted(r2))
2409 assert(!isRooted(_path)); in this()
2575 bool isRooted(R)(R path)
2589 assert( isRooted("/")); in version()
2590 assert( isRooted("/foo")); in version()
2591 assert(!isRooted("foo")); in version()
2592 assert(!isRooted("../foo")); in version()
2597 assert( isRooted(`\`)); in version()
2598 assert( isRooted(`\foo`)); in version()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dpath.d720 assert(!isRooted(path));
1553 if (isRooted(r2))
2309 assert(!isRooted(_path)); in this()
2493 bool isRooted(R)(R path)
2505 assert(isRooted("/"));
2506 assert(isRooted("/foo"));
2507 assert(!isRooted("foo"));
2508 assert(!isRooted("../foo"));
2512 assert(isRooted(`\`)); in version()
2513 assert(isRooted(`\foo`)); in version()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DDDG.h257 bool isRooted() const { return Kind == EdgeKind::Rooted; } in isRooted() function