Home
last modified time | relevance | path

Searched +defs:e1 +defs:t (Results 1 – 25 of 140) sorted by relevance

123456

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dexpression.c536 Expression *resolvePropertiesOnly(Scope *sc, Expression *e1) in resolvePropertiesOnly()
791 Type *t = eleft->type->toBasetype(); in resolveUFCS() local
1044 Type *t = e->type->toBasetype(); in isAliasThisTuple() local
1291 bool checkDefCtor(Loc loc, Type *t) in checkDefCtor()
1419 Type *t = tthis; in functionParameters() local
1641 Type *t = arg->type; in functionParameters() local
2095 Expression *Expression::combine(Expression *e1, Expression *e2) in combine()
2648 bool Expression::checkPostblit(Scope *sc, Type *t) in checkPostblit()
2742 Type *t = type; in toBoolean() local
2949 Type *t = type->toBasetype(); in toReal() local
[all …]
H A Dcanthrow.c68 Type *t = ce->e1->type->toBasetype(); in canThrow() local
85 Expression *e1 = ce->e1; in canThrow() local
101 Type *t = ne->allocator->type->toBasetype(); in canThrow() local
113 Type *t = ne->member->type->toBasetype(); in canThrow() local
161 Type *t = ad->dtor->type->toBasetype(); in canThrow() local
174 Type *t = ad->aggDelete->type; in canThrow() local
195 Type *t; in canThrow() local
H A Doptimize.c144 Expression *fromConstInitializer(int result, Expression *e1) in fromConstInitializer()
972 Expression *e1 = fromConstInitializer(result, e->e1); in Expression_optimize() local
1024 Type *t = arr->type->toBasetype(); in Expression_optimize() local
1066 Type *t = e->e1->type->toBasetype(); in Expression_optimize() local
1191 Expression *e1 = fromConstInitializer(result, e->e1); in Expression_optimize() local
H A Dconstfold.c72 UnionExp Neg(Type *type, Expression *e1) in Neg()
96 UnionExp Com(Type *type, Expression *e1) in Com()
105 UnionExp Not(Type *type, Expression *e1) in Not()
114 UnionExp Bool(Type *type, Expression *e1) in Bool()
123 UnionExp Add(Loc loc, Type *type, Expression *e1, Expression *e2) in Add()
233 UnionExp Min(Loc loc, Type *type, Expression *e1, Expression *e2) in Min()
338 UnionExp Mul(Loc loc, Type *type, Expression *e1, Expression *e2) in Mul()
390 UnionExp Div(Loc loc, Type *type, Expression *e1, Expression *e2) in Div()
471 UnionExp Mod(Loc loc, Type *type, Expression *e1, Expression *e2) in Mod()
550 UnionExp Pow(Loc loc, Type *type, Expression *e1, Expression *e2) in Pow()
[all …]
H A Dopover.c159 AggregateDeclaration *isAggregate(Type *t) in isAggregate()
381 Expression *e1 = new DotIdExp(e->loc, e->e1, ad->aliasthis->ident); in op_overload() local
566 Expression *e1 = new DotIdExp(e->loc, e->e1, ad->aliasthis->ident); in op_overload() local
851 Expression *e1 = new DotIdExp(e->loc, e->e1, ad1->aliasthis->ident); in op_overload() local
897 Type *t = t1n; in op_overload() local
1354 Expression *e1 = new DotIdExp(e->loc, e->e1, ad1->aliasthis->ident); in op_overload() local
1525 Expression *e1 = new DotIdExp(e->loc, e->e1, ad1->aliasthis->ident); in compare_overload() local
H A Dctfeexpr.c618 bool isAssocArray(Type *t) in isAssocArray()
627 TypeAArray *toBuiltinAAType(Type *t) in toBuiltinAAType()
649 bool isPointer(Type *t) in isPointer()
789 UnionExp pointerDifference(Loc loc, Type *type, Expression *e1, Expression *e2) in pointerDifference()
1111 int ctfeCmpArrays(Loc loc, Expression *e1, Expression *e2, uinteger_t len) in ctfeCmpArrays()
1193 int ctfeRawCmp(Loc loc, Expression *e1, Expression *e2) in ctfeRawCmp()
1386 int ctfeEqual(Loc loc, TOK op, Expression *e1, Expression *e2) in ctfeEqual()
1395 int ctfeIdentity(Loc loc, TOK op, Expression *e1, Expression *e2) in ctfeIdentity()
1434 int ctfeCmp(Loc loc, TOK op, Expression *e1, Expression *e2) in ctfeCmp()
1451 UnionExp ctfeCat(Loc loc, Type *type, Expression *e1, Expression *e2) in ctfeCat()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dexpression.d315 Type t = e.type.toBasetype(); in isAliasThisTuple() local
861 extern (D) static Expression combine(Expression e1, Expression e2) in combine()
876 extern (D) static Expression combine(Expression e1, Expression e2, Expression e3) in combine()
881 extern (D) static Expression combine(Expression e1, Expression e2, Expression e3, Expression e4) in combine()
1036 final Expression implicitCastTo(Scope* sc, Type t) in implicitCastTo()
1041 final MATCH implicitConvTo(Type t) in implicitConvTo()
1046 final Expression castTo(Scope* sc, Type t) in castTo()
1477 extern (D) final bool checkPostblit(Scope* sc, Type t) in checkPostblit()
2872 else if (auto t = o.isType()) in this() local
3931 Type t = pto.type; variable
[all …]
H A Dimportc.d40 Type cAdjustParamType(Type t, Scope* sc) in cAdjustParamType()
81 auto t = e.type.toBasetype(); in arrayFuncConv() local
118 auto t = e.type; in fieldLookup() local
150 auto e1 = ae.e1.expressionSemantic(sc); in carraySemantic() local
190 Type t = dsym.type; in addDefaultCInitializer() local
250 auto t = ce.e1.isTypeExp().type; in castCallAmbiguity() local
H A Dcanthrow.d133 Type t = ce.e1.type.toBasetype(); in canThrow() local
148 auto e1 = ce.e1; in canThrow() local
191 Type t; in canThrow() local
H A Dconstfold.d88 UnionExp Neg(Type type, Expression e1) in Neg()
111 UnionExp Com(Type type, Expression e1) in Com()
119 UnionExp Not(Type type, Expression e1) in Not()
130 UnionExp Add(const ref Loc loc, Type type, Expression e1, Expression e2) in Add()
235 UnionExp Min(const ref Loc loc, Type type, Expression e1, Expression e2) in Min()
333 UnionExp Mul(const ref Loc loc, Type type, Expression e1, Expression e2) in Mul()
382 UnionExp Div(const ref Loc loc, Type type, Expression e1, Expression e2) in Div()
457 UnionExp Mod(const ref Loc loc, Type type, Expression e1, Expression e2) in Mod()
522 UnionExp Pow(const ref Loc loc, Type type, Expression e1, Expression e2) in Pow()
602 UnionExp Shl(const ref Loc loc, Type type, Expression e1, Expression e2) in Shl()
[all …]
H A Dctfeexpr.d638 bool isAssocArray(Type t) in isAssocArray()
644 TypeAArray toBuiltinAAType(Type t) in toBuiltinAAType()
659 bool isPointer(Type t) in isPointer()
792 Expression pointerDifference(UnionExp* pue, const ref Loc loc, Type type, Expression e1, Expression… in pointerDifference()
1103 private int ctfeCmpArrays(const ref Loc loc, Expression e1, Expression e2, uinteger_t len) in ctfeCmpArrays()
1375 bool ctfeEqual(const ref Loc loc, EXP op, Expression e1, Expression e2) in ctfeEqual()
1381 bool ctfeIdentity(const ref Loc loc, EXP op, Expression e1, Expression e2) in ctfeIdentity()
1421 bool ctfeCmp(const ref Loc loc, EXP op, Expression e1, Expression e2) in ctfeCmp()
1438 UnionExp ctfeCat(const ref Loc loc, Type type, Expression e1, Expression e2) in ctfeCat()
1553 Expression ctfeIndex(UnionExp* pue, const ref Loc loc, Type type, Expression e1, uinteger_t indx) in ctfeIndex()
[all …]
H A Doptimize.d178 private Expression fromConstInitializer(int result, Expression e1) in fromConstInitializer()
1099 Expression e1 = fromConstInitializer(result, e.e1); in Expression_optimize() local
1157 Type t = e.e1.type.toBasetype(); in Expression_optimize() local
1237 Expression e1 = fromConstInitializer(result, e.e1); in Expression_optimize() local
H A Ddinterpret.d543 Type t = arg0.type.pointerTo(); in interpretFunction() local
2388 if (Type t = isType(e.obj)) in visit() local
2935 Expression e1 = interpret(&ue, e.e1, istate); in visit() local
2965 Expression e1 = interpret(&ue, e.e1, istate); in visit() local
2987 Expression e1 = interpret(&ue1, e.e1, istate); in interpretCommon() local
3000 Expression e1 = interpret(&ue1, e.e1, istate); in interpretCommon() local
3013 Expression e1 = interpret(&ue1, e.e1, istate); in interpretCommon() local
3039 Expression e1; in interpretCommon() local
3135 Expression e1 = interpret(&ue1, e.e1, istate); in interpretCompareCommon() local
3163 Expression e1 = interpret(&ue1, e.e1, istate); in interpretCompareCommon() local
[all …]
/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Ddigamma.c39 mpfr_t t, u, invxx; in mpfr_digamma_approx() local
119 mpfr_t t, u, v; in mpfr_digamma_reflection() local
120 mpfr_exp_t e1, expv, expx, q; in mpfr_digamma_reflection() local
210 mpfr_t t, u, x_plus_j; in mpfr_digamma_positive() local
H A Dgamma_inc.c50 mpfr_t s, t, u; in mpfr_gamma_inc() local
53 mpfr_exp_t e0, e1, e2, err; in mpfr_gamma_inc() local
353 mpfr_t s, t, abs_a, neg_x; in mpfr_gamma_inc_negint() local
H A Dagm.c105 mpfr_srcptr t = op1; in mpfr_agm() local
139 mpfr_exp_t e1, e2; in mpfr_agm() local
/netbsd-src/tests/lib/libc/hash/
H A Dt_hmac.c50 void *e1; in test() local
87 for (size_t t = 0; t < __arraycount(names); t++) in test() local
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dformat-lisp.c293 equal_element (const struct format_arg * e1, const struct format_arg * e2) in equal_element()
316 const struct format_arg * e1 = &list1->initial.element[i]; in equal_list() local
328 const struct format_arg * e1 = &list1->repeated.element[i]; in equal_list() local
709 unsigned int t; in rotate_loop() local
791 unsigned int t; in initial_splitelement() local
843 unsigned int t; in initial_unshare() local
950 const struct format_arg * e1, in make_intersected_element()
1175 struct format_arg *e1; in make_intersected_list() local
1263 struct format_arg *e1; in make_intersected_list() local
1382 const struct format_arg * e1, in make_union_element()
[all …]
H A Dformat-scheme.c296 equal_element (const struct format_arg * e1, const struct format_arg * e2) in equal_element()
319 const struct format_arg * e1 = &list1->initial.element[i]; in equal_list() local
331 const struct format_arg * e1 = &list1->repeated.element[i]; in equal_list() local
712 unsigned int t; in rotate_loop() local
794 unsigned int t; in initial_splitelement() local
846 unsigned int t; in initial_unshare() local
953 const struct format_arg * e1, in make_intersected_element()
1188 struct format_arg *e1; in make_intersected_list() local
1276 struct format_arg *e1; in make_intersected_list() local
1395 const struct format_arg * e1, in make_union_element()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-ifcombine.cc83 edge t, e; in recognize_if_then_else() local
162 edge e1 = find_edge (bb1, dest); in same_phi_args_p() local
416 tree t, t2; in ifcombine_ifandif() local
470 tree t; in ifcombine_ifandif() local
552 tree t; in ifcombine_ifandif() local
H A Dipa-icf-gimple.cc130 func_checker::compare_edge (edge e1, edge e2) in compare_edge()
158 tree_code t = TREE_CODE (t1); in compare_decl() local
525 const_tree t = gimple_label_label (label_stmt); in parse_labels() local
723 cgraph_edge *e1 = cgraph_node::get (m_source_func_decl)->get_edge (s1); in compare_gimple_call() local
1006 visit_load_store (gimple *, tree, tree t, void *data) in visit_load_store() argument
1027 func_checker::get_operand_access_type (operand_access_type_map *map, tree t) in get_operand_access_type()
H A Dtree-ssa-phiopt.cc141 single_non_singleton_phi_for_edges (gimple_seq seq, edge e0, edge e1) in single_non_singleton_phi_for_edges()
201 edge e1, e2; in tree_ssa_phiopt_worker() local
470 factor_out_conditional_conversion (edge e0, edge e1, gphi *phi, in factor_out_conditional_conversion()
678 edge e1, gphi *phi, tree arg0, tree arg1) in two_value_replacement()
955 edge e0, edge e1, gphi *phi, in match_simplify_replacement()
1276 edge e0, edge e1, gphi *phi, tree arg0, tree arg1) in value_replacement()
1491 tree t = build2 (NE_EXPR, boolean_type_node, in value_replacement() local
1757 edge e0, edge e1, gphi *phi, tree arg0, tree arg1) in minmax_replacement()
2195 edge e0, edge e1, gphi *phi, in spaceship_replacement()
2679 tree t = build2 (one_cmp, boolean_type_node, lhs1, rhs2); in spaceship_replacement() local
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-ifcombine.c81 edge t, e; in recognize_if_then_else() local
160 edge e1 = find_edge (bb1, dest); in same_phi_args_p() local
414 tree t, t2; in ifcombine_ifandif() local
464 tree t; in ifcombine_ifandif() local
540 tree t; in ifcombine_ifandif() local
/netbsd-src/external/mit/lua/dist/src/
H A Dlcode.c533 static void freeexps (FuncState *fs, expdesc *e1, expdesc *e2) { in freeexps()
1305 void luaK_indexed (FuncState *fs, expdesc *t, expdesc *k) {
1364 static int constfolding (FuncState *fs, int op, expdesc *e1,
1438 static void finishbinexpval (FuncState *fs, expdesc *e1, expdesc *e2,
1457 expdesc *e1, expdesc *e2, int line) {
1472 expdesc *e1, expdesc *e2, int flip, int line,
1484 expdesc *e1, expdesc *e2, int flip, int line) {
1495 static int finishbinexpneg (FuncState *fs, expdesc *e1, expdesc *e2,
1514 static void swapexps (expdesc *e1, expdesc *e2) {
1523 expdesc *e1, expdesc *e2, int flip, int line) {
[all …]
/netbsd-src/usr.bin/infocmp/
H A Dinfocmp.c220 load_ents(TIENT *ents, TERMINAL *t, char type) in load_ents()
354 TIENT *e1, *e2, ee; in compare_ents() local
434 TERMINAL *t; in load_term() local
648 TERMINAL *t, *t2; in main() local

123456