Searched refs:nesting_state (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/tools/ |
D | cpplint.py | 2084 nesting_state, error): argument 2169 classinfo = nesting_state.InnermostClass() 2375 def CheckAccess(filename, clean_lines, linenum, nesting_state, error): argument 2393 if nesting_state.stack and isinstance(nesting_state.stack[-1], _ClassInfo): 2394 if nesting_state.stack[-1].access != 'private': 2532 def CheckSpacing(filename, clean_lines, linenum, nesting_state, error): argument 2568 if IsBlankLine(line) and not nesting_state.InNamespaceBody(): 3348 def CheckStyle(filename, clean_lines, linenum, file_extension, nesting_state, argument 3446 CheckAccess(filename, clean_lines, linenum, nesting_state, error) 3447 CheckSpacing(filename, clean_lines, linenum, nesting_state, error) [all …]
|
/external/compiler-rt/lib/sanitizer_common/scripts/ |
D | cpplint.py | 1751 nesting_state, error): argument 1836 classinfo = nesting_state.InnermostClass() 2041 def CheckAccess(filename, clean_lines, linenum, nesting_state, error): argument 2059 if nesting_state.stack and isinstance(nesting_state.stack[-1], _ClassInfo): 2060 if nesting_state.stack[-1].access != 'private': 2199 def CheckSpacing(filename, clean_lines, linenum, nesting_state, error): argument 2232 if IsBlankLine(line) and not nesting_state.InNamespaceBody(): 2792 def CheckStyle(filename, clean_lines, linenum, file_extension, nesting_state, argument 2894 CheckAccess(filename, clean_lines, linenum, nesting_state, error) 2895 CheckSpacing(filename, clean_lines, linenum, nesting_state, error) [all …]
|
/external/mksh/src/ |
D | syn.c | 28 struct nesting_state { struct 59 static void nesting_push(struct nesting_state *, int); 60 static void nesting_pop(struct nesting_state *); 69 static struct nesting_state nesting; /* \n changed to ; */ 236 struct nesting_state old_nesting; in nested() 266 struct nesting_state old_nesting; in get_command() 876 nesting_push(struct nesting_state *save, int tok) in nesting_push() 884 nesting_pop(struct nesting_state *saved) in nesting_pop()
|