Searched refs:Search (Results 1 – 2 of 2) sorted by relevance
423 def Search(pattern, s): function1456 if Search('(^|[^:]):($|[^:])', clean_lines.elided[linenum]):1815 if Search(r'printf\s*\(.*".*%[-+ ]?\d*q', line):1819 if Search(r'printf\s*\(.*".*%\d+\$', line):1826 if Search(r'("|\').*\\(%|\[|\(|{)', line):1833 if Search(r'\b(const|volatile|void|char|short|int|long'1849 if Search(r'(\w+|[+-]?\d+(\.\d*)?)\s*(<|>)\?=?\s*(\w+|[+-]?\d+)(\.\d*)?',1854 if Search(r'^\s*const\s*string\s*&\s*\w+\s*;', line):1909 match = Search(pattern, line)1930 not Search(r'\b(if|for|while|switch|return|delete|new)\b', fncall) and[all …]
1 Bisection Bug Search4 Bisection Bug Search is a tool for finding compiler optimizations bugs. It15 How to run Bisection Bug Search