Home
last modified time | relevance | path

Searched refs:allowsOptionalArgs (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h524 bool allowsOptionalArgs() const { return NumRequired != ~0U; } in allowsOptionalArgs() function
526 assert(allowsOptionalArgs()); in getNumRequiredArgs()
673 bool isVariadic() const { return Required.allowsOptionalArgs(); } in isVariadic()
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp743 assert(signature.getRequiredArgs().allowsOptionalArgs()); in arrangeCall()
836 assert(!required.allowsOptionalArgs() || in create()