Searched refs:append (Results 451 - 475 of 726) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/share/mk/
H A Dsrc.sys.obj.mk82 # append TARGET.TARGET_ARCH for that case since the user wants to build
/freebsd-13-stable/usr.bin/bmake/unit-tests/
H A DMakefile92 TESTS+= counter-append
329 TESTS+= var-op-append
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp897 llvm::sys::path::append(Path, I->second->getFileName());
1111 // append Path ourselves.
1122 Result.append(Path.data(), Path.size());
1433 llvm::sys::path::append(FullPath, Value);
1886 llvm::sys::path::append(VPath, Comp);
2143 llvm::sys::path::append(PathStr, (*Current)->getName());
H A DYAMLParser.cpp560 /// encodeUTF8 - Encode \a UnicodeScalarValue in UTF-8 and append it to result.
1615 Str.append(LineBreaks, '\n');
1616 Str.append(StringRef(LineStart, Current - LineStart));
1632 Str.append(getChompedLineBreaks(ChompingIndicator, LineBreaks, Str), '\n');
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp775 Record.append(Kind.begin(), Kind.end());
778 Record.append(Val.begin(), Val.end());
1918 Record.append(N->elements_begin(), N->elements_end());
1983 Record.append(Str.bytes_begin(), Str.bytes_end());
2031 Blob.append(cast<MDString>(MD)->getString());
2246 Record.append(KName.begin(), KName.end());
2273 Record.append(Tag.begin(), Tag.end());
2292 Record.append(SSN.begin(), SSN.end());
2362 Record.append(AsmStr.begin(), AsmStr.end());
2367 Record.append(ConstraintSt
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1010 bool append = false;
1014 if (!modules_decl_vendor->FindDecls(name, append, max_matches, decls))
1428 warning.append(name.AsCString());
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp805 llvm::sys::path::append(Path, "default_%m.profraw");
822 llvm::sys::path::append(Path, "default.profdata");
904 llvm::sys::path::append(CoverageFilename, OutputFilename);
1178 llvm::sys::path::append(P, "include");
1179 llvm::sys::path::append(P, "openmp_wrappers");
2215 llvm::sys::path::append(
3179 llvm::sys::path::append(Result, "clang");
3180 llvm::sys::path::append(Result, "ModuleCache");
3246 llvm::sys::path::append(Path, "modules");
3286 llvm::sys::path::append(BuiltinModuleMa
[all...]
H A DCommonArgs.cpp523 llvm::sys::path::append(Path, "default_%m.profraw");
533 llvm::sys::path::append(Path, "default.profdata");
1372 llvm::sys::path::append(StatsFile, BaseName);
/freebsd-13-stable/contrib/libevent/
H A Devutil.c842 /* Append the addrinfo 'append' to the end of 'first', and return the start of
847 struct evutil_addrinfo *append)
851 return append;
854 ai->ai_next = append;
846 evutil_addrinfo_append_(struct evutil_addrinfo *first, struct evutil_addrinfo *append) argument
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DPDB.cpp232 sys::path::append(absoluteFileName, guessedStyle, fileName);
1152 r.append(join(s, "\"\""));
1154 r.append(std::string(a));
H A DDebugTypes.cpp436 indexMap->tpiMap.append(precompIndexMap->tpiMap.begin(),
/freebsd-13-stable/contrib/ntp/sntp/libevent/
H A Devutil.c838 /* Append the addrinfo 'append' to the end of 'first', and return the start of
843 struct evutil_addrinfo *append)
847 return append;
850 ai->ai_next = append;
842 evutil_addrinfo_append_(struct evutil_addrinfo *first, struct evutil_addrinfo *append) argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp281 children.back().string.append(1, ch);
288 children.back().string.append(s.data(), s.size());
2362 match.append(suffix);
2394 match.append("{");
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp296 corrected_name.append(" *");
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DFreeBSDThread.cpp143 m_thread_name.append(kp[i].ki_tdname,
/freebsd-13-stable/contrib/unbound/dnstap/
H A Ddnstap.c73 sbuf.base.append = protobuf_c_buffer_simple_append;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DLocateSymbolFileMacOSX.cpp258 llvm::sys::path::append(buffer, "Contents", "Resources", "DWARF");
432 // If we have a DBGBuildSourcePath + DBGSourcePath pair, append them to the
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringRef.h923 return buffer.append(string.data(), string.size());
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h585 MIBundleBuilder &append(MachineInstr *MI) { function in class:llvm::MIBundleBuilder
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp210 llvm::sys::path::append(Result,
/freebsd-13-stable/contrib/llvm-project/clang/tools/driver/
H A Ddriver.cpp441 // Insert at the end of the argument list to append.
442 argv.append(AppendedOpts.begin(), AppendedOpts.end());
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_report.cpp61 str->append("%s%s%x%x%s%s", before,
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux_libcdep.cpp548 module_name.append("%s", info->dlpi_name);
/freebsd-13-stable/bin/pax/
H A Dar_subs.c62 * the user: list, append, read ...
390 * if this not append, and there are no files, we do no write a trailer
541 * append()
563 append(void) function
576 * Do not allow an append operation if the actual archive is of a
603 * to the archive. When we append, we run the risk that newly added
655 * read phase of append will cause newly appended files with a
1087 paxwarn(1,"Unable to append, archive header flaw");
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/CodeGen/
H A DConstantInitBuilder.h216 Builder.Buffer.append(values.begin(), values.end());

Completed in 379 milliseconds

<<11121314151617181920>>