Home
last modified time | relevance | path

Searched refs:einfo (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/krb5/src/util/profile/
H A Dprof_init.c103 struct errinfo einfo = { 0 }; in init_load_module() local
126 err = krb5int_open_plugin(modpath, &plhandle, &einfo); in init_load_module()
130 &einfo); in init_load_module()
151 k5_clear_error(&einfo); in init_load_module()
/freebsd/sys/contrib/openzfs/etc/zfs/
H A Dzfs-functions.in67 elif command -v einfo > /dev/null 2>&1 ; then
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp515 FunctionType::ExtInfo einfo; in arrangeObjCMessageSendSignature() local
517 einfo = einfo.withCallingConv(getCallingConventionForDecl(MD, IsWindows)); in arrangeObjCMessageSendSignature()
521 einfo = einfo.withProducesResult(true); in arrangeObjCMessageSendSignature()
527 FnInfoOpts::None, argTys, einfo, extParamInfos, in arrangeObjCMessageSendSignature()
535 FunctionType::ExtInfo einfo; in arrangeUnprototypedObjCMessageSend() local
538 argTypes, einfo, {}, RequiredArgs::All); in arrangeUnprototypedObjCMessageSend()
/freebsd/crypto/krb5/src/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c3403 struct errinfo einfo = EMPTY_ERRINFO; in load_pkcs11_module() local
3409 err = krb5int_open_plugin(modname, &handle, &einfo); in load_pkcs11_module()
3415 err = krb5int_get_plugin_func(handle, "C_GetFunctionList", &sym, &einfo); in load_pkcs11_module()
3433 errmsg = k5_get_error(&einfo, err); in load_pkcs11_module()
3439 k5_clear_error(&einfo); in load_pkcs11_module()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp10842 FunctionType::ExtInfo einfo = lbaseInfo.withNoReturn(NoReturn); in mergeFunctionTypes() local
10920 EPI.ExtInfo = einfo; in mergeFunctionTypes()
10961 EPI.ExtInfo = einfo; in mergeFunctionTypes()
10969 return getFunctionNoProtoType(retType, einfo); in mergeFunctionTypes()