Home
last modified time | relevance | path

Searched defs:return_ (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dblockexit.d42 return_ = 4, enumerator
H A Dctorflow.d25 return_ = 0x08, /// seen a return statement enumerator
H A Dastenums.d73 return_ = 0x40_0000, /// 'return ref' or 'return scope' for function parameters enumerator
H A Dtokens.d202 return_, enumerator
H A Dob.d139 return_, /// returns from function enumerator
H A Dtokens.h211 return_, enumerator
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dtraits.d1141 return_ = 0x20, /// ditto enumerator
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dtraits.d1040 return_ = 0x10, /// ditto enumerator
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dengine.cc1021 if (const greturn *return_ = dyn_cast <const greturn *> (stmt)) in on_stmt() local
2885 else if (const greturn *return_ = dyn_cast <const greturn *> (stmt)) in feasible_p() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-recording.h2002 return_ (block *b, in return_() function
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Djit-recording.h2208 return_ (block *b, in return_() function
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dengine.cc4559 else if (const greturn *return_ = dyn_cast <const greturn *> (stmt)) in maybe_update_for_edge() local
H A Dregion-model.cc1263 const greturn *return_ = as_a <const greturn *> (stmt); in on_stmt_pre() local