Searched refs:objc_build_synchronized (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-objc.h | 154 extern tree objc_build_synchronized (location_t, tree, tree);
|
H A D | stub-objc.cc | 391 objc_build_synchronized (location_t ARG_UNUSED (start_locus), in objc_build_synchronized() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-objc.h | 146 extern tree objc_build_synchronized (location_t, tree, tree);
|
H A D | stub-objc.c | 390 objc_build_synchronized (location_t ARG_UNUSED (start_locus), in objc_build_synchronized() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/ |
H A D | ChangeLog | 1562 * objc-act.c (objc_build_synchronized): Check the argument of 3619 (objc_build_synchronized): Likewise.
|
H A D | objc-act.cc | 4525 objc_build_synchronized (location_t start_locus, tree object_expr, tree body) in objc_build_synchronized() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/ |
H A D | objc-act.c | 4449 objc_build_synchronized (location_t start_locus, tree object_expr, tree body) in objc_build_synchronized() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-parser.c | 11699 objc_build_synchronized (loc, expr, stmt); in c_parser_objc_synchronized_statement()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-parser.cc | 11763 objc_build_synchronized (loc, expr, stmt); in c_parser_objc_synchronized_statement()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2005 | 18107 (objc_build_synchronized): Add. 18109 * stub-objc.c (objc_build_synchronized): Add return value. 30791 objc_build_synchronized, objc_begin_try_stmt,
|
H A D | ChangeLog-2004 | 15465 objc_build_synchronized, objc_static_init_needed_p, 29173 objc_build_synchronized): New.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | parser.c | 33513 return objc_build_synchronized (location, lock, pop_stmt_list (stmt)); in cp_parser_objc_synchronized_statement()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | parser.cc | 35809 return objc_build_synchronized (location, lock, pop_stmt_list (stmt)); in cp_parser_objc_synchronized_statement()
|