Home
last modified time | relevance | path

Searched refs:tcc_constant (Results 1 – 13 of 13) sorted by relevance

/trueos/contrib/gcc/
HDtree.def30 define language-specific tcc_exceptional or tcc_constant codes must
276 DEFTREECODE (INTEGER_CST, "integer_cst", tcc_constant, 0)
279 DEFTREECODE (REAL_CST, "real_cst", tcc_constant, 0)
283 DEFTREECODE (COMPLEX_CST, "complex_cst", tcc_constant, 0)
286 DEFTREECODE (VECTOR_CST, "vector_cst", tcc_constant, 0)
289 DEFTREECODE (STRING_CST, "string_cst", tcc_constant, 0)
HDtree.c363 case tcc_constant: /* a constant */ in tree_code_size()
479 case tcc_constant: /* a constant */ in make_node_stat()
577 case tcc_constant: in make_node_stat()
2384 case tcc_constant: in substitute_in_expr()
2517 case tcc_constant: in substitute_placeholder_in_expr()
2714 case tcc_constant: in stabilize_reference_1()
HDprint-tree.c684 case tcc_constant: in print_node()
HDtree-dump.c393 else if (code_class == tcc_constant) in dequeue_and_dump()
HDtree.h62 tcc_constant, /* A constant. */ enumerator
97 (TREE_CODE_CLASS (TREE_CODE (CODE)) == tcc_constant)
869 #define CST_CHECK(T) TREE_CLASS_CHECK (T, tcc_constant)
HDgimplify.c810 || TREE_CODE_CLASS (code) == tcc_constant in mostly_copy_tree_r()
848 || TREE_CODE_CLASS (code) == tcc_constant) in copy_if_shared_r()
5879 case tcc_constant: in gimplify_expr()
HDtree-ssa-operands.c2083 if (class == tcc_constant || class == tcc_type) in get_expr_operands()
HDtree-inline.c2370 else if (TREE_CODE_CLASS (code) == tcc_constant) in copy_tree_r()
HDfold-const.c3010 case tcc_constant: in twoval_comparison_p()
11792 if (kind == tcc_constant) in fold()
11946 case tcc_constant: in fold_checksum_tree()
HDtree-ssa-structalias.c3509 case tcc_constant: in find_func_aliases()
HDexpr.c6167 case tcc_constant: in safe_from_p()
/trueos/contrib/gcc/cp/
HDmangle.c2072 else if (TREE_CODE_CLASS (code) == tcc_constant in write_expression()
2335 else if ((TREE_CODE_CLASS (code) == tcc_constant && code != PTRMEM_CST) in write_template_arg()
HDcp-tree.def48 DEFTREECODE (PTRMEM_CST, "ptrmem_cst", tcc_constant, 0)