Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/ubsan/
H A Dubsan_diag.h180 static const unsigned MaxArgs = 8;
184 Arg Args[MaxArgs];
192 CHECK(NumArgs != MaxArgs); in AddArg()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
H A Dubsan_diag.h181 static const unsigned MaxArgs = 8;
185 Arg Args[MaxArgs];
193 CHECK(NumArgs != MaxArgs); in AddArg()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
H A Dubsan_diag.h179 static const unsigned MaxArgs = 8;
183 Arg Args[MaxArgs];
191 CHECK(NumArgs != MaxArgs); in AddArg()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBPFISelLowering.h87 static const unsigned MaxArgs; variable
H A DBPFISelLowering.cpp366 const unsigned BPFTargetLowering::MaxArgs = 5; member in BPFTargetLowering
400 if (Outs.size() > MaxArgs) in LowerCall()
414 SmallVector<std::pair<unsigned, SDValue>, MaxArgs> RegsToPass; in LowerCall()
418 e = std::min(static_cast<unsigned>(ArgLocs.size()), MaxArgs); in LowerCall()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h683 MaxArgs enumerator
686 SmallVector<TypeIndex, MaxArgs> ArgIndices;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp859 TypeIndex BuildInfoArgs[BuildInfoRecord::MaxArgs] = {}; in emitBuildInfo()