HomeSort by: relevance | last modified time | path
    Searched refs:interesting (Results 1 - 25 of 42) sorted by relevancy

1 2

  /src/external/gpl3/gdb/dist/gdb/dwarf2/
abbrev.c 227 cur_abbrev->interesting
237 /* We have to record this as interesting, regardless of how
241 cur_abbrev->interesting = true;
245 cur_abbrev->interesting = false;
247 cur_abbrev->interesting = false;
249 cur_abbrev->interesting = true;
abbrev.h 53 bool interesting; member in struct:abbrev_info
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
abbrev.c 273 cur_abbrev->interesting
282 /* We have to record this as interesting, regardless of how
286 cur_abbrev->interesting = true;
290 cur_abbrev->interesting = false;
292 cur_abbrev->interesting = false;
294 cur_abbrev->interesting = true;
abbrev.h 50 bool interesting; member in struct:abbrev_info
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
linux-dp.exp 268 ### acceptable, but interesting. SEEN should be an array in which
281 set interesting 0
293 set interesting 1
302 set interesting 1
315 set interesting 1
320 ## thread was interesting, so we can get more consistent
327 return $interesting
341 pass "found an interesting thread"
343 fail "found an interesting thread"
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
linux-dp.exp 268 ### acceptable, but interesting. SEEN should be an array in which
281 set interesting 0
293 set interesting 1
302 set interesting 1
315 set interesting 1
320 ## thread was interesting, so we can get more consistent
327 return $interesting
341 pass "found an interesting thread"
343 fail "found an interesting thread"
  /src/external/gpl3/gcc.old/dist/gcc/
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...]
gimple-ssa-evrp-analyze.cc 264 bool interesting = stmt_interesting_for_vrp (phi); local
265 if (!has_unvisited_preds && interesting)
276 && interesting
  /src/sbin/route/
show.c 135 static int interesting = RTF_ANNOUNCE | RTF_BLACKHOLE | RTF_BROADCAST | local
141 p_rttables(af, flags, rflags, interesting);
rtutil.c 108 p_rttables(int paf, int flags, int pflags, int interesting)
142 p_rtentry(rtm, flags, interesting);
256 p_rtentry(struct rt_msghdr *rtm, int flags, int interesting)
282 p_flags(rtm->rtm_flags & interesting);
  /src/usr.bin/config/
scan.l 111 int in_interesting; /* previous value for "interesting" */
406 int interesting = 1;
552 in->in_interesting = interesting;
555 interesting = direct & interesting;
556 if (interesting)
624 interesting = in->in_interesting;
  /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/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/make/unit-tests/
cmdline-undefined.mk 22 # The interesting case is using the ':=' assignment operator, which
modmisc.mk 13 # another mod - pretend it is more interesting
deptgt-end-fail.mk 12 # The default stop-on-error mode is not as interesting to test since it
  /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...]
  /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/sys/arch/sh3/sh3/
cpu_in_cksum.S 142 !! first interesting byte of data.
  /src/external/gpl3/gcc/dist/libgcc/config/cris/
mulsi3.S 24 ;; This code used to be expanded through interesting expansions in
  /src/external/gpl3/gcc.old/dist/libgcc/config/cris/
mulsi3.S 24 ;; This code used to be expanded through interesting expansions in
  /src/usr.bin/make/
test-variants.mk 6 # interesting details. The main purpose is to list the available build
171 # documentation, noting down everything that sounded interesting.
  /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)
  /src/sys/external/bsd/compiler_rt/dist/lib/profile/
InstrProfData.inc 684 * invalid UTF-8, and high enough to be interesting.

Completed in 81 milliseconds

1 2