Home
last modified time | relevance | path

Searched refs:DECL_LOCAL_START_PC (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Ddecl.c139 DECL_LOCAL_START_PC (decl) = 0;
159 if (pc >= DECL_LOCAL_START_PC (decl)
163 || (DECL_LOCAL_START_PC (decl) > DECL_LOCAL_START_PC (best)
1477 DECL_LOCAL_START_PC (pending_local_decls) <= pc)
1484 && DECL_LOCAL_START_PC (*ptr) <= pc
1644 DECL_LOCAL_START_PC (decl) = start_pc;
1661 && (DECL_LOCAL_START_PC (*ptr) > start_pc
1662 || (DECL_LOCAL_START_PC (*ptr) == start_pc
H A Djava-tree.h898 #define DECL_LOCAL_START_PC(NODE) \ macro
H A DChangeLog14573 DECL_LOCAL_SLOT_NUMBER, DECL_LOCAL_START_PC, DECL_LOCAL_END_PC,