Function rustc::middle::trans::base::invoke[src]
pub fn invoke<'a>(bcx: &'a Block<'a>, llfn: ValueRef, llargs: Vec<ValueRef>, fn_ty: t, call_info: Option<NodeInfo>) -> (ValueRef, &'a Block<'a>)
pub fn invoke<'a>(bcx: &'a Block<'a>, llfn: ValueRef, llargs: Vec<ValueRef>, fn_ty: t, call_info: Option<NodeInfo>) -> (ValueRef, &'a Block<'a>)
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).