Searched refs:GIMPLE_DEBUG_INLINE_ENTRY (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgimple.h207 GIMPLE_DEBUG_INLINE_ENTRY = 3 enumerator in enum:gimple_debug_subcode
4947 return s->subcode == GIMPLE_DEBUG_INLINE_ENTRY;
4959 || s->subcode == GIMPLE_DEBUG_INLINE_ENTRY;
H A Dgimple.c891 /* Build a new GIMPLE_DEBUG_INLINE_ENTRY statement in BLOCK at
901 (unsigned)GIMPLE_DEBUG_INLINE_ENTRY, 0
H A Dgimple-pretty-print.c1417 case GIMPLE_DEBUG_INLINE_ENTRY:
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgimple.h209 GIMPLE_DEBUG_INLINE_ENTRY = 3 enumerator in enum:gimple_debug_subcode
5076 return s->subcode == GIMPLE_DEBUG_INLINE_ENTRY;
5088 || s->subcode == GIMPLE_DEBUG_INLINE_ENTRY;
H A Dgimple-pretty-print.cc1436 case GIMPLE_DEBUG_INLINE_ENTRY:
H A Dgimple.cc894 /* Build a new GIMPLE_DEBUG_INLINE_ENTRY statement in BLOCK at
904 (unsigned)GIMPLE_DEBUG_INLINE_ENTRY, 0

Completed in 234 milliseconds