HomeSort by: relevance | last modified time | path
    Searched refs:folded (Results 1 - 25 of 33) sorted by relevancy

1 2

  /src/external/ibm-public/postfix/dist/src/virtual/
recipient.c 62 VSTRING *folded; local
78 folded = vstring_alloc(100);
79 state.msg_attr.user = casefold(folded, state.msg_attr.rcpt.address);
93 vstring_free(folded);
  /src/usr.bin/make/unit-tests/
dollar.exp 41 For some reason, multiple dollars are folded into one.
47 For some reason, multiple dollars are folded into one.
dollar.mk 73 $C 'For some reason, multiple dollars are folded into one.'
78 $C 'For some reason, multiple dollars are folded into one.'
  /src/external/ibm-public/postfix/dist/src/local/
recipient.c 211 VSTRING *folded; local
257 folded = vstring_alloc(100);
258 state.msg_attr.local = casefold(folded, state.msg_attr.rcpt.address);
305 vstring_free(folded);
forward.c 277 VSTRING *folded; local
293 folded = vstring_alloc(100);
295 casefold(folded, (STR(buffer))));
296 vstring_free(folded);
  /src/external/gpl3/gcc/dist/gcc/analyzer/
region-model-manager.cc 542 if (const svalue *folded = maybe_fold_unaryop (type, op, arg))
543 return folded;
929 if (const svalue *folded = maybe_fold_binop (type, op, arg0, arg1))
930 return folded;
949 Return a folded svalue, or NULL. */
1040 if (const svalue *folded
1042 return folded;
1055 Return a folded svalue, or NULL. */
1101 if (const svalue *folded
1103 return folded;
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-pre.cc 1188 /* Return the folded version of T if T, when folded, is a gimple
1213 tree folded; local
1214 if ((folded = fully_constant_vn_reference_p (ref)))
1215 return get_or_alloc_expr_for_constant (folded);
2849 tree folded;
2862 folded = PRE_EXPR_NAME (expr);
2863 if (SSA_NAME_OCCURS_IN_ABNORMAL_PHI (folded))
2865 if (useless_type_conversion_p (exprtype, TREE_TYPE (folded)))
2866 return folded;
    [all...]
tree-ssa-loop-unswitch.cc 94 simplification and also symbol equivalence. The folded if conditions
747 /* Already folded switch. */
810 tree folded = evaluate_control_stmt_using_entry_checks (stmt, local
817 if (folded)
820 if (integer_nonzerop (folded))
847 if (folded)
849 gimple_switch_set_index (swtch, folded);
tree-ssa-sccvn.cc 1558 tree folded; local
1560 folded = fold_const_call (fn, ref->type, arg0->op0, arg1->op0);
1562 folded = fold_const_call (fn, ref->type, arg0->op0);
1563 if (folded
1564 && is_gimple_min_invariant (folded))
1565 return folded;
7265 the previous stmt and the folded stmt. Mark
7295 /* In case we folded the stmt away schedule the NOP for removal. */
tree-ssa-reassoc.cc 2447 tree folded = fold_binary (opcode, TREE_TYPE (oelm1->op), local
2450 if (folded && is_gimple_min_invariant (folded))
2458 add_to_ops_vec (ops, folded);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-pre.cc 1200 /* Return the folded version of T if T, when folded, is a gimple
1225 tree folded; local
1226 if ((folded = fully_constant_vn_reference_p (ref)))
1227 return get_or_alloc_expr_for_constant (folded);
2841 tree folded; local
2854 folded = PRE_EXPR_NAME (expr);
2855 if (SSA_NAME_OCCURS_IN_ABNORMAL_PHI (folded))
2857 if (useless_type_conversion_p (exprtype, TREE_TYPE (folded)))
2858 return folded;
    [all...]
tree-ssa-sccvn.cc 1530 tree folded; local
1532 folded = fold_const_call (fn, ref->type, arg0->op0, arg1->op0);
1534 folded = fold_const_call (fn, ref->type, arg0->op0);
1535 if (folded
1536 && is_gimple_min_invariant (folded))
1537 return folded;
6763 the previous stmt and the folded stmt. Mark
6793 /* In case we folded the stmt away schedule the NOP for removal. */
tree-ssa-reassoc.cc 2434 tree folded = fold_binary (opcode, TREE_TYPE (oelm1->op), local
2437 if (folded && is_gimple_min_invariant (folded))
2445 add_to_ops_vec (ops, folded);
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
region-model-manager.cc 488 if (const svalue *folded = maybe_fold_unaryop (type, op, arg))
489 return folded;
770 if (const svalue *folded = maybe_fold_binop (type, op, arg0, arg1))
771 return folded;
789 Return a folded svalue, or NULL. */
880 if (const svalue *folded
882 return folded;
895 Return a folded svalue, or NULL. */
941 if (const svalue *folded
943 return folded;
    [all...]
  /src/external/lgpl3/gmp/dist/mpn/arm/v7a/cora15/neon/
copyd.asm 86 C rp offset undoing folded
  /src/external/gpl3/gcc/dist/gcc/cp/
cvt.cc 683 tree folded = cp_fully_fold (expr_for_warning);
685 if (folded == expr)
692 folded_result = cp_convert (type, folded, tf_none);
695 if (!TREE_OVERFLOW_P (folded)
698 type, folded, folded_result);
681 tree folded = cp_fully_fold (expr_for_warning); local
696 type, folded, folded_result); local
typeck2.cc 1086 tree folded = cp_fully_fold (init);
1087 if (TREE_CONSTANT (folded) && check_narrowing (type, folded, tf_none))
1545 a template because their elements have already been folded, and
1083 tree folded = cp_fully_fold (init); local
pt.cc 7540 tree folded = maybe_constant_value (expr, NULL_TREE, mce_true); local
7541 if (TYPE_PTR_P (type) ? integer_zerop (folded)
7542 : null_member_pointer_value_p (folded))
7543 expr = folded;
7574 and this is not folded by convert_from_reference. */
18845 tree folded = fold_non_dependent_expr (tmp, complain);
18846 bool inhibit = integer_zerop (folded);
18859 tree folded = fold_non_dependent_expr (tmp, complain);
18860 bool inhibit = integer_nonzerop (folded);
25423 /* CONST_DECL should already have been folded to its DECL_INITIAL. *
18844 tree folded = fold_non_dependent_expr (tmp, complain); local
18858 tree folded = fold_non_dependent_expr (tmp, complain); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cvt.cc 668 tree folded = cp_fully_fold (expr);
670 if (folded == expr)
677 folded_result = cp_convert (type, folded, tf_none);
680 if (!TREE_OVERFLOW_P (folded)
683 type, folded, folded_result);
666 tree folded = cp_fully_fold (expr); local
681 type, folded, folded_result); local
typeck2.cc 1058 tree folded = cp_fully_fold (init);
1059 if (TREE_CONSTANT (folded) && check_narrowing (type, folded, tf_none))
1442 their elements have already been folded, and we must avoid folding
1055 tree folded = cp_fully_fold (init); local
  /src/external/lgpl3/gmp/dist/mpn/x86_64/k8/
mul_basecase.asm 50 C * Can the top of each L(addmul_outer_n) prologue be folded into the
  /src/external/gpl3/gcc/dist/gcc/jit/
jit-playback.cc 832 tree folded = fold_const_var (init_tree); local
834 if (!TREE_CONSTANT (folded))
850 DECL_INITIAL (inner) = folded;
  /src/external/gpl3/gcc.old/dist/gcc/jit/
jit-playback.cc 697 tree folded = fold_const_var (init_tree); local
699 if (!TREE_CONSTANT (folded))
715 DECL_INITIAL (inner) = folded;
  /src/external/gpl3/gdb.old/dist/gdb/
ada-lang.c 1034 /* Return NAME folded to lower case, or, if surrounded by single
1056 folded to lower case. Other Unicode letters are folded to
1154 with <...> quoting are not folded in any case. */
5703 scope and in global scopes, or NULL if none. NAME is folded and
6510 const char *folded = ada_fold_name (buffer.get (), true);
6511 return make_unique_xstrdup (folded);
13283 const char *folded = ada_fold_name (user_name);
13284 m_encoded_name = ada_encode_1 (folded, false);
6499 const char *folded = ada_fold_name (buffer.get (), true); local
13264 const char *folded = ada_fold_name (user_name); local
  /src/external/gpl3/gdb/dist/gdb/
ada-lang.c 1039 /* Return NAME folded to lower case, or, if surrounded by single
1061 folded to lower case. Other Unicode letters are folded to
1159 with <...> quoting are not folded in any case. */
5700 scope and in global scopes, or NULL if none. NAME is folded and
6507 const char *folded = ada_fold_name (buffer.get (), true);
6508 return make_unique_xstrdup (folded);
13292 const char *folded = ada_fold_name (user_name);
13293 m_encoded_name = ada_encode_1 (folded, false);
6496 const char *folded = ada_fold_name (buffer.get (), true); local
13273 const char *folded = ada_fold_name (user_name); local

Completed in 123 milliseconds

1 2