Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/Unix/
H A DProgram.inc558 size_t ArgLength = Program.size() + 1;
568 ArgLength += Arg.size() + 1;
569 if (ArgLength > size_t(HalfArgMax)) {
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DNotNullTerminatedResultCheck.cpp133 if (int ArgLength = getLength(Arg, Result)) in getGivenLength() local
134 return ArgLength; in getGivenLength()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInvocation.cpp1456 size_t ArgLength = in GenerateCodeGenArgs() local
1459 Opts.MemoryProfileOutput.substr(0, ArgLength), SA); in GenerateCodeGenArgs()