Searched refs:tcc_constant (Results 1 – 13 of 13) sorted by relevance
| /trueos/contrib/gcc/ |
| HD | tree.def | 30 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)
|
| HD | tree.c | 363 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()
|
| HD | print-tree.c | 684 case tcc_constant: in print_node()
|
| HD | tree-dump.c | 393 else if (code_class == tcc_constant) in dequeue_and_dump()
|
| HD | tree.h | 62 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)
|
| HD | gimplify.c | 810 || 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()
|
| HD | tree-ssa-operands.c | 2083 if (class == tcc_constant || class == tcc_type) in get_expr_operands()
|
| HD | tree-inline.c | 2370 else if (TREE_CODE_CLASS (code) == tcc_constant) in copy_tree_r()
|
| HD | fold-const.c | 3010 case tcc_constant: in twoval_comparison_p() 11792 if (kind == tcc_constant) in fold() 11946 case tcc_constant: in fold_checksum_tree()
|
| HD | tree-ssa-structalias.c | 3509 case tcc_constant: in find_func_aliases()
|
| HD | expr.c | 6167 case tcc_constant: in safe_from_p()
|
| /trueos/contrib/gcc/cp/ |
| HD | mangle.c | 2072 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()
|
| HD | cp-tree.def | 48 DEFTREECODE (PTRMEM_CST, "ptrmem_cst", tcc_constant, 0)
|