Searched defs:nomatch (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/test/cctest/
H A Dtest-regexp.cc958 Label nomatch; local
959 m.CheckNotBackReference(0, &nomatch);
961 m.Bind(&nomatch);
1007 Label nomatch; local
1008 m.CheckNotBackReference(0, &nomatch);
1010 m.Bind(&nomatch);
/external/pcre/dist/
H A Dpcre_jit_compile.c7852 jump_list *nomatch = NULL; local
7960 compile_char1_matchingpath(common, type, cc, &nomatch);
7976 set_jumps(nomatch, LABEL());
8032 compile_char1_matchingpath(common, type, cc, &nomatch);
8041 set_jumps(nomatch, LABEL());
8047 compile_char1_matchingpath(common, type, cc, &nomatch);
8049 set_jumps(nomatch, LABEL());
8068 compile_char1_matchingpath(common, type, cc, &nomatch);
8077 set_jumps(nomatch, LABEL());

Completed in 489 milliseconds