| /src/sbin/route/ |
| show.c | 135 static int interesting = RTF_ANNOUNCE | RTF_BLACKHOLE | RTF_BROADCAST | local 141 p_rttables(af, flags, rflags, interesting);
|
| /src/external/gpl3/gdb/dist/gdb/dwarf2/ |
| abbrev.h | 53 bool interesting; member in struct:abbrev_info
|
| /src/external/gpl3/gdb.old/dist/gdb/dwarf2/ |
| abbrev.h | 50 bool interesting; member in struct:abbrev_info
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gimple-ssa-evrp-analyze.cc | 264 bool interesting = stmt_interesting_for_vrp (phi); local 265 if (!has_unvisited_preds && interesting) 276 && interesting
|
| tree-ssa-threadbackward.cc | 356 back_threader::resolve_phi (gphi *phi, bitmap interesting) 387 && !bitmap_bit_p (interesting, SSA_NAME_VERSION (arg))) 389 // Record that ARG is interesting when searching down this path. 392 bitmap_set_bit (interesting, v); 396 find_paths_to_names (e->src, interesting); 399 bitmap_clear_bit (interesting, v); 404 // INTERESTING bitmap, and register any such paths. 409 back_threader::find_paths_to_names (basic_block bb, bitmap interesting) 430 auto_vec<tree> worklist (bitmap_count_bits (interesting)); 431 populate_worklist (worklist, interesting); 444 resolve_phi (as_a<gphi *> (def_stmt), interesting); local 491 auto_bitmap interesting; local [all...] |
| ira.cc | 4716 auto_bitmap live, used, set, interesting, unusable_as_input; 4882 bitmap_set_bit (interesting, regno); 4901 EXECUTE_IF_SET_IN_BITMAP (interesting, 0, i, bi) 5043 /* If insn is interesting for parameter range-splitting shrink-wrapping 4692 auto_bitmap live, used, set, interesting, unusable_as_input; local
|
| ipa-cp.cc | 5876 bool interesting = false; local 5880 interesting = true; 5883 if (!interesting)
|
| /src/external/ibm-public/postfix/dist/src/postconf/ |
| postconf_edit.c | 169 int interesting; local 232 interesting = 0; 236 if (interesting == 0) 245 if ((interesting = !!cvalue) != 0) {
|
| /src/usr.bin/netstat/ |
| if.c | 847 struct iftot *lastif, *sum, *interesting; local 868 interesting = (interface == NULL) ? iftot : NULL; 875 interesting = ip; 881 if (interesting == NULL) { 903 interesting->ift_name, " ", 904 interesting->ift_name, " "); 907 interesting->ift_name, " ", 908 interesting->ift_name, " ", " "); 970 if (ip == interesting) {
|
| /src/external/gpl2/rcs/dist/src/ |
| rcsfnms.c | 606 int interesting, preferold; local 615 interesting = finptr || errno!=ENOENT; 616 if (interesting || !preferold) { 621 return interesting;
|
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-ssa-threadbackward.cc | 341 // INTERESTING bitmap, and register any such paths. 348 back_threader::find_paths_to_names (basic_block bb, bitmap interesting, 382 // For further greedy searching we want to remove interesting 386 // not defined in BB as interesting, collecting a list of 387 // interesting PHIs in BB on the fly. Then we iterate over 388 // predecessor edges, adding interesting PHI edge defs to 389 // the set of interesting names to consider when processing it. 396 EXECUTE_IF_SET_IN_BITMAP (interesting, 0, i, bi) 400 /* Imports remain interesting. */ 411 /* Newly discovered imports are interesting. * 541 auto_bitmap interesting; local [all...] |
| ira.cc | 4741 auto_bitmap live, used, set, interesting, unusable_as_input; 4907 bitmap_set_bit (interesting, regno); 4926 EXECUTE_IF_SET_IN_BITMAP (interesting, 0, i, bi) 5068 /* If insn is interesting for parameter range-splitting shrink-wrapping 4717 auto_bitmap live, used, set, interesting, unusable_as_input; local
|
| /src/external/gpl2/groff/dist/src/devices/grops/ |
| psrm.cpp | 1013 int interesting = 0; local 1049 interesting = 1; 1067 if (!outfp && !in_header && !interesting)
|
| /src/external/gpl2/gettext/dist/gettext-tools/src/ |
| xgettext.c | 2088 bool interesting; local 2094 interesting = false; 2099 interesting = true; 2104 interesting = true; 2107 /* If the "xgettext:" marker was followed by an interesting 2110 if (interesting)
|