Home
last modified time | relevance | path

Searched defs:Regexp (Results 1 – 10 of 10) sorted by relevance

/external/syzkaller/pkg/report/
Dreport.go248 func containsCrash(output []byte, oopses []*oops, ignores []*regexp.Regexp) bool {
268 func matchOops(line []byte, oops *oops, ignores []*regexp.Regexp) int {
376 func extractStackFrameImpl(params *stackParams, output []byte, skipRe *regexp.Regexp,
377 parts []*regexp.Regexp) (string, string) {
429 func simpleLineParser(output []byte, oopses []*oops, params *stackParams, ignores []*regexp.Regexp)…
466 func matchesAny(line []byte, res []*regexp.Regexp) bool {
Dnetbsd.go16 func ctorNetbsd(kernelSrc, kernelObj string, ignores []*regexp.Regexp) (Reporter, []string, error) {
Dgvisor.go15 func ctorGvisor(kernelSrc, kernelObj string, ignores []*regexp.Regexp) (Reporter, []string, error) {
Dstub.go16 func ctorStub(kernelSrc, kernelObj string, ignores []*regexp.Regexp) (Reporter, []string, error) {
Dfreebsd.go17 func ctorFreebsd(kernelSrc, kernelObj string, ignores []*regexp.Regexp) (Reporter, []string, error)…
Dakaros.go23 func ctorAkaros(kernelSrc, kernelObj string, ignores []*regexp.Regexp) (Reporter, []string, error) {
Dfuchsia.go47 func ctorFuchsia(kernelSrc, kernelObj string, ignores []*regexp.Regexp) (Reporter, []string, error)…
Dlinux.go35 func ctorLinux(kernelSrc, kernelObj string, ignores []*regexp.Regexp) (Reporter, []string, error) {
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DSpecialCaseList.cpp29 bool SpecialCaseList::Matcher::insert(std::string Regexp, in insert()
174 std::string Regexp = SplitRegexp.first; in parse() local
/external/llvm/lib/Support/
DSpecialCaseList.cpp107 std::string Regexp = SplitRegexp.first; in parse() local