Searched refs:exp (Results 201 - 225 of 575) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/gcc/cp/
H A Drtti.c161 build_headof (tree exp)
163 tree type = TREE_TYPE (exp);
171 return exp;
174 exp = save_expr (exp);
180 offset = build_vtbl_ref (build_indirect_ref (exp, NULL), index);
183 cp_type_quals (TREE_TYPE (exp)));
184 return build2 (PLUS_EXPR, type, exp,
229 get_tinfo_decl_dynamic (tree exp)
234 if (error_operand_p (exp))
160 build_headof(tree exp) argument
227 get_tinfo_decl_dynamic(tree exp) argument
288 build_typeid(tree exp) argument
[all...]
H A Dcp-objcp-common.c76 cp_expr_size (tree exp) argument
78 tree type = TREE_TYPE (exp);
88 || TREE_CODE (exp) == CONSTRUCTOR
111 return lhd_expr_size (exp);
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dtraditional.c703 text = macro->exp.text;
760 const uchar *exp; local
763 for (exp = macro->exp.text;;)
765 struct block *b = (struct block *) exp;
771 exp += BLOCK_LEN (b->text_len);
788 const uchar *exp; local
790 for (exp = macro->exp.text;;)
792 struct block *b = (struct block *) exp;
826 const uchar *exp; local
928 uchar *exp; local
[all...]
/freebsd-11-stable/contrib/nvi/ex/
H A Dex_cscope.c113 EX_PRIVATE *exp; local
121 exp = EXP(sp);
122 if (!F_ISSET(exp, EXP_CSCINIT) && start_cscopes(sp, cmdp))
124 F_SET(exp, EXP_CSCINIT);
200 EX_PRIVATE *exp; local
208 exp = EXP(sp);
283 SLIST_INSERT_HEAD(exp->cscq, csc, q);
459 EX_PRIVATE *exp; local
469 exp = EXP(sp);
472 if (SLIST_EMPTY(exp
900 EX_PRIVATE *exp; local
973 EX_PRIVATE *exp; local
990 EX_PRIVATE *exp; local
[all...]
H A Dex_init.c82 EX_PRIVATE *exp; local
85 if ((exp = EXP(sp)) == NULL)
97 if (exp->ibp != NULL)
98 free(exp->ibp);
100 if (exp->lastbcomm != NULL)
101 free(exp->lastbcomm);
103 if (exp->ibcw.bp1.c != NULL)
104 free(exp->ibcw.bp1.c);
113 free(exp);
/freebsd-11-stable/contrib/gcc/
H A Dlanghooks.c122 lhd_safe_from_p (rtx ARG_UNUSED (x), tree ARG_UNUSED (exp))
130 lhd_staticp (tree ARG_UNUSED (exp))
425 lhd_expr_size (tree exp) argument
427 if (DECL_P (exp)
428 && DECL_SIZE_UNIT (exp) != 0)
429 return DECL_SIZE_UNIT (exp);
431 return size_in_bytes (TREE_TYPE (exp));
H A Dsreal.h53 signed int exp; /* Exponent. */ member in struct:sreal
/freebsd-11-stable/contrib/gdb/gdb/
H A Dscm-lang.c205 evaluate_subexp_scm (struct type *expect_type, struct expression *exp, argument
208 enum exp_opcode op = exp->elts[*pos].opcode;
215 len = longest_to_int (exp->elts[pc + 1].longconst);
219 str = &exp->elts[pc + 2].string;
223 len = longest_to_int (exp->elts[pc + 1].longconst);
227 str = &exp->elts[pc + 2].string;
231 return evaluate_subexp_standard (expect_type, exp, pos, noside);
/freebsd-11-stable/contrib/atf/atf-c++/
H A Dtests_test.cpp65 const std::string& exp)
67 if (str != exp) {
73 print_indented(exp);
64 check_equal(const atf::tests::tc& tc, const std::string& str, const std::string& exp) argument
/freebsd-11-stable/contrib/gcc/config/soft-fp/
H A Dextended.h73 unsigned long exp : _FP_EXPBITS_E; member in struct:_FP_UNION_E::__anon1277
79 unsigned exp : _FP_EXPBITS_E;
95 X##_e = _flo.bits.exp; \
107 X##_e = _flo->bits.exp; \
119 _flo.bits.exp = X##_e; \
136 _flo->bits.exp = X##_e; \
270 unsigned exp : _FP_EXPBITS_E; member in struct:_FP_UNION_E::__anon1278
274 unsigned exp : _FP_EXPBITS_E;
288 X##_e = _flo.bits.exp; \
299 X##_e = _flo->bits.exp; \
[all...]
/freebsd-11-stable/usr.bin/bmake/unit-tests/
H A DMakefile21 # named makefile (*.mk), with its own set of expected results (*.exp),
138 ${TOOL_DIFF} ${DIFF_FLAGS} ${UNIT_TESTS}/$${test}.exp $${test}.out \
149 cmp -s ${UNIT_TESTS}/$${test}.exp $${test}.out \
150 || { echo "Replacing $${test}.exp" ; \
151 cp $${test}.out ${UNIT_TESTS}/$${test}.exp ; } \
/freebsd-11-stable/tests/sys/capsicum/
H A Dioctls_test.c45 #define CHILD_REQUIRE(exp) do { \
46 if (!(exp)) \
48 #exp " not met"); \
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-arc.c79 /* Chars that can be used to separate mant from exp in floating point nums. */
321 expressionS exp;
352 expressionS *exp,
360 if (exp->X_op == O_right_shift
361 && exp->X_op_symbol != NULL
362 && exp->X_op_symbol->sy_value.X_op == O_constant
363 && exp->X_op_symbol->sy_value.X_add_number == 2
364 && exp->X_add_number == 0)
366 if (exp->X_add_symbol != NULL
367 && (exp
319 expressionS exp; member in struct:arc_fixup
348 get_arc_exp_reloc_type(int data_p, int default_type, expressionS *exp, expressionS *expnew) argument
1204 arc_parse_cons_expression(expressionS *exp, unsigned int nbytes ATTRIBUTE_UNUSED) argument
1227 arc_cons_fix_new(fragS *frag, int where, int nbytes, expressionS *exp) argument
1683 expressionS exp; local
[all...]
H A Dtc-sparc.c192 /* Chars that can be used to separate mant from exp in floating point
212 expressionS exp; member in struct:sparc_it
1046 if (the_insn.exp.X_op == O_constant)
1051 && (the_insn.exp.X_add_number < 0
1052 || the_insn.exp.X_add_number > (offsetT) U0xffffffff))
1058 && (the_insn.exp.X_add_number < -(offsetT) U0x80000000
1059 || the_insn.exp.X_add_number > (offsetT) U0xffffffff))
1061 the_insn.exp.X_add_number = (int) the_insn.exp.X_add_number;
1066 if (the_insn.exp
2856 expressionS exp; local
4659 sparc_cfi_emit_pcrel_expr(expressionS *exp, unsigned int nbytes) argument
[all...]
/freebsd-11-stable/contrib/netbsd-tests/ipf/
H A Dh_common.sh40 cp $(atf_get_srcdir)/expected/$1 exp
/freebsd-11-stable/lib/msun/src/
H A Ds_truncl.c45 int e = u.bits.exp - LDBL_MAX_EXP + 1;
H A Ds_cpow.c70 r = r * exp (-y * arga);
H A De_hypotl.c37 #define DESW(exp) (exp) /* delta expsign word */
38 #define ESW(exp) (MAX_EXP - 1 + (exp)) /* expsign word */
/freebsd-11-stable/tools/regression/zfs/zpool/create/
H A Doption-m.t15 exp=`(
19 expect "${exp}" ${ZPOOL} get altroot ${name0}
/freebsd-11-stable/usr.bin/lastcomm/
H A Dreadrec.c80 int result, exp; local
83 for (exp = v >> 13; exp; exp--)
/freebsd-11-stable/usr.sbin/ppp/
H A Dchat.h51 char exp[LINE_LEN]; /* Our translated current argument */ member in struct:chat
/freebsd-11-stable/contrib/groff/
H A DMakefile.sub9 site.exp \
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyLogical.cpp61 return implies(LHS, LNeg, cast<Not>(RHS)->exp(), !RNeg);
86 return implies(cast<Not>(LHS)->exp(), !LNeg, RHS, RNeg);
/freebsd-11-stable/contrib/bmake/unit-tests/
H A DMakefile.in14 # named makefile (*.mk), with its own set of expected results (*.exp),
131 ${TOOL_DIFF} ${DIFF_FLAGS} ${UNIT_TESTS}/$${test}.exp $${test}.out \
142 cmp -s ${UNIT_TESTS}/$${test}.exp $${test}.out \
143 || { echo "Replacing $${test}.exp" ; \
144 cp $${test}.out ${UNIT_TESTS}/$${test}.exp ; } \
/freebsd-11-stable/sys/arm/arm/
H A Dphysmem.c168 const struct region *exp, *hwp; local
177 for (exi = 0, exp = exregions; exi < excnt; ++exi, ++exp) {
182 if ((exp->flags & exflags) == 0)
184 xstart = exp->addr;
185 xend = exp->size + xstart;

Completed in 388 milliseconds

1234567891011>>