Searched refs:append (Results 376 - 400 of 726) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DPPC.cpp523 Values.append(std::begin(ValidCPUNames), std::end(ValidCPUNames));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DWasmEHPrepare.cpp174 WL.append(succ_begin(BB), succ_end(BB));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCWinCOFFStreamer.cpp66 DF->getContents().append(Code.begin(), Code.end());
H A DMCContext.cpp333 ValidName.append(InvalidName.substr(1, InvalidName.size() - 1));
335 ValidName.append(InvalidName);
756 llvm::sys::path::append(FileNameBuf, getMainFileName());
/freebsd-13-stable/contrib/ntp/sntp/libevent/
H A Dutil-internal.h366 struct evutil_addrinfo *append);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLateEHPrepare.cpp103 WL.append(MBB->succ_begin(), MBB->succ_end());
/freebsd-13-stable/crypto/openssh/
H A Dscp.c631 append(char *cp, char ***ap, size_t *np) function
730 if (append(cp, patternsp, npatternsp) != 0) {
824 if (append(cp, &active, &nactive) != 0) {
847 * Pattern did not expand; append the finename component to
854 if (append(xstrdup(cp2), &done, &ndone) != 0) {
/freebsd-13-stable/tools/bus_space/examples/
H A Dam79c900_diag.py54 sys.path.append('/usr/lib')
/freebsd-13-stable/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp350 sys::path::append(EntryPath, CachePath, "llvmcache-" + Key);
380 sys::path::append(TempFilename, CachePath, "Thin-%%%%%%.tmp.o");
878 llvm::sys::path::append(OutputPath,
/freebsd-13-stable/contrib/ncurses/ncurses/base/
H A Dlib_screen.c347 int append = 0; local
365 if (++append < CCHARW_MAX) {
366 chars[append] = (wchar_t) value;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp566 Result.append("^#");
570 Result.append(S, I);
578 Result.append(S, I);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1206 DIExpression *DIExpression::append(const DIExpression *Expr, function in class:DIExpression
1208 assert(Expr && !Ops.empty() && "Can't append ops to this expression");
1216 NewOps.append(Ops.begin(), Ops.end());
1224 NewOps.append(Ops.begin(), Ops.end());
1232 assert(Expr && !Ops.empty() && "Can't append ops to this expression");
1238 "Can't append this op");
1252 // Append a DW_OP_deref after Expr's current op list if needed, then append
1257 NewOps.append(Ops.begin(), Ops.end());
1260 return DIExpression::append(Expr, NewOps);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyCallGraph.cpp669 TargetSCC.Nodes.append(C->Nodes.begin(), C->Nodes.end());
821 OldSCC.Nodes.append(PendingSCCStack.begin(), PendingSCCStack.end());
1089 MergedSCCs.append(RC->SCCs.begin(), RC->SCCs.end());
1097 MergedSCCs.append(SCCs.begin(), SCCs.end());
1196 Worklist.append(C->Nodes.begin(), C->Nodes.end());
1323 // append SCCs to each of these RefSCCs in the order they occurred in the
/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp408 shell_option.append("--shell-expand-args");
409 shell_option.append(" true");
410 shell_option.append(" --");
2069 init_file_name.append("-");
2070 init_file_name.append(suffix.str());
2074 llvm::sys::path::append(init_file, init_file_name);
3041 // restart rather than append to the revised_command_line.
3121 gdb_format_option.append(1, ' ');
/freebsd-13-stable/contrib/ee/
H A Dee.c294 void get_line P_((int length, unsigned char *in_string, int *append));
2243 int append; /* should text be appended to current line */ local
2266 append = FALSE;
2269 append = TRUE;
2274 get_line(length, in_string, &append);
2306 get_line(length, in_string, append) /* read string and split into lines */
2309 int *append; /* TRUE if must append more text to end of current line */
2343 if (!(*append)) /* if not append t
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp3692 void append(SmallVectorImpl<char> &Buffer, StringRef Str) {
3693 Buffer.append(Str.begin(), Str.end());
3780 return append(Str, "-Inf");
3782 return append(Str, "+Inf");
3784 case fcNaN: return append(Str, "NaN");
3792 append(Str, "0.0E+0");
3794 append(Str, "0.0");
3796 Str.append(FormatPrecision - 1, '0');
3797 append(Str, "e+00");
3940 Str.append(FormatPrecisio
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp479 llvm::sys::path::append(SpecificModuleCache,
759 // artifacts, also append .tmp.
1192 llvm::sys::path::append(PublicFilename, "module.map");
1194 llvm::sys::path::append(PublicFilename, "module.modulemap");
1236 llvm::sys::path::append(FakeModuleMapFile, "__inferred_module.map");
1428 llvm::sys::path::append(TimestampFile, "modules.timestamp");
1929 PrivateModule.append("_Private");
/freebsd-13-stable/contrib/expat/
H A DMakefile.in133 $(top_srcdir)/conftools/ax-append-flag.m4 \
134 $(top_srcdir)/conftools/ax-append-compile-flags.m4 \
135 $(top_srcdir)/conftools/ax-append-link-flags.m4 \
/freebsd-13-stable/contrib/expat/xmlwf/
H A DMakefile.in132 $(top_srcdir)/conftools/ax-append-flag.m4 \
133 $(top_srcdir)/conftools/ax-append-compile-flags.m4 \
134 $(top_srcdir)/conftools/ax-append-link-flags.m4 \
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp203 sys::path::append(Buf, dwarf::toString(CU.find(dwarf::DW_AT_comp_dir), ""));
235 sys::path::append(ResolvedPath, Path);
967 OutputBuffer.append(ULEBbytes.begin(), ULEBbytes.end());
971 OutputBuffer.append(Bytes.begin(), Bytes.end());
1244 MethodNameNoCategory.append(std::string(SelectorStart));
2022 sys::path::append(Path, Filename);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp621 new_packet.append((const char *)decompressed_buffer, decompressed_bytes);
628 new_packet.append(decompressed_checksum_str);
655 m_bytes.append((const char *)src, src_len);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp496 CostWorklist.append(PHIUsedList.begin(), PHIUsedList.end());
1394 SibLoops.append(ParentL->begin(), ParentL->end());
1396 SibLoops.append(AR.LI.begin(), AR.LI.end());
/freebsd-13-stable/contrib/llvm-project/lld/MachO/
H A DDriver.cpp93 llvm::sys::path::append(location, library);
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h720 /// \param[in] append
721 /// If \b true, append the breakpoints in bkpt_list to the others
729 bool append = false);
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DDisassembler.h433 size_t num_instructions, bool append,

Completed in 296 milliseconds

<<11121314151617181920>>