Home | History | Annotate | Download | only in coregrind

Lines Matching full:patt

44         const void* patt,  SizeT szbPatt,  UWord nPatt,  UWord ixPatt,
81 /* No specific need to set NULL when !have{Patt,Input}, but guards
84 currPatt = havePatt ? ((const HChar*)patt) + szbPatt * ixPatt : NULL;
108 patt, szbPatt, nPatt, ixPatt+1,
179 Bool VG_(string_match) ( const HChar* patt, const HChar* input )
183 patt, sizeof(HChar), VG_(strlen)(patt), 0,
192 // typedef struct { char* patt; char* input; Bool xres; } Test;
229 // for (t = tests; t->patt; t++) {
231 // t->patt, t->input,
232 // match_string_all((UChar*)t->patt,(UChar*)t->input,True)