HomeSort by: relevance | last modified time | path
    Searched defs:expr_type (Results 1 - 25 of 60) sorted by relevancy

1 2 3

  /src/external/bsd/pkg_install/dist/lib/
license.c 226 int expr_type = 0; /* 0: unset, 1: or, 2: and */ local
245 if (expr_type == 2)
261 if (expr_type != 2)
263 } else if (expr_type == 2) {
295 if (expr_type == 1) {
299 expr_type = 2;
302 if (expr_type == 2) {
306 expr_type = 1;
license.c 226 int expr_type = 0; /* 0: unset, 1: or, 2: and */ local
245 if (expr_type == 2)
261 if (expr_type != 2)
263 } else if (expr_type == 2) {
295 if (expr_type == 1) {
299 expr_type = 2;
302 if (expr_type == 2) {
306 expr_type = 1;
  /src/external/gpl3/gcc/dist/gcc/cp/
cvt.cc 2071 tree expr_type = TREE_TYPE (expr);
2072 gcc_assert (!same_type_p (type, expr_type));
2076 if (fnptr_conv_p (type, expr_type))
2079 if (TYPE_PTR_P (type) && TYPE_PTR_P (expr_type))
2080 return comp_ptr_ttypes (TREE_TYPE (type), TREE_TYPE (expr_type));
2081 else if (TYPE_PTRMEM_P (type) && TYPE_PTRMEM_P (expr_type))
2083 TYPE_PTRMEM_CLASS_TYPE (expr_type))
2085 TYPE_PTRMEM_POINTED_TO_TYPE (expr_type)));
2098 tree expr_type;
2100 expr_type = TREE_TYPE (expr)
2069 tree expr_type = TREE_TYPE (expr); local
2096 tree expr_type; local
    [all...]
method.cc 746 tree expr_type;
751 expr_type = TREE_TYPE (field);
757 else if (ANON_AGGR_TYPE_P (expr_type) && TYPE_FIELDS (expr_type))
769 if (!TYPE_REF_P (expr_type))
775 quals |= cp_type_quals (expr_type);
776 expr_type = cp_build_qualified_type (expr_type, quals);
779 tree init = build3 (COMPONENT_REF, expr_type, parm, field, NULL_TREE);
780 if (move_p && !TYPE_REF_P (expr_type)
744 tree expr_type; local
857 tree expr_type; local
    [all...]
cvt.cc 2071 tree expr_type = TREE_TYPE (expr);
2072 gcc_assert (!same_type_p (type, expr_type));
2076 if (fnptr_conv_p (type, expr_type))
2079 if (TYPE_PTR_P (type) && TYPE_PTR_P (expr_type))
2080 return comp_ptr_ttypes (TREE_TYPE (type), TREE_TYPE (expr_type));
2081 else if (TYPE_PTRMEM_P (type) && TYPE_PTRMEM_P (expr_type))
2083 TYPE_PTRMEM_CLASS_TYPE (expr_type))
2085 TYPE_PTRMEM_POINTED_TO_TYPE (expr_type)));
2098 tree expr_type;
2100 expr_type = TREE_TYPE (expr)
2069 tree expr_type = TREE_TYPE (expr); local
2096 tree expr_type; local
    [all...]
method.cc 746 tree expr_type;
751 expr_type = TREE_TYPE (field);
757 else if (ANON_AGGR_TYPE_P (expr_type) && TYPE_FIELDS (expr_type))
769 if (!TYPE_REF_P (expr_type))
775 quals |= cp_type_quals (expr_type);
776 expr_type = cp_build_qualified_type (expr_type, quals);
779 tree init = build3 (COMPONENT_REF, expr_type, parm, field, NULL_TREE);
780 if (move_p && !TYPE_REF_P (expr_type)
744 tree expr_type; local
857 tree expr_type; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cvt.cc 2025 tree expr_type = TREE_TYPE (expr);
2026 gcc_assert (!same_type_p (type, expr_type));
2030 if (fnptr_conv_p (type, expr_type))
2033 if (TYPE_PTR_P (type) && TYPE_PTR_P (expr_type))
2034 return comp_ptr_ttypes (TREE_TYPE (type), TREE_TYPE (expr_type));
2035 else if (TYPE_PTRMEM_P (type) && TYPE_PTRMEM_P (expr_type))
2037 TYPE_PTRMEM_CLASS_TYPE (expr_type))
2039 TYPE_PTRMEM_POINTED_TO_TYPE (expr_type)));
2052 tree expr_type;
2054 expr_type = TREE_TYPE (expr)
2023 tree expr_type = TREE_TYPE (expr); local
2050 tree expr_type; local
    [all...]
cvt.cc 2025 tree expr_type = TREE_TYPE (expr);
2026 gcc_assert (!same_type_p (type, expr_type));
2030 if (fnptr_conv_p (type, expr_type))
2033 if (TYPE_PTR_P (type) && TYPE_PTR_P (expr_type))
2034 return comp_ptr_ttypes (TREE_TYPE (type), TREE_TYPE (expr_type));
2035 else if (TYPE_PTRMEM_P (type) && TYPE_PTRMEM_P (expr_type))
2037 TYPE_PTRMEM_CLASS_TYPE (expr_type))
2039 TYPE_PTRMEM_POINTED_TO_TYPE (expr_type)));
2052 tree expr_type;
2054 expr_type = TREE_TYPE (expr)
2023 tree expr_type = TREE_TYPE (expr); local
2050 tree expr_type; local
    [all...]
method.cc 746 tree expr_type;
751 expr_type = TREE_TYPE (field);
757 else if (ANON_AGGR_TYPE_P (expr_type) && TYPE_FIELDS (expr_type))
769 if (!TYPE_REF_P (expr_type))
775 quals |= cp_type_quals (expr_type);
776 expr_type = cp_build_qualified_type (expr_type, quals);
779 tree init = build3 (COMPONENT_REF, expr_type, parm, field, NULL_TREE);
780 if (move_p && !TYPE_REF_P (expr_type)
744 tree expr_type; local
851 tree expr_type; local
    [all...]
method.cc 746 tree expr_type;
751 expr_type = TREE_TYPE (field);
757 else if (ANON_AGGR_TYPE_P (expr_type) && TYPE_FIELDS (expr_type))
769 if (!TYPE_REF_P (expr_type))
775 quals |= cp_type_quals (expr_type);
776 expr_type = cp_build_qualified_type (expr_type, quals);
779 tree init = build3 (COMPONENT_REF, expr_type, parm, field, NULL_TREE);
780 if (move_p && !TYPE_REF_P (expr_type)
744 tree expr_type; local
851 tree expr_type; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-warn.cc 1180 tree expr_type = TREE_TYPE (expr); local
1241 expr_type, type, expr, result);
1246 expr_type, type, expr);
1254 expr_type, type, expr, result);
1259 expr_type, type, expr);
1265 expr_type, type, expr, result);
1269 expr_type, type, expr);
1313 if ((TREE_CODE (expr_type) == INTEGER_TYPE
1314 || TREE_CODE (expr_type) == BITINT_TYPE)
1381 type, expr_type);
    [all...]
c-warn.cc 1180 tree expr_type = TREE_TYPE (expr); local
1241 expr_type, type, expr, result);
1246 expr_type, type, expr);
1254 expr_type, type, expr, result);
1259 expr_type, type, expr);
1265 expr_type, type, expr, result);
1269 expr_type, type, expr);
1313 if ((TREE_CODE (expr_type) == INTEGER_TYPE
1314 || TREE_CODE (expr_type) == BITINT_TYPE)
1381 type, expr_type);
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
graphite-isl-ast-to-gimple.cc 315 enum isl_ast_op_type expr_type = isl_ast_expr_get_op_type (expr); local
324 if ((expr_type == isl_ast_op_pdiv_r
325 || expr_type == isl_ast_op_zdiv_r
326 || expr_type == isl_ast_op_add)
339 switch (expr_type)
tree-ssa-dom.cc 1808 tree expr_type; local
1840 expr_type = TREE_TYPE (gimple_assign_lhs (stmt));
1844 expr_type = boolean_type_node;
1848 expr_type = TREE_TYPE (gimple_call_lhs (stmt));
1852 expr_type = TREE_TYPE (gimple_switch_index (swtch_stmt));
1876 || useless_type_conversion_p (expr_type, TREE_TYPE (cached_lhs))))
1894 && !useless_type_conversion_p (expr_type, TREE_TYPE (cached_lhs)))
1895 cached_lhs = fold_convert (expr_type, cached_lhs);
ubsan.cc 1898 tree expr_type = TREE_TYPE (expr); local
1900 machine_mode mode = TYPE_MODE (expr_type);
1914 in EXPR_TYPE, e.g. if TYPE is 64-bit long long and
1915 EXPR_TYPE is IEEE single float, but TYPE_MAX_VALUE + 1.0 is
1920 max = build_real (expr_type, maxval);
1924 min = build_minus_one_cst (expr_type);
1951 min = build_real (expr_type, minval2);
1969 max = build_real (expr_type, maxval);
1973 min = build_minus_one_cst (expr_type);
1983 min = build_real (expr_type, minval)
    [all...]
graphite-isl-ast-to-gimple.cc 315 enum isl_ast_op_type expr_type = isl_ast_expr_get_op_type (expr); local
324 if ((expr_type == isl_ast_op_pdiv_r
325 || expr_type == isl_ast_op_zdiv_r
326 || expr_type == isl_ast_op_add)
339 switch (expr_type)
tree-ssa-dom.cc 1808 tree expr_type; local
1840 expr_type = TREE_TYPE (gimple_assign_lhs (stmt));
1844 expr_type = boolean_type_node;
1848 expr_type = TREE_TYPE (gimple_call_lhs (stmt));
1852 expr_type = TREE_TYPE (gimple_switch_index (swtch_stmt));
1876 || useless_type_conversion_p (expr_type, TREE_TYPE (cached_lhs))))
1894 && !useless_type_conversion_p (expr_type, TREE_TYPE (cached_lhs)))
1895 cached_lhs = fold_convert (expr_type, cached_lhs);
ubsan.cc 1898 tree expr_type = TREE_TYPE (expr); local
1900 machine_mode mode = TYPE_MODE (expr_type);
1914 in EXPR_TYPE, e.g. if TYPE is 64-bit long long and
1915 EXPR_TYPE is IEEE single float, but TYPE_MAX_VALUE + 1.0 is
1920 max = build_real (expr_type, maxval);
1924 min = build_minus_one_cst (expr_type);
1951 min = build_real (expr_type, minval2);
1969 max = build_real (expr_type, maxval);
1973 min = build_minus_one_cst (expr_type);
1983 min = build_real (expr_type, minval)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-warn.cc 1179 tree expr_type = TREE_TYPE (expr); local
1240 expr_type, type, expr, result);
1245 expr_type, type, expr);
1253 expr_type, type, expr, result);
1258 expr_type, type, expr);
1264 expr_type, type, expr, result);
1268 expr_type, type, expr);
1312 if (TREE_CODE (expr_type) == INTEGER_TYPE
1380 type, expr_type);
1384 expr_type, type)
    [all...]
c-warn.cc 1179 tree expr_type = TREE_TYPE (expr); local
1240 expr_type, type, expr, result);
1245 expr_type, type, expr);
1253 expr_type, type, expr, result);
1258 expr_type, type, expr);
1264 expr_type, type, expr, result);
1268 expr_type, type, expr);
1312 if (TREE_CODE (expr_type) == INTEGER_TYPE
1380 type, expr_type);
1384 expr_type, type)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
graphite-isl-ast-to-gimple.cc 315 enum isl_ast_op_type expr_type = isl_ast_expr_get_op_type (expr); local
324 if ((expr_type == isl_ast_op_pdiv_r
325 || expr_type == isl_ast_op_zdiv_r
326 || expr_type == isl_ast_op_add)
339 switch (expr_type)
tree-ssa-dom.cc 1608 tree expr_type; local
1640 expr_type = TREE_TYPE (gimple_assign_lhs (stmt));
1644 expr_type = boolean_type_node;
1648 expr_type = TREE_TYPE (gimple_call_lhs (stmt));
1652 expr_type = TREE_TYPE (gimple_switch_index (swtch_stmt));
1676 || useless_type_conversion_p (expr_type, TREE_TYPE (cached_lhs))))
1694 && !useless_type_conversion_p (expr_type, TREE_TYPE (cached_lhs)))
1695 cached_lhs = fold_convert (expr_type, cached_lhs);
ubsan.cc 1824 tree expr_type = TREE_TYPE (expr); local
1826 machine_mode mode = TYPE_MODE (expr_type);
1840 in EXPR_TYPE, e.g. if TYPE is 64-bit long long and
1841 EXPR_TYPE is IEEE single float, but TYPE_MAX_VALUE + 1.0 is
1846 max = build_real (expr_type, maxval);
1850 min = build_minus_one_cst (expr_type);
1877 min = build_real (expr_type, minval2);
1896 max = build_real (expr_type, maxval);
1900 min = build_minus_one_cst (expr_type);
1910 min = build_real (expr_type, minval)
    [all...]
graphite-isl-ast-to-gimple.cc 315 enum isl_ast_op_type expr_type = isl_ast_expr_get_op_type (expr); local
324 if ((expr_type == isl_ast_op_pdiv_r
325 || expr_type == isl_ast_op_zdiv_r
326 || expr_type == isl_ast_op_add)
339 switch (expr_type)
tree-ssa-dom.cc 1608 tree expr_type; local
1640 expr_type = TREE_TYPE (gimple_assign_lhs (stmt));
1644 expr_type = boolean_type_node;
1648 expr_type = TREE_TYPE (gimple_call_lhs (stmt));
1652 expr_type = TREE_TYPE (gimple_switch_index (swtch_stmt));
1676 || useless_type_conversion_p (expr_type, TREE_TYPE (cached_lhs))))
1694 && !useless_type_conversion_p (expr_type, TREE_TYPE (cached_lhs)))
1695 cached_lhs = fold_convert (expr_type, cached_lhs);

Completed in 82 milliseconds

1 2 3