Searched refs:Middle (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DFormatVariadic.cpp107 StringRef Middle = Fmt.substr(BO, NumEscapedBraces); local
109 return std::make_pair(ReplacementItem{Middle}, Right);
H A DPath.cpp845 const char *Middle = Suffix.empty() ? "-%%%%%%" : "-%%%%%%.";
846 return createTemporaryFile(Prefix + Middle + Suffix, ResultFD, ResultPath,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp4584 const char *Middle = Suffix ? "-%%%%%%." : "-%%%%%%";
4586 CrashDirectory + Middle + Suffix, TmpName);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp780 uint64_t Middle = SplatUndefZ & ~Upper & ~Lower;
781 return tryValue(SplatBitsZ | Middle);

Completed in 189 milliseconds