Home | History | Annotate | Download | only in tools

Lines Matching refs:exception

238     'algobase.h', 'algorithm', 'alloc.h', 'bitset', 'deque', 'exception',
253 'defalloc.h', 'deque.h', 'editbuf.h', 'exception', 'fstream',
734 class _IncludeError(Exception):
1889 # immediately inside parens (eg "f( 3, 4 )"). We make an exception
2252 # complain, we check if it is an exception to the rule: The previous
2258 exception = False
2266 exception = (search_position >= 0
2275 exception = (Match(r' {4}\w[^\(]*\)\s*(const\s*)?(\{\s*$|:)',
2279 if not exception:
2424 # Exception: "for ( ; foo; bar)" and "for (foo; bar; )" are allowed.
3308 # Check if people are using the verboten C basic types. The only exception