Home
last modified time | relevance | path

Searched refs:arrayInChunk (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/
H A Dthompson.d817 merge = arrayInChunk!(DataIndex)(re.hotspotTableSize, memory); in initExternalMemory()
820 opCacheTrue = arrayInChunk!(OpFunc)(re.ir.length, memory); in initExternalMemory()
821 opCacheFalse = arrayInChunk!(OpFunc)(re.ir.length, memory); in initExternalMemory()
822 opCacheBackTrue = arrayInChunk!(OpBackFunc)(re.ir.length, memory); in initExternalMemory()
823 opCacheBackFalse = arrayInChunk!(OpBackFunc)(re.ir.length, memory); in initExternalMemory()
H A Dir.d700 @system T[] arrayInChunk(T)(size_t len, ref void[] chunk) in arrayInChunk() function
H A Dbacktracking.d148 merge = arrayInChunk!(Trace)(re.hotspotTableSize, memBlock); in BacktrackingMatcher()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/regex/internal/
H A Dthompson.d822 merge = arrayInChunk!(DataIndex)(re.hotspotTableSize, memory); in initExternalMemory()
825 opCacheTrue = arrayInChunk!(OpFunc)(re.ir.length, memory); in initExternalMemory()
826 opCacheFalse = arrayInChunk!(OpFunc)(re.ir.length, memory); in initExternalMemory()
827 opCacheBackTrue = arrayInChunk!(OpBackFunc)(re.ir.length, memory); in initExternalMemory()
828 opCacheBackFalse = arrayInChunk!(OpBackFunc)(re.ir.length, memory); in initExternalMemory()
H A Dir.d894 @system T[] arrayInChunk(T)(size_t len, ref void[] chunk) in arrayInChunk() function
H A Dbacktracking.d151 merge = arrayInChunk!(Trace)(re.hotspotTableSize, memBlock); in initExternalMemory()