Searched defs:nesting_state (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/tools/ |
D | cpplint.py | 2084 nesting_state, error): argument 2375 def CheckAccess(filename, clean_lines, linenum, nesting_state, error): argument 2532 def CheckSpacing(filename, clean_lines, linenum, nesting_state, error): argument 3348 def CheckStyle(filename, clean_lines, linenum, file_extension, nesting_state, argument 3724 include_state, nesting_state, error): argument 4024 nesting_state, error): argument 4492 include_state, function_state, nesting_state, error, argument
|
/external/mksh/src/ |
D | syn.c | 28 struct nesting_state { struct 29 int start_token; /* token than began nesting (eg, FOR) */ 30 int start_line; /* line nesting began on */
|
/external/compiler-rt/lib/sanitizer_common/scripts/ |
D | cpplint.py | 1751 nesting_state, error): argument 2041 def CheckAccess(filename, clean_lines, linenum, nesting_state, error): argument 2199 def CheckSpacing(filename, clean_lines, linenum, nesting_state, error): argument 2792 def CheckStyle(filename, clean_lines, linenum, file_extension, nesting_state, argument 3776 include_state, function_state, nesting_state, error, argument
|