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

  /src/external/apache2/llvm/dist/libcxx/src/filesystem/
filesystem_common.h 314 static _LIBCPP_CONSTEXPR_AFTER_CXX11 bool check_range() { function in struct:detail::__anon3630::time_util_base
324 static_assert(check_range(), "the representable range is unacceptable small");
  /src/external/gpl3/binutils/dist/bfd/doc/
chew.c 307 check_range (void) function
328 check_range ();
398 check_range ();
838 check_range ();
1030 check_range ();
1057 check_range ();
1067 check_range ();
1089 check_range ();
1103 check_range ();
1477 check_range ();
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-crx.c 1279 check_range (long *num, int bits, int unsigned flags, int update) function
1495 && (op_error = check_range (&insn->arg[j].constant, cur_size[j],
1579 && (check_range (&insn->arg[j].constant, cur_size[j],
tc-d10v.c 167 check_range (unsigned long num, int bits, int flags) function
500 if (check_range (value, bits, d10v_operands[op_type].flags))
588 if ((opers[i].X_op == O_constant) && check_range (number, bits, flags))
1208 if (!check_range (myops[opnum].X_add_number, bits, flags))
1251 if (!check_range (value, bits, flags))
1255 else if (!check_range (value, bits, flags))
tc-cr16.c 1968 check_range (long *num, int bits, int unsigned flags, int update) function
2270 && (op_error = check_range (&insn->arg[i].constant, cur_size[i],
2345 && (check_range (&insn->arg[j].constant, cur_size[j],
tc-d30v.c 193 check_range (unsigned long num, int bits, int flags) function
551 if ((opers[i].X_op == O_constant) && check_range (number, bits, flags))
1229 if (check_range (num, bits, flags))
1248 if (check_range (value, bits, flags))
tc-m68hc11.c 194 static int check_range (long, int);
1481 check_range (long num, int mode)
1578 && !check_range (oper->X_add_number, M6812_OP_TRAP_ID))
1592 && !check_range (oper->X_add_number, mode))
1649 if (!check_range (oper->X_add_number, mode))
1697 if (!check_range (oper->X_add_number, mode))
1745 if (!(check_range (oper->X_add_number, mode)))
1852 && (!check_range (n, opcode->format) &&
1891 if (!check_range (n, opcode->format))
2008 && (!check_range (n, M6812_OP_IBCC_MARKER) &
1477 check_range (long num, int mode) function
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/doc/
chew.c 307 check_range (void) function
328 check_range ();
398 check_range ();
838 check_range ();
1030 check_range ();
1057 check_range ();
1067 check_range ();
1089 check_range ();
1103 check_range ();
1477 check_range ();
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-crx.c 1279 check_range (long *num, int bits, int unsigned flags, int update) function
1495 && (op_error = check_range (&insn->arg[j].constant, cur_size[j],
1579 && (check_range (&insn->arg[j].constant, cur_size[j],
tc-d10v.c 167 check_range (unsigned long num, int bits, int flags) function
500 if (check_range (value, bits, d10v_operands[op_type].flags))
588 if ((opers[i].X_op == O_constant) && check_range (number, bits, flags))
1208 if (!check_range (myops[opnum].X_add_number, bits, flags))
1251 if (!check_range (value, bits, flags))
1255 else if (!check_range (value, bits, flags))
tc-cr16.c 1971 check_range (long *num, int bits, int unsigned flags, int update) function
2273 && (op_error = check_range (&insn->arg[i].constant, cur_size[i],
2348 && (check_range (&insn->arg[j].constant, cur_size[j],
tc-d30v.c 191 check_range (unsigned long num, int bits, int flags) function
549 if ((opers[i].X_op == O_constant) && check_range (number, bits, flags))
1227 if (check_range (num, bits, flags))
1246 if (check_range (value, bits, flags))
tc-m68hc11.c 194 static int check_range (long, int);
1481 check_range (long num, int mode)
1578 && !check_range (oper->X_add_number, M6812_OP_TRAP_ID))
1592 && !check_range (oper->X_add_number, mode))
1649 if (!check_range (oper->X_add_number, mode))
1697 if (!check_range (oper->X_add_number, mode))
1745 if (!(check_range (oper->X_add_number, mode)))
1852 && (!check_range (n, opcode->format) &&
1891 if (!check_range (n, opcode->format))
2008 && (!check_range (n, M6812_OP_IBCC_MARKER) &
1477 check_range (long num, int mode) function
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
tree-switch-conversion.cc 211 switch_conversion::check_range ()
1058 if (!check_range ())
210 switch_conversion::check_range () function in class:switch_conversion
tree-ssa-forwprop.cc 2006 int check_range = 0; local
2047 check_range = -1;
2064 check_range = -1;
2101 check_range = 1;
2120 check_range = 1;
2160 if (check_range && wider_prec > TYPE_PRECISION (rtype))
2170 if (check_range > 0)
2178 if (check_range < 0)
2184 if (check_range > 0)
  /src/external/gpl3/gcc.old/dist/gcc/
tree-switch-conversion.cc 184 switch_conversion::check_range ()
1013 if (!check_range ())
183 switch_conversion::check_range () function in class:switch_conversion
tree-ssa-forwprop.cc 1998 int check_range = 0; local
2039 check_range = -1;
2056 check_range = -1;
2093 check_range = 1;
2112 check_range = 1;
2152 if (check_range && wider_prec > TYPE_PRECISION (rtype))
2162 if (check_range > 0)
2170 if (check_range < 0)
2176 if (check_range > 0)
  /src/external/gpl3/gdb/dist/bfd/doc/
chew.c 307 check_range (void) function
328 check_range ();
398 check_range ();
838 check_range ();
1030 check_range ();
1057 check_range ();
1067 check_range ();
1089 check_range ();
1103 check_range ();
1477 check_range ();
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/doc/
chew.c 323 check_range (void) function
344 check_range ();
414 check_range ();
854 check_range ();
1046 check_range ();
1073 check_range ();
1083 check_range ();
1105 check_range ();
1119 check_range ();
1493 check_range ();
    [all...]

Completed in 70 milliseconds