Searched refs:call_conv (Results 1 - 3 of 3) sorted by relevance
/third_party/rust/crates/bindgen/bindgen/ir/ |
H A D | function.rs | 561 let mut call_conv = ty.call_conv(); in from_ty() variables 563 let cursor_call_conv = ty.call_conv(); in from_ty() 565 call_conv = cursor_call_conv; in from_ty() 569 let abi = get_abi(call_conv); in from_ty() 572 warn!("Unknown calling convention: {:?}", call_conv); in from_ty()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_shader_llvm.c | 143 enum ac_llvm_calling_convention call_conv; in si_llvm_create_func() local 163 call_conv = AC_LLVM_AMDGPU_VS; in si_llvm_create_func() 166 call_conv = AC_LLVM_AMDGPU_HS; in si_llvm_create_func() 169 call_conv = AC_LLVM_AMDGPU_GS; in si_llvm_create_func() 172 call_conv = AC_LLVM_AMDGPU_PS; in si_llvm_create_func() 175 call_conv = AC_LLVM_AMDGPU_CS; in si_llvm_create_func() 183 ctx->main_fn = ac_build_main(&ctx->args, &ctx->ac, call_conv, name, ret_type, ctx->ac.module); in si_llvm_create_func()
|
/third_party/rust/crates/bindgen/bindgen/ |
H A D | clang.rs | 1072 self.call_conv(), in fmt() 1387 pub fn call_conv(&self) -> CXCallingConv { in call_conv() functions 2007 print_indent(depth, format!(" {}cconv = {}", prefix, ty.call_conv())); in ast_dump()
|
Completed in 6 milliseconds