Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_format.inc165 int argIdx; // argument index, or -1 if not specified ("%n$")
183 dir->argIdx = -1;
201 p = maybe_parse_param_index(p, &dir->argIdx);
323 if (dir.argIdx != -1) {
369 int argIdx; // width argument index, or -1 if not specified ("%*n$")
400 dir->argIdx = -1;
523 if (dir.argIdx != -1 || dir.precisionIdx != -1) {
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h549 bool isRequiredArg(unsigned argIdx) const { in isRequiredArg() argument
550 return argIdx == ~0U || argIdx < NumRequired; in isRequiredArg()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp420 for (unsigned argIdx = 0, e = chunk.Fun.NumParams; argIdx != e; in CheckExtraCXXDefaultArguments() local
421 ++argIdx) { in CheckExtraCXXDefaultArguments()
422 ParmVarDecl *Param = cast<ParmVarDecl>(chunk.Fun.Params[argIdx].Param); in CheckExtraCXXDefaultArguments()
425 std::move(chunk.Fun.Params[argIdx].DefaultArgTokens); in CheckExtraCXXDefaultArguments()