Home
last modified time | relevance | path

Searched defs:argTys (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libc/include/
H A Dblock_abi.h33 #define DECLARE_BLOCK(retTy, name, argTys, ...)\ argument
42 #define DECLARE_BLOCK(retTy, name, argTys, ...)\ argument
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp501 SmallVector<CanQualType, 16> argTys; in arrangeObjCMessageSendSignature() local