Searched refs:nesting_state (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/ |
| H A 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 …]
|
| /netbsd-src/bin/ksh/ |
| H A D | syn.c | 17 struct nesting_state { struct 42 static void nesting_push ARGS((struct nesting_state *save, int tok)); argument 43 static void nesting_pop ARGS((struct nesting_state *saved)); 57 static struct nesting_state nesting; /* \n changed to ; */ 199 struct nesting_state old_nesting; 216 struct nesting_state old_nesting; 761 struct nesting_state *save; in nesting_push() 771 struct nesting_state *saved; in nesting_pop()
|