HomeSort by: relevance | last modified time | path
    Searched defs:re2 (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/flex/dist/src/
parse.y 382 rule : re2 re
438 | re2 re '$'
458 /* See the comment in the rule for "re2 re"
470 * "re2 re" above.
513 re2 : re '/' label
  /src/external/gpl2/dtc/dist/tests/
dtbs_equal_unordered.c 50 const struct fdt_reserve_entry *re2 = p2; local
52 if (fdt64_to_cpu(re1->address) < fdt64_to_cpu(re2->address))
54 else if (fdt64_to_cpu(re1->address) > fdt64_to_cpu(re2->address))
57 if (fdt64_to_cpu(re1->size) < fdt64_to_cpu(re2->size))
59 else if (fdt64_to_cpu(re1->size) > fdt64_to_cpu(re2->size))
  /src/external/gpl3/gcc/dist/gcc/
gimple-if-to-switch.cc 136 const range_entry *re2 = *(const range_entry * const *) b; local
138 return tree_int_cst_compare (re1->low, re2->low);
tree-ssa-math-opts.cc 4983 gimple *re1 = NULL, *re2 = NULL; local
5083 /* Check that ovf2's result is used in __real__ and set re2
5095 if (re2)
5099 re2 = use_stmt;
5162 /* Replace the re2 statement with __real__ of the newly added
5164 if (re2)
5166 gsi2 = gsi_for_stmt (re2);
5167 tree rlhs = gimple_assign_lhs (re2);
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-if-to-switch.cc 132 const range_entry *re2 = *(const range_entry * const *) b; local
134 return tree_int_cst_compare (re1->low, re2->low);
  /src/external/gpl3/binutils/dist/binutils/
windres.c 422 const rc_res_entry **re1, **re2;
425 re2 = (const rc_res_entry **) p2;
426 return res_id_cmp ((*re1)->id, (*re2)->id);
419 const rc_res_entry **re1, **re2; local
  /src/external/gpl3/binutils.old/dist/binutils/
windres.c 422 const rc_res_entry **re1, **re2;
425 re2 = (const rc_res_entry **) p2;
426 return res_id_cmp ((*re1)->id, (*re2)->id);
419 const rc_res_entry **re1, **re2; local

Completed in 38 milliseconds