Home
last modified time | relevance | path

Searched refs:MaxArgs (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/usr.bin/cvs/vms/
H A Dfilesubr.c822 static int MaxArgs; variable
853 if (i==CurArg && CurArg<MaxArgs) { in ew_add_file()
961 MaxArgs = totfiles + 1; in expand_wild()
969 if (CurArg < MaxArgs) { in expand_wild()
980 if (num <= 0 && CurArg < MaxArgs) { in expand_wild()
989 if (num <= 0 && CurArg < MaxArgs) { in expand_wild()
/openbsd/gnu/llvm/compiler-rt/lib/ubsan/
H A Dubsan_diag.h180 static const unsigned MaxArgs = 8;
184 Arg Args[MaxArgs];
192 CHECK(NumArgs != MaxArgs); in AddArg()
/openbsd/gnu/llvm/llvm/lib/Target/BPF/
H A DBPFISelLowering.h87 static const unsigned MaxArgs; variable
H A DBPFISelLowering.cpp367 const unsigned BPFTargetLowering::MaxArgs = 5; member in BPFTargetLowering
401 if (Outs.size() > MaxArgs) in LowerCall()
415 SmallVector<std::pair<unsigned, SDValue>, MaxArgs> RegsToPass; in LowerCall()
419 e = std::min(static_cast<unsigned>(ArgLocs.size()), MaxArgs); in LowerCall()
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h684 MaxArgs enumerator
687 SmallVector<TypeIndex, MaxArgs> ArgIndices;
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp932 TypeIndex BuildInfoArgs[BuildInfoRecord::MaxArgs] = {}; in emitBuildInfo()