Home
last modified time | relevance | path

Searched refs:matchVec (Results 1 – 7 of 7) sorted by relevance

/dports/security/klee/klee-2.2/lib/Module/
H A DFunctionAlias.cpp124 SmallVector<StringRef, 8> matchVec; in runOnModule() local
125 bool match = regex.match(global.getName(), &matchVec); in runOnModule()
126 if (match && matchVec[0].str() == global.getName().str()) { in runOnModule()
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/old/regexp/
H A Dregexp.go652 head *matchVec
659 type matchVec struct { struct
662 next *matchVec argument
665 func (a *matchArena) new() *matchVec {
668 block := make([]matchVec, N)
684 func (a *matchArena) free(m *matchVec) {
692 func (a *matchArena) copy(m *matchVec) *matchVec {
698 func (a *matchArena) noMatch() *matchVec {
710 match *matchVec
716 func (a *matchArena) addState(s []state, inst *instr, prefixed bool, match *matchVec) []state {
/dports/lang/gcc48/gcc-4.8.5/libgo/go/old/regexp/
H A Dregexp.go652 head *matchVec
659 type matchVec struct { struct
662 next *matchVec argument
665 func (a *matchArena) new() *matchVec {
668 block := make([]matchVec, N)
684 func (a *matchArena) free(m *matchVec) {
692 func (a *matchArena) copy(m *matchVec) *matchVec {
698 func (a *matchArena) noMatch() *matchVec {
710 match *matchVec
716 func (a *matchArena) addState(s []state, inst *instr, prefixed bool, match *matchVec) []state {
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/old/regexp/
H A Dregexp.go652 head *matchVec
659 type matchVec struct { struct
662 next *matchVec argument
665 func (a *matchArena) new() *matchVec {
668 block := make([]matchVec, N)
684 func (a *matchArena) free(m *matchVec) {
692 func (a *matchArena) copy(m *matchVec) *matchVec {
698 func (a *matchArena) noMatch() *matchVec {
710 match *matchVec
716 func (a *matchArena) addState(s []state, inst *instr, prefixed bool, match *matchVec) []state {
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/go/old/regexp/
H A Dregexp.go652 head *matchVec
659 type matchVec struct { struct
662 next *matchVec argument
665 func (a *matchArena) new() *matchVec {
668 block := make([]matchVec, N)
684 func (a *matchArena) free(m *matchVec) {
692 func (a *matchArena) copy(m *matchVec) *matchVec {
698 func (a *matchArena) noMatch() *matchVec {
710 match *matchVec
716 func (a *matchArena) addState(s []state, inst *instr, prefixed bool, match *matchVec) []state {
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/go/old/regexp/
H A Dregexp.go652 head *matchVec
659 type matchVec struct { struct
662 next *matchVec argument
665 func (a *matchArena) new() *matchVec {
668 block := make([]matchVec, N)
684 func (a *matchArena) free(m *matchVec) {
692 func (a *matchArena) copy(m *matchVec) *matchVec {
698 func (a *matchArena) noMatch() *matchVec {
710 match *matchVec
716 func (a *matchArena) addState(s []state, inst *instr, prefixed bool, match *matchVec) []state {
/dports/devel/mingw32-gcc/gcc-4.8.1/libgo/go/old/regexp/
H A Dregexp.go652 head *matchVec
659 type matchVec struct { struct
662 next *matchVec argument
665 func (a *matchArena) new() *matchVec {
668 block := make([]matchVec, N)
684 func (a *matchArena) free(m *matchVec) {
692 func (a *matchArena) copy(m *matchVec) *matchVec {
698 func (a *matchArena) noMatch() *matchVec {
710 match *matchVec
716 func (a *matchArena) addState(s []state, inst *instr, prefixed bool, match *matchVec) []state {