Searched defs:undef (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/tools/smatch/src/validation/ |
H A D | badtype3.c | 2 foo (int (*func) (undef, void *), void *data) argument
|
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | smatch_assigned_expr.c | 33 static void undef(struct sm_state *sm, struct expression *mod_expr) function 143 add_modification_hook(my_id, &undef);
|
H A D | smatch_return_to_param.c | 44 static void undef(struct sm_state *sm, struct expression *mod_expr) function 231 add_modification_hook(my_id, &undef);
|
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
H A D | Option.java | 405 public static final String undef = "undef"; field in class:Option
|
/illumos-gate/usr/src/cmd/sgs/m4/common/ |
H A D | m4macs.c | 368 (void) undef(ap[i]); 502 while (undef(ap[i])) 507 undef(wchar_t *nam) function
|
/illumos-gate/usr/src/cmd/localedef/ |
H A D | collate.c | 1217 int undef = 0; local 1223 undef = 1; 1225 if (undef && (pri >= 0)) { 1232 if (!undef) {
|
/illumos-gate/usr/src/lib/libdisasm/common/ |
H A D | dis_sparc_fmt.c | 239 uint32_t undef:6; member in struct:format3b 245 uint32_t undef:6; member in struct:format3b 332 uint32_t undef:1; member in struct:formattcc 350 uint32_t undef:1; member in struct:formattcc 360 uint32_t undef:1; member in struct:formattcc2 378 uint32_t undef:1; member in struct:formattcc2 392 uint32_t undef:6; member in struct:formatmbr 400 uint32_t undef:6; member in struct:formatmbr 414 uint32_t undef:3; member in struct:formatfcmp 428 uint32_t undef member in struct:formatfcmp 440 uint32_t undef:1; member in struct:formatfmov 452 uint32_t undef:1; member in struct:formatfmov [all...] |
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | syms.c | 186 #undef INIT_BUFSIZE 889 * If an undef symbol exists naming a bound for the output section, 1252 ofl_flag_t undef = 0, needed = 0, verdesc = 0; local 1297 undef = FLG_OF_FATAL; 1301 undef = FLG_OF_WARN; 1454 if (undef) { 1489 sym_undef_entry(ofl, sdp, UNDEF, undef, 3105 #undef SYM_LOC_BADADDR
|
Completed in 83 milliseconds