Home
last modified time | relevance | path

Searched refs:objc_gimplify_expr (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-lang.cc44 #define LANG_HOOKS_GIMPLIFY_EXPR objc_gimplify_expr
H A Dobjc-act.h28 int objc_gimplify_expr (tree *, gimple_seq *, gimple_seq *);
H A DChangeLog2152 (objc_gimplify_expr): Use a switch. In case of a PROPERTY_REF, call
3008 * objc-act.c (objc_gimplify_expr): Change return type to int.
3081 * objc-act.c (objc_gimplify_expr): Add casts to enum type.
3191 * objc-act.c (objc_gimplify_expr): Change pre and post to sequences.
3192 * objc-act.h (objc_gimplify_expr): Change prototype accordingly.
3582 (objc_substitute_decl, objc_gimplify_expr): Reformat.
3630 (objc_gimplify_expr): Add Objective-C++ support.
H A Dobjc-act.cc9717 objc_gimplify_expr (tree *expr_p, gimple_seq *pre_p, gimple_seq *post_p) in objc_gimplify_expr() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-lang.c44 #define LANG_HOOKS_GIMPLIFY_EXPR objc_gimplify_expr
H A Dobjc-act.h28 int objc_gimplify_expr (tree *, gimple_seq *, gimple_seq *);
H A Dobjc-act.c9587 objc_gimplify_expr (tree *expr_p, gimple_seq *pre_p, gimple_seq *post_p) in objc_gimplify_expr() function
/netbsd-src/external/gpl3/gcc/dist/gcc/objcp/
H A Dobjcp-lang.cc42 #define LANG_HOOKS_GIMPLIFY_EXPR objc_gimplify_expr
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objcp/
H A Dobjcp-lang.c42 #define LANG_HOOKS_GIMPLIFY_EXPR objc_gimplify_expr
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog.tuples5430 * objc-act.c (objc_gimplify_expr): Change pre and post to sequences.
5431 * objc-act.h (objc_gimplify_expr): Change prototype accordingly.
H A DChangeLog-200523938 * objc/objc-act.c (objc_gimplify_expr): New.