Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/
H A Dtree-flow.h887 ESCAPE_TO_RETURN = 1 << 5, /* Returned from function. */ enumerator
H A Dtree-dfa.c364 if (escape_mask & ESCAPE_TO_RETURN) in dump_variable()
H A Dtree-ssa-alias.c2172 return ESCAPE_TO_RETURN; in is_escape_site()