HomeSort by relevance Sort by last modified time
    Searched refs:tree_code (Results 1 - 7 of 7) sorted by null

  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
c-common.h 360 extern tree build_modify_expr (location_t, tree, enum tree_code, tree);
665 (TREE_CODE (type) != FUNCTION_TYPE && TYPE_SIZE (type))
668 (TREE_CODE (type) != FUNCTION_TYPE && TYPE_SIZE (type) == 0)
671 (TREE_CODE (type) == FUNCTION_TYPE)
725 extern void binary_op_error (location_t, enum tree_code, tree, tree);
734 extern void warn_logical_operator (enum tree_code, tree, tree);
748 extern tree shorten_compare (tree *, tree *, tree *, enum tree_code *);
750 extern tree pointer_int_sum (enum tree_code, tree, tree);
813 extern tree build_stmt (enum tree_code, ...);
819 extern tree build_unary_op (location_t, enum tree_code, tree, int)
    [all...]
tree-ssa-sccvn.h 36 ENUM_BITFIELD(tree_code) opcode : 16;
70 enum tree_code opcode;
169 tree vn_nary_op_lookup_pieces (unsigned int, enum tree_code,
174 vn_nary_op_t vn_nary_op_insert_pieces (unsigned int, enum tree_code,
langhooks.h 75 tree (*make_type) (enum tree_code);
293 size_t (*tree_size) (enum tree_code);
tree.h 39 enum tree_code { enum
55 /* Each tree_code has an associated code class represented by a
91 (TREE_CODE_CLASS (TREE_CODE (CODE)) == tcc_exceptional)
96 (TREE_CODE_CLASS (TREE_CODE (CODE)) == tcc_constant)
101 (TREE_CODE_CLASS (TREE_CODE (CODE)) == tcc_type)
106 (TREE_CODE_CLASS (TREE_CODE (CODE)) == tcc_declaration)
111 (TREE_CODE (CODE) == NAME_MEMORY_TAG \
112 || TREE_CODE (CODE) == SYMBOL_MEMORY_TAG \
113 || TREE_CODE (CODE) == MEMORY_PARTITION_TAG)
119 (TREE_CODE (DECL) == VAR_DECL || TREE_CODE (DECL) == FUNCTION_DECL
    [all...]
tree-flow.h 731 extern tree gimplify_build1 (gimple_stmt_iterator *, enum tree_code,
733 extern tree gimplify_build2 (gimple_stmt_iterator *, enum tree_code,
735 extern tree gimplify_build3 (gimple_stmt_iterator *, enum tree_code,
755 extern int op_code_prio (enum tree_code);
757 extern const char *op_symbol_code (enum tree_code);
829 extern tree create_tag_raw (enum tree_code, tree, const char *);
    [all...]
gimple.h 61 enum tree_code) ATTRIBUTE_NORETURN;
584 enum tree_code cond;
777 void extract_ops_from_tree (tree, enum tree_code *, tree *, tree *);
779 gimple gimple_build_assign_with_ops_stat (enum tree_code, tree, tree,
788 gimple gimple_build_cond (enum tree_code, tree, tree, tree, tree);
820 enum gimple_statement_structure_enum gss_for_assign (enum tree_code);
837 void gimple_assign_set_rhs_with_ops (gimple_stmt_iterator *, enum tree_code,
844 void gimple_cond_get_ops_from_tree (tree, enum tree_code *, tree *, tree *);
853 unsigned get_gimple_rhs_num_ops (enum tree_code);
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/cp/
cp-tree.h 208 if (TREE_CODE (__t) != FUNCTION_DECL && \
209 TREE_CODE (__t) != TEMPLATE_DECL && __t->decl_common.lang_specific \
215 if (TREE_CODE (__t) != FUNCTION_DECL || !__t->decl_common.lang_specific \
331 ((TREE_CODE (NODE) == OVERLOAD) ? OVL_FUNCTION (NODE) : (NODE))
333 ((TREE_CODE (NODE) == OVERLOAD) ? TREE_CHAIN (NODE) : NULL_TREE)
347 (TREE_CODE (NODE) == BASELINK)
    [all...]

Completed in 40 milliseconds