Home
last modified time | relevance | path

Searched refs:append (Results 126 – 150 of 957) sorted by relevance

12345678910>>...39

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp442 path.append(c.begin(), c.end()); in append()
454 path.append(component.begin(), component.end()); in append()
460 append(path, Style::native, a, b, c, d); in append()
463 void append(SmallVectorImpl<char> &path, const_iterator begin, in append() function
466 path::append(path, style, *begin); in append()
498 path.append(ext.begin(), ext.end()); in replace_extension()
562 PathHome.append(Path.begin() + 1, Path.end()); in native()
808 sys::path::append(TDir, Twine(ModelStorage)); in createUniquePath()
926 path::append(current_dir, p); in make_absolute()
935 path::append(curDirRootName, p); in make_absolute()
[all …]
H A DFormattedStream.cpp61 PartialUTF8Char.append(StringRef(Ptr, Size)); in UpdatePosition()
67 PartialUTF8Char.append(StringRef(Ptr, BytesFromBuffer)); in UpdatePosition()
H A DUnicodeNameToCodepoint.cpp302 Buffer.append("HANGUL SYLLABLE "); in nameToHangulCodePoint()
304 Buffer.append(HangulSyllables[L][0]); in nameToHangulCodePoint()
306 Buffer.append(HangulSyllables[V][1]); in nameToHangulCodePoint()
308 Buffer.append(HangulSyllables[T][2]); in nameToHangulCodePoint()
363 Buffer.append(Item.Prefix); in nameToGeneratedCodePoint()
364 Buffer.append(utohexstr(V, true)); in nameToGeneratedCodePoint()
/freebsd/contrib/cortex-strings/scripts/
H A Dplot-align.py35 heights.append(mean)
37 heights.append(0)
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBValueListExtensions.i54 matches.append(value)
65 matches.append(value)
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFCompileUnit.cpp81 const bool append = true; in BuildAddressRangeTable() local
83 line_table->GetContiguousFileAddressRanges(file_ranges, append); in BuildAddressRangeTable()
/freebsd/sys/kern/
H A Dsubr_sglist.c847 int append; in sglist_join() local
857 append = 0; in sglist_join()
862 append = 1; in sglist_join()
865 if (first->sg_nseg + second->sg_nseg - append > first->sg_maxseg) in sglist_join()
869 if (append) in sglist_join()
873 bcopy(first->sg_segs + first->sg_nseg, second->sg_segs + append, in sglist_join()
874 (second->sg_nseg - append) * sizeof(struct sglist_seg)); in sglist_join()
875 first->sg_nseg += second->sg_nseg - append; in sglist_join()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DJob.cpp181 path::append(OutInc, InInc); in rewriteIncludes()
279 llvm::sys::path::append(RelModCacheDir, "repro-modules"); in Print()
282 ModCachePath.append(RelModCacheDir.c_str()); in Print()
335 Argv.append(Arguments.begin(), Arguments.end()); in Execute()
422 Argv.append(getArguments().begin(), getArguments().end()); in Execute()
H A DMultilibBuilder.cpp137 llvm::sys::path::append(GCCSuffix, "/", Base.gccSuffix(), New.gccSuffix()); in compose()
139 llvm::sys::path::append(OSSuffix, "/", Base.osSuffix(), New.osSuffix()); in compose()
141 llvm::sys::path::append(IncludeSuffix, "/", Base.includeSuffix(), in compose()
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DDeclarationFragments.h140 DeclarationFragments &append(StringRef Spelling, FragmentKind Kind,
147 Fragments.back().Spelling.append(Spelling.data(), Spelling.size());
161 DeclarationFragments &append(DeclarationFragments &&Other) { in append() function
442 ReturnType.append(std::move(After)); in getFunctionSignature()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCOFFVCRuntimeSupport.cpp82 sys::path::append(LibPath, LibName); in loadVCRuntime()
177 sys::path::append(VCToolchainLib, "lib", "x64"); in getMSVCToolchainPath()
181 sys::path::append(UCRTSdkLib, "Lib", UCRTVersion, "ucrt", "x64"); in getMSVCToolchainPath()
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DDeviceOffload.cpp160 FatbinContent.append((char *)&OuterHeader, in GenerateFatbinary()
166 FatbinContent.append((char *)&InnerHeader, in GenerateFatbinary()
169 FatbinContent.append(PTXCode.begin(), PTXCode.end()); in GenerateFatbinary()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp1203 llvm::sys::path::append(P, "lib", "arc"); in AddLinkARCArgs()
1681 Args.append(Argument); in addOSVersionMinArgument()
2194 Args.append(Args.MakeSeparateArg( in AddDeploymentTarget()
2443 llvm::sys::path::append(P, "include"); in AddClangSystemIncludeArgs()
2474 llvm::sys::path::append(Base, Version); in AddGnuCPlusPlusIncludePaths()
2483 llvm::sys::path::append(P, ArchDir); in AddGnuCPlusPlusIncludePaths()
2485 llvm::sys::path::append(P, BitDir); in AddGnuCPlusPlusIncludePaths()
2492 llvm::sys::path::append(P, "backward"); in AddGnuCPlusPlusIncludePaths()
2688 llvm::sys::path::append( in AddCCKextLibArgs()
2744 DAL->append(A); in TranslateArgs()
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DRecordLayout.cpp41 FieldOffsets.append(Ctx, fieldoffsets.begin(), fieldoffsets.end()); in ASTRecordLayout()
61 FieldOffsets.append(Ctx, fieldoffsets.begin(), fieldoffsets.end()); in ASTRecordLayout()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.cpp1674 Text.append("\r\n"); in appendNewlineText()
1676 Text.append(Newlines, '\n'); in appendNewlineText()
1687 Text.append(Spaces, ' '); in appendEscapedNewlineText()
1700 Text.append(Spaces, ' '); in appendIndentText()
1709 Text.append(Spaces, ' '); in appendIndentText()
1714 Text.append("\t"); in appendIndentText()
1719 Text.append(Spaces, ' '); in appendIndentText()
1728 Text.append(Spaces, ' '); in appendIndentText()
1733 Text.append(Spaces, ' '); in appendIndentText()
1741 Text.append(Spaces, ' '); in appendIndentText()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Option/
H A DArgList.h181 void append(Arg *A);
497 append(MakeFlagArg(BaseArg, Opt)); in AddFlagArg()
505 append(MakePositionalArg(BaseArg, Opt, Value)); in AddPositionalArg()
513 append(MakeSeparateArg(BaseArg, Opt, Value)); in AddSeparateArg()
520 append(MakeJoinedArg(BaseArg, Opt, Value)); in AddJoinedArg()
/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-filter-unittest.py215 tests_run.append(test_case + '.' + test)
226 banners_printed.append(match.group(1))
355 partition.append(tests_run)
377 args.append('--%s=%s' % (FILTER_FLAG, gtest_filter))
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageView.cpp38 FullPath.append(Opts.ShowOutputDirectory); in getOutputPath()
41 sys::path::append(FullPath, getCoverageDir()); in getOutputPath()
45 sys::path::append(FullPath, sys::path::relative_path(ParentPath)); in getOutputPath()
48 sys::path::append(FullPath, PathFilename); in getOutputPath()
/freebsd/usr.sbin/config/
H A Dconfig.y98 static void newopt(struct opt_head *list, char *name, char *value, int append, int dupe);
426 newopt(struct opt_head *list, char *name, char *value, int append, int dupe) in newopt() argument
439 if (op2 != NULL && !append && !dupe) { in newopt()
454 if (append) { in newopt()
/freebsd/contrib/ntp/sntp/ag-tpl/0-old/
H A Dagmdoc-cmd.tpl33 (define head-line (lambda() (string-append
44 (out-move (string-append
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandCompletions.cpp202 regex_str.append("^"); in SymbolCompleter()
203 regex_str.append(std::string(m_request.GetCursorArgumentPrefix())); in SymbolCompleter()
206 regex_str.append("."); in SymbolCompleter()
358 path::append(Resolved, path::get_separator()); in DiskFilesOrDirectories()
370 path::append(CompletionBuffer, path::get_separator()); in DiskFilesOrDirectories()
382 Storage.append(path::get_separator()); in DiskFilesOrDirectories()
383 Storage.append(RemainderDir); in DiskFilesOrDirectories()
450 CompletionBuffer.append(Name); in DiskFilesOrDirectories()
453 path::append(CompletionBuffer, path::get_separator()); in DiskFilesOrDirectories()
/freebsd/tests/sys/netpfil/common/
H A Dpft_ping.py97 packets.append(ether / packet)
99 packets.append(ether / ip6 / icmp)
107 packets.append(ether / packet)
109 packets.append(ether / ip / icmp / raw)
523 sniffers.append(
534 sniffers.append(
/freebsd/contrib/llvm-project/llvm/lib/Debuginfod/
H A DDebuginfod.cpp105 sys::path::append(CacheDirectory, "llvm-debuginfod", "client"); in getDefaultDebuginfodCacheDirectory()
126 sys::path::append(UrlPath, sys::path::Style::posix, "buildid", in getDebuginfodSourceUrlPath()
140 sys::path::append(UrlPath, sys::path::Style::posix, "buildid", in getDebuginfodExecutableUrlPath()
152 sys::path::append(UrlPath, sys::path::Style::posix, "buildid", in getDebuginfodDebuginfoUrlPath()
255 sys::path::append(AbsCachedArtifactPath, CacheDirectoryPath, in getCachedOrDownloadArtifact()
289 sys::path::append(ArtifactUrl, sys::path::Style::posix, ServerUrl, UrlPath); in getCachedOrDownloadArtifact()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DPath.h223 void append(SmallVectorImpl<char> &path, const Twine &a,
228 void append(SmallVectorImpl<char> &path, Style style, const Twine &a,
242 void append(SmallVectorImpl<char> &path, const_iterator begin,
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Support/
H A DSupportHelpers.h164 llvm::sys::path::append(Result, Twine(ComponentToAppend)); in path()
222 Path.append(".");
223 Path.append(Suffix);

12345678910>>...39