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

  /src/external/gpl3/gcc/dist/gcc/
tree.cc 1509 build_int_cst (tree type, poly_int64 cst)
2556 return build_int_cst (type, 1);
2609 return build_int_cst (type, -1);
2650 return build_int_cst (type, 0);
3727 return build_int_cst (TREE_TYPE (min), -1);
5320 ptr, build_int_cst (ptype, offset));
5342 build_int_cst (ptr_type_node, offset));
9503 TYPE_MAX_VALUE (boolean_type_node) = build_int_cst (boolean_type_node, 1);
9599 integer_zero_node = build_int_cst (integer_type_node, 0);
9600 integer_one_node = build_int_cst (integer_type_node, 1)
1506 build_int_cst (tree type, poly_int64 cst) function
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree.cc 1526 build_int_cst (tree type, poly_int64 cst)
2568 return build_int_cst (type, 1);
2621 return build_int_cst (type, -1);
2662 return build_int_cst (type, 0);
3688 return build_int_cst (TREE_TYPE (min), -1);
5280 ptr, build_int_cst (ptype, offset));
5302 build_int_cst (ptr_type_node, offset));
9357 TYPE_MAX_VALUE (boolean_type_node) = build_int_cst (boolean_type_node, 1);
9453 integer_zero_node = build_int_cst (integer_type_node, 0);
9454 integer_one_node = build_int_cst (integer_type_node, 1)
1523 build_int_cst (tree type, poly_int64 cst) function
    [all...]

Completed in 25 milliseconds