Macro rustc_codegen_llvm::abi::for_each_kind[][src]

macro_rules! for_each_kind {
    ($flags : ident, $f : ident, $($kind : ident), +) => { ... };
}