Lines Matching refs:rx
36 sregex rx = skip(_s) (+(a1=map1) in test1() local
40 if(!regex_match(str, rx)) in test1()
66 sregex rx = skip(_s) (+(a1=map1) in test2() local
70 if(!regex_match(str, rx)) in test2()
96 sregex rx = skip(_s) (+(a1=map1) in test3() local
100 sregex rx = skip(_s) (+(a1=map1) in test3() local
105 if(!regex_match(str, rx)) in test3()
138 sregex rx = pair >> *(+_s >> pair); in test4() local
144 if(!regex_match(str, what, rx)) in test4()
185 sregex rx = in test5() local
196 if(!regex_match(str, rx)) in test5()
220 sregex rx = skip(_s)( in test6() local
225 if(!regex_match(str, rx)) in test6()
250 sregex rx = *((a1= map1) | (a1= map2) | 'e') [ result += (a1 | "9") ]; in test7() local
251 if(!regex_match(str, rx)) in test7()
293 wsregex rx = (a1= map1)[ result1 = a1 ] >> +_s in BOOST_TYPEOF_REGISTER_TYPE() local
295 if(!regex_match(str, rx)) in BOOST_TYPEOF_REGISTER_TYPE()
323 sregex rx = ~before((a1=map1)[a1]) >> in test9() local
325 if(!regex_match(str, rx)) in test9()