Searched defs:MaxLen (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DHeaderMap.cpp157 unsigned MaxLen = FileBuffer->getBufferSize() - StrTabIdx; local
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DFormatUtil.cpp21 std::string llvm::pdb::truncateStringBack(StringRef S, uint32_t MaxLen) { argument
31 std::string llvm::pdb::truncateStringMiddle(StringRef S, uint32_t MaxLen) { argument
42 truncateStringFront(StringRef S, uint32_t MaxLen) argument
51 truncateQuotedNameFront(StringRef Label, StringRef Name, uint32_t MaxLen) argument
62 truncateQuotedNameBack(StringRef Label, StringRef Name, uint32_t MaxLen) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dstring_utils.cpp31 constexpr uptr MaxLen = 30; local
35 RAW_CHECK(MinNumberLength < MaxLen); argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCSubtargetInfo.cpp89 size_t MaxLen = 0; local
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DELFDump.cpp170 size_t MaxLen = 0; local
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerOptions.h19 size_t MaxLen = 0; member in struct:fuzzer::FuzzingOptions
H A DFuzzerDriver.cpp293 int RunOneTest(Fuzzer *F, const char *InputFilePath, size_t MaxLen) { argument
826 size_t MaxLen = INT_MAX; // Large max length. local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp194 Optional<uint32_t> MaxLen; local
/freebsd-13-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp1465 unsigned MaxLen = 0; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1301 bool CombinerHelper::tryCombineMemCpyFamily(MachineInstr &MI, unsigned MaxLen) { argument

Completed in 197 milliseconds