Searched defs:append (Results 51 - 75 of 78) sorted by relevance

1234

/freebsd-current/contrib/llvm-project/libcxx/include/__filesystem/
H A Dpath.h505 _LIBCPP_HIDE_FROM_ABI _EnableIfPathable<_Source> append(const _Source& __src) { function in class:path
510 _LIBCPP_HIDE_FROM_ABI path& append(_InputIt __first, _InputIt __last) { function in class:path
534 _LIBCPP_HIDE_FROM_ABI _EnableIfPathable<_Source> append(const _Source& __src) { function in class:path
547 _LIBCPP_HIDE_FROM_ABI path& append(_InputIt __first, _InputIt __last) { function in class:path
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMergeICmps.cpp586 const auto append = [this](StringRef str) { local
/freebsd-current/contrib/elftoolchain/elfcopy/
H A Delfcopy.h91 int append; member in struct:sec_action
H A Dmain.c1105 int append, delete, compress, name, print; local
/freebsd-current/contrib/bearssl/inc/
H A Dbearssl_x509.h417 void (*append)(const br_x509_class **ctx, member in struct:br_x509_class_
/freebsd-current/sys/contrib/openzfs/etc/systemd/system-generators/
H A Dzfs-mount-generator.c79 systemd_escape(const char *input, const char *prepend, const char *append) argument
148 systemd_escape_path(char *input, const char *prepend, const char *append) argument
/freebsd-current/tools/tools/shlib-compat/
H A Dshlib-compat.py228 def append(self, symbol): member in class:VersionMap
[all...]
/freebsd-current/sbin/devd/
H A Ddevd.cc721 config::expand_string(const char *src, const char *prepend, const char *append) argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp442 ClangModulesDeclVendorImpl::FindDecls(ConstString name, bool append, argument
[all...]
H A DClangASTSource.cpp1131 bool append = false; local
1171 bool append = false; local
1304 bool append = false; local
1347 bool append = false; local
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp181 void DiagnosticsEngine::DiagStateMap::append(SourceManager &SrcMgr, function in class:DiagnosticsEngine::DiagStateMap
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallVector.h696 void append(ItTy in_start, ItTy in_end) { function in class:llvm::SmallVectorImpl
705 void append(size_type NumInputs, ValueParamT Elt) { function in class:llvm::SmallVectorImpl
711 void append(std::initializer_list<T> IL) { function in class:llvm::SmallVectorImpl
715 void append(const SmallVectorImpl &RHS) { append(RHS.begin(), RHS.end()); } function in class:llvm::SmallVectorImpl
[all...]
/freebsd-current/contrib/ntp/sntp/libevent/
H A Devutil.c877 evutil_addrinfo_append_(struct evutil_addrinfo *first, struct evutil_addrinfo *append) argument
/freebsd-current/contrib/libevent/
H A Devutil.c877 evutil_addrinfo_append_(struct evutil_addrinfo *first, struct evutil_addrinfo *append) argument
/freebsd-current/crypto/openssh/
H A Dscp.c765 append(char *cp, char ***ap, size_t *np) function
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFGraph.cpp390 void NodeBase::append(Node NA) { function in class:llvm::rdf::NodeBase
H A DMachineBlockPlacement.cpp1273 void append(MachineBasicBlock *dst) { function in struct:TriangleChain
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h251 SymbolLookupSet &append(SymbolLookupSet Other) { function in class:llvm::orc::SymbolLookupSet
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h1705 void append(MapInfosTy &CurInfo) { function in struct:llvm::OffloadEntriesInfoManager::OffloadEntryInfo::OpenMPIRBuilder::MapInfosTy
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp761 const bool append = m_outfile_options.GetAppend().GetCurrentValue(); variable
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp1628 DecodeInstructions(const Address &base_addr, const DataExtractor &data, lldb::offset_t data_offset, size_t num_instructions, bool append, bool data_from_file) argument
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp186 void append(CHRScope *Next) { function in class:__anon2866::CHRScope
/freebsd-current/contrib/mandoc/
H A Droff.c4065 roff_setstr(struct roff *r, const char *name, const char *string, int append) argument
4077 roff_setstrn(struct roffkv **r, const char *name, size_t namesz, const char *string, size_t stringsz, int append) argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1249 BreakpointsWriteToFile(SBFileSpec &dest_file, SBBreakpointList &bkpt_list, bool append) argument
/freebsd-current/stand/ficl/
H A Dwords.c738 FICL_INT append = FICL_TRUE; local

Completed in 546 milliseconds

1234