Searched refs:cases (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-9.3-release/usr.bin/rpcgen/
H A Drpc_parse.c291 case_list *cases; local
302 tailp = &defp->def.un.cases;
308 cases = XALLOC(case_list);
309 cases->case_name = tok.str;
316 cases->contflag = 1;
318 *tailp = cases;
319 tailp = &cases->next;
320 cases = XALLOC(case_list);
321 cases->case_name = tok.str;
329 *tailp = cases;
[all...]
H A Drpc_parse.h139 case_list *cases; member in struct:union_def
H A Drpc_hout.c221 for (l = def->def.un.cases; l != NULL; l = l->next) {
H A Drpc_cout.c327 for (cl = def->def.un.cases; cl != NULL; cl = cl->next) {
/freebsd-9.3-release/contrib/ntp/sntp/libevent/test/
H A Dtinytest.h65 struct testcase_t *cases; /** Array, ending with END_OF_TESTCASES */ member in struct:testgroup_t
H A Dtinytest.c287 for (j=0; groups[i].cases[j].name; ++j) {
288 struct testcase_t *testcase = &groups[i].cases[j];
432 for (j=0; groups[i].cases[j].name; ++j)
433 if (groups[i].cases[j].flags & TT_ENABLED_)
435 &groups[i].cases[j]);
/freebsd-9.3-release/share/mk/
H A Dbsd.obj.mk65 # If ${.OBJDIR} is constructed using canonical cases 1 or 5, or
67 # issue a warning differentiating between cases 6 and (3 or 4).
/freebsd-9.3-release/contrib/llvm/lib/Support/Windows/
H A DProgram.inc34 // Check some degenerate cases
/freebsd-9.3-release/contrib/llvm/utils/TableGen/
H A DDAGISelMatcher.h499 /// to one matcher per opcode. If the opcode doesn't match any of the cases,
505 SwitchOpcodeMatcher(const std::pair<const SDNodeInfo*, Matcher*> *cases, argument
507 : Matcher(SwitchOpcode), Cases(cases, cases+numcases) {}
553 /// to one matcher per case. If the type doesn't match any of the cases,
559 SwitchTypeMatcher(const std::pair<MVT::SimpleValueType, Matcher*> *cases, argument
561 : Matcher(SwitchType), Cases(cases, cases+numcases) {}
/freebsd-9.3-release/contrib/llvm/lib/Support/Unix/
H A DSignals.inc192 // re-raising the signal. Raise the signal manually in those cases.
H A DProgram.inc59 // Check some degenerate cases
/freebsd-9.3-release/contrib/gcc/
H A Dc-common.c991 /* This detects cases like converting -129 or 256 to unsigned char. */
1973 unsigned int. To avoid such special cases, avoid creating
2508 because weird cases involving pointer arithmetic
2957 /* These are the only cases that need special handling. */
3741 c_add_case_label (splay_tree cases, tree cond, tree orig_type,
3807 node = splay_tree_lookup (cases, (splay_tree_key) low_value);
3823 low_bound = splay_tree_predecessor (cases,
3825 high_bound = splay_tree_successor (cases,
3873 splay_tree_insert (cases,
3883 if (!cases
3726 c_add_case_label(splay_tree cases, tree cond, tree orig_type, tree low_value, tree high_value) argument
3948 c_do_switch_warnings(splay_tree cases, location_t switch_location, tree type, tree cond) argument
[all...]
H A Dtree-cfg.c667 edge to cases hash table.
766 /* If we are not recording cases, then we do not have CASE_LABEL_EXPR
1095 and scan the sorted vector of cases. Combine the ones jumping to the
1119 /* Look for possible opportunities to merge cases.
1131 /* Discard cases that have the same destination as the
1154 /* Merge the cases if they jump to the same place,
1403 to catch the cases in C++ where function calls are involved. */
2978 In all cases, the returned *BSI points to the correct location. The
4138 tree cases = get_cases_for_edge (e, stmt); local
4140 /* If we have a list of cases associate
[all...]
H A Dc-typeck.c49 /* Possible cases of implicit bad conversions. Used to select
1464 /* Check for cases where this is sub-optimal, even though valid. */
2670 /* Check for cases such as x+y<<z which users are likely
2725 at least the cases that occur in legal static initializers. */
3594 of cases such as SIG_*, warn about converting constant
3595 pointers to integers. In some cases it may cause unwanted
4969 in cases like { ... (struct foo) { ... } ... }. */
6849 in the output operands. In cases like longlong.h, this becomes a
7096 splay_tree cases;
7160 cs->cases
7061 splay_tree cases; member in struct:c_switch
[all...]
/freebsd-9.3-release/contrib/top/
H A DConfigure124 default answer enclosed in brackets, such as "[5.0]". In most cases,
/freebsd-9.3-release/sys/conf/
H A Dkern.mk29 # Several other warnings which might be useful in some cases, but not severe
/freebsd-9.3-release/contrib/one-true-awk/
H A DFIXES357 fixed some nextfile bugs: not handling all cases. thanks to
424 Bruce also provided some helpful test cases.
552 in run.c; added overflow tests to some previously unchecked cases.
705 malloc returned NULL in all cases.
771 then unchanged it -- it really does run slower in too many cases.
/freebsd-9.3-release/contrib/dtc/Documentation/
H A Ddtc-paper.tex253 In many cases a flat tree can be simpler than a typical OF provided
495 \item \emph{semantic structure}: In some cases, \dtc checks that
533 many cases \dtc will give up after detecting a minor error early and
/freebsd-9.3-release/bin/sh/
H A Deval.c386 for (cp = n->ncase.cases ; cp && evalskip == 0 ; cp = cp->nclist.next) {
H A Dparser.c519 cpp = &n1->ncase.cases;
875 * In all cases, the variable startlinno is set to the number of the line
/freebsd-9.3-release/contrib/diff/lib/
H A Dstrftime.c748 In some cases, config.h contains something like
/freebsd-9.3-release/contrib/bmake/mk/
H A Ddirdeps.mk39 # In some cases the entry may be qualified with a .<machine>
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dgdbarch.sh615 # address in the callers frame). All the other cases so far examined,
1089 multi-arch and non- multi-arch cases. */
/freebsd-9.3-release/contrib/gcc/cp/
H A Ddecl.c2623 splay_tree cases;
2644 p->cases = splay_tree_new (case_compare, NULL, NULL);
2660 c_do_switch_warnings (cs->cases, switch_location,
2664 splay_tree_delete (cs->cases);
2696 r = c_add_case_label (switch_stack->cases, cond, TREE_TYPE (cond),
2813 cases we look through the type decl. If TF_ERROR is set, complain
3710 a class-key (9.1), or an enum-specifier. In these cases and
3715 cases, and except for the declaration of an unnamed bit-field (9.6),
4181 /* Note: default conversion is only called in very special cases. */
4716 /* The following cases ar
2616 splay_tree cases; member in struct:cp_switch
[all...]
/freebsd-9.3-release/contrib/gcc/config/arm/
H A Dieee754-sf.S540 @ Isolate the INF and NAN cases away

Completed in 229 milliseconds

12