Home | History | Annotate | Download | only in gl

Lines Matching refs:compile

1891   extension_start = re.compile(
1893 extension_function = re.compile(r'.+\s+([a-z]+\w+)\s*\(')
1894 typedef = re.compile(r'typedef .*')
1895 macro_start = re.compile(r'^#(if|ifdef|ifndef).*')
1896 macro_end = re.compile(r'^#endif.*')