Searched defs:return_ (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | blockexit.d | 42 return_ = 4, enumerator
|
H A D | ctorflow.d | 25 return_ = 0x08, /// seen a return statement enumerator
|
H A D | astenums.d | 73 return_ = 0x40_0000, /// 'return ref' or 'return scope' for function parameters enumerator
|
H A D | tokens.d | 202 return_, enumerator
|
H A D | ob.d | 139 return_, /// returns from function enumerator
|
H A D | tokens.h | 211 return_, enumerator
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
H A D | traits.d | 1141 return_ = 0x20, /// ditto enumerator
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | traits.d | 1040 return_ = 0x10, /// ditto enumerator
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
H A D | engine.cc | 1021 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 D | jit-recording.h | 2002 return_ (block *b, in return_() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
H A D | jit-recording.h | 2208 return_ (block *b, in return_() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
H A D | engine.cc | 4559 else if (const greturn *return_ = dyn_cast <const greturn *> (stmt)) in maybe_update_for_edge() local
|
H A D | region-model.cc | 1263 const greturn *return_ = as_a <const greturn *> (stmt); in on_stmt_pre() local
|