Home
last modified time | relevance | path

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

/freebsd-11-stable/crypto/openssh/
HDttymodes.c355 int arg_size; in tty_parse_modes() local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDStatepoint.h169 size_t arg_size() const { return getNumCallArgs(); } in arg_size() function
HDFunction.h739 size_t arg_size() const { return NumArgs; } in arg_size() function
HDCallSite.h226 unsigned arg_size() const { return unsigned(arg_end() - arg_begin()); } in arg_size() function
/freebsd-11-stable/sys/amd64/vmm/io/
HDppt.c599 size_t res_size, cookie_size, arg_size; in ppt_setup_msix() local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
HDRenderScriptRuntime.cpp134 size_t arg_size = sizeof(uint32_t); in GetArgsX86() local
158 static const std::array<size_t, 5> arg_size{{ in GetArgsX86_64() local
246 const size_t arg_size = sizeof(uint32_t); in GetArgsArm() local
324 const size_t arg_size = sizeof(uint32_t); in GetArgsMipsel() local
369 const size_t arg_size = sizeof(uint64_t); in GetArgsMips64el() local
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/CodeGen/
HDCGFunctionInfo.h578 unsigned arg_size() const { return NumArgs; } in arg_size() function
/freebsd-11-stable/contrib/gdb/gdb/
HDstack.c222 int arg_size; in print_frame_args() local
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
HDkmp_gsupport.cpp1649 void (*copy_func)(void *, void *), long arg_size, in __GOMP_taskloop()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMFastISel.cpp2337 unsigned arg_size = CS.arg_size(); in SelectCall() local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/TableGen/
HDRecord.h1377 inline size_t arg_size () const { return NumArgs; } in arg_size() function
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDExprCXX.h3447 unsigned arg_size() const { return CXXUnresolvedConstructExprBits.NumArgs; } in arg_size() function
/freebsd-11-stable/contrib/gcc/config/mips/
HDmips.c8081 build_mips16_call_stub (rtx retval, rtx fn, rtx arg_size, int fp_code) in build_mips16_call_stub()