Searched defs:Splitter (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/regex/ |
H A D | package.d | 1535 public struct Splitter(Flag!"keepSeparators" keepSeparators = No.keepSeparators, Range, alias RegEx… struct 1540 size_t _offset; 1541 alias Rx = typeof(match(Range.init,RegEx.init)); 1542 Rx _match; 1544 static if (keepSeparators) bool onMatch = false; 1546 @trusted this(Range input, RegEx separator) 1566 auto ref opSlice() 1572 @property Range front() 1593 @property bool empty() 1602 void popFront() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/ |
H A D | package.d | 1519 public struct Splitter(Flag!"keepSeparators" keepSeparators = No.keepSeparators, Range, alias RegEx… struct 1524 size_t _offset; 1525 alias Rx = typeof(match(Range.init,RegEx.init)); 1526 Rx _match; 1528 static if (keepSeparators) bool onMatch = false; 1530 @trusted this(Range input, RegEx separator) in this() 1550 auto ref opSlice() in opSlice() 1556 @property Range front() in front() 1577 @property bool empty() in empty() 1586 void popFront() in popFront() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 3411 LoadOpSplitter Splitter(&LI, *U, LI.getType(), AATags, in visitLoadInst() local 3464 StoreOpSplitter Splitter(&SI, *U, V->getType(), AATags, in visitStoreInst() local
|