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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/c-family/
c-objc.h 89 extern tree objc_generate_write_barrier (tree, enum tree_code, tree);
92 extern bool objc_method_decl (enum tree_code);
98 extern tree objc_build_incr_expr_for_property_ref (location_t, enum tree_code,
c-common.h 539 extern tree build_modify_expr (location_t, tree, tree, enum tree_code,
667 (TREE_CODE (type) != FUNCTION_TYPE && TYPE_SIZE (type))
670 (TREE_CODE (type) != FUNCTION_TYPE && TYPE_SIZE (type) == 0)
673 (TREE_CODE (type) == FUNCTION_TYPE)
751 extern void binary_op_error (location_t, enum tree_code, tree, tree);
763 extern void warn_logical_operator (location_t, enum tree_code, tree,
764 enum tree_code, tree, enum tree_code, tree);
789 extern tree shorten_compare (tree *, tree *, tree *, enum tree_code *);
791 extern tree pointer_int_sum (location_t, enum tree_code, tree, tree)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree-ssa-sccvn.h 40 ENUM_BITFIELD(tree_code) opcode : 16;
83 enum tree_code opcode;
197 tree vn_nary_op_lookup_pieces (unsigned int, enum tree_code,
201 vn_nary_op_t vn_nary_op_insert_pieces (unsigned int, enum tree_code,
235 if (TREE_CODE (name) == SSA_NAME)
tree.h 39 enum tree_code { enum
115 /* Each tree_code has an associated code class represented by a
151 (TREE_CODE_CLASS (TREE_CODE (CODE)) == tcc_exceptional)
156 (TREE_CODE_CLASS (TREE_CODE (CODE)) == tcc_constant)
161 (TREE_CODE_CLASS (TREE_CODE (CODE)) == tcc_type)
166 (TREE_CODE_CLASS (TREE_CODE (CODE)) == tcc_declaration)
171 (TREE_CODE (DECL) == VAR_DECL || TREE_CODE (DECL) == FUNCTION_DECL)
177 (TREE_CODE (CODE) == INDIRECT_REF)
182 (TREE_CODE_CLASS (TREE_CODE (CODE)) == tcc_reference
    [all...]
c-tree.h 123 enum tree_code original_code;
526 extern tree start_struct (location_t, enum tree_code, tree,
530 extern tree xref_tag (enum tree_code, tree);
531 extern struct c_typespec parser_xref_tag (location_t, enum tree_code, tree);
595 extern struct c_expr parser_build_unary_op (location_t, enum tree_code,
598 enum tree_code, struct c_expr,
langhooks.h 23 /* FIXME: This file should be #include-d after tree.h (for enum tree_code). */
63 tree (*make_type) (enum tree_code);
262 size_t (*tree_size) (enum tree_code);
tree-flow.h 411 extern tree gimplify_build1 (gimple_stmt_iterator *, enum tree_code,
413 extern tree gimplify_build2 (gimple_stmt_iterator *, enum tree_code,
415 extern tree gimplify_build3 (gimple_stmt_iterator *, enum tree_code,
436 extern int op_code_prio (enum tree_code);
438 extern const char *op_symbol_code (enum tree_code);
607 enum tree_code cmp;
gimple.h 55 enum tree_code) ATTRIBUTE_NORETURN;
500 enum tree_code cond;
742 void extract_ops_from_tree_1 (tree, enum tree_code *, tree *, tree *, tree *);
745 gimple_build_assign_with_ops (enum tree_code, tree,
748 gimple_build_assign_with_ops (enum tree_code, tree,
765 gimple gimple_build_cond (enum tree_code, tree, tree, tree, tree);
800 enum gimple_statement_structure_enum gss_for_assign (enum tree_code);
820 void gimple_assign_set_rhs_with_ops_1 (gimple_stmt_iterator *, enum tree_code,
826 void gimple_cond_get_ops_from_tree (tree, enum tree_code *, tree *, tree *);
835 unsigned get_gimple_rhs_num_ops (enum tree_code);
    [all...]
ipa-prop.h 100 enum tree_code operation;
240 static inline enum tree_code
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/cp/
cp-tree.h 210 (TREE_CODE (NODE) == TYPE_DECL || TREE_CODE (NODE) == TEMPLATE_DECL \
211 || TREE_CODE (NODE) == FUNCTION_DECL)
228 if (TREE_CODE (__t) != FUNCTION_DECL || !__t->decl_common.lang_specific \
329 ((TREE_CODE (NODE) == OVERLOAD) ? OVL_FUNCTION (NODE) : (NODE))
331 ((TREE_CODE (NODE) == OVERLOAD) ? TREE_CHAIN (NODE) : NULL_TREE)
347 (TREE_CODE (NODE) == BASELINK)
551 && (TREE_CODE (TREE_PURPOSE (NODE)) == DEFERRED_NOEXCEPT \
    [all...]

Completed in 808 milliseconds