Searched refs:regParm (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h2679 ExtInfo(bool noReturn, bool hasRegParm, unsigned regParm, CallingConv cc, argument
2681 assert((!hasRegParm || regParm < 7) && "Invalid regparm value");
2685 (hasRegParm ? ((regParm + 1) << RegParmOffset) : 0);

Completed in 64 milliseconds