Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/etc/zfs/
H A Dzfs-functions.in66 elif type 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/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()