| Home | Sort by: relevance | last modified time | path | 
| /src/tests/usr.bin/xlint/lint1/ | |
| msg_152.c | 17 	/* expect+1: error: 'local_var' has incomplete type 'incomplete struct incomplete' [31] */ 18 struct incomplete local_var; local in function:caller 20 callee(local_var); | 
| /src/tests/usr.bin/indent/ | |
| opt_cd.c | 13 	int local_var	/* unfinished declaration */  variable in typeref:typename:int 26 int local_var /* unfinished declaration */ variable in typeref:typename:int 41 int local_var /* unfinished declaration */ variable in typeref:typename:int | 
| /src/tests/lib/libc/tls/dso/ | |
| h_tls_dlopen.c | 49 static __thread pid_t (*local_var)(void) = getpid;  variable in typeref:typename:__thread pid_t (*)(void) 59 ATF_CHECK_EQ(local_var, getpid); | 
| /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/ | |
| tsan_posix.cc | 75 static __thread int local_var;  variable in typeref:typename:__thread int 78 __tsan_write1(&local_var); |