Home | History | Annotate | Download | only in gl

Lines Matching refs:compile

1857   extension_start = re.compile(
1859 extension_function = re.compile(r'.+\s+([a-z]+\w+)\s*\(')
1860 typedef = re.compile(r'typedef .*')
1861 macro_start = re.compile(r'^#(if|ifdef|ifndef).*')
1862 macro_end = re.compile(r'^#endif.*')