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

  /src/external/ibm-public/postfix/dist/src/util/
unsafe.c 1 /* $NetBSD: unsafe.c,v 1.2 2020/03/18 19:05:22 christos Exp $ */
5 /* unsafe 3
11 /* int unsafe()
59 /* unsafe - can we trust user-provided environment, working directory, etc. */
61 int unsafe(void) function
  /src/external/gpl3/gcc/dist/libquadmath/math/
expq.c 136 int tval1, tval2, unsafe, n_i; local
178 /* 'unsafe' is 1 iff n_1 != 0. */
179 unsafe = abs(n_i) >= 15000;
180 ex2_u.ieee.exponent += n_i >> unsafe;
184 scale_u.ieee.exponent += n_i - (n_i >> unsafe);
226 if (!unsafe)
  /src/external/gpl3/gcc.old/dist/libquadmath/math/
expq.c 136 int tval1, tval2, unsafe, n_i; local
178 /* 'unsafe' is 1 iff n_1 != 0. */
179 unsafe = abs(n_i) >= 15000;
180 ex2_u.ieee.exponent += n_i >> unsafe;
184 scale_u.ieee.exponent += n_i - (n_i >> unsafe);
226 if (!unsafe)
  /src/external/gpl3/gcc/dist/gcc/cp/
call.cc 9038 /* Return true if converting FROM to TO is unsafe in a template. */
10415 /* It's unsafe to elide the operation when handling
10467 bool unsafe = unsafe_copy_elision_p_opt (fa, arg); local
10468 bool eliding_temp = (TREE_CODE (arg) == TARGET_EXPR && !unsafe);
10487 unsafe = true;
10502 && !unsafe)
  /src/external/gpl3/gcc.old/dist/gcc/cp/
call.cc 8406 /* Return true if converting FROM to TO is unsafe in a template. */
9711 /* It's unsafe to elide the constructor when handling
9759 bool unsafe = unsafe_copy_elision_p_opt (fa, arg); local
9760 bool eliding_temp = (TREE_CODE (arg) == TARGET_EXPR && !unsafe);
9779 unsafe = true;
9794 && !unsafe)

Completed in 73 milliseconds