Searched defs:append (Results 1 - 25 of 78) sorted by last modified time

1234

/freebsd-current/lib/libc/string/
H A Dstrcat.c37 strcat(char * __restrict s, const char * __restrict append) argument
/freebsd-current/contrib/libarchive/tar/
H A Dsubst.c174 realloc_strncat(char **str, const char *append, size_t len) argument
196 realloc_strcat(char **str, const char *append) argument
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMergeICmps.cpp586 const auto append = [this](StringRef str) { local
/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/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.cpp182 void HexagonShuffler::append(MCInst const &ID, MCInst const *Extender, function in class:HexagonShuffler
/freebsd-current/contrib/llvm-project/llvm/lib/Option/
H A DArgList.cpp32 void ArgList::append(Arg *A) { function in class:ArgList
/freebsd-current/contrib/llvm-project/llvm/lib/Object/
H A DCOFFImportFile.cpp104 template <class T> static void append(std::vector<uint8_t> &B, const T &Data) { function in namespace:llvm::object
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h751 void append(const RegsForValue &RHS) { function in struct:llvm::RegsForValue
/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/Frontend/OpenMP/
H A DOMPIRBuilder.h1705 void append(MapInfosTy &CurInfo) { function in struct:llvm::OffloadEntriesInfoManager::OffloadEntryInfo::OpenMPIRBuilder::MapInfosTy
[all...]
/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/CodeGen/
H A DMachineInstrBuilder.h646 MIBundleBuilder &append(MachineInstr *MI) { function in class:llvm::MIBundleBuilder
/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...]
H A DSmallString.h68 void append(StringRef RHS) { function in class:llvm::SmallString
73 void append(std::initializer_list<StringRef> Refs) { function in class:llvm::SmallString
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp1064 SerializeBreakpointsToFile(const FileSpec &file, const BreakpointIDList &bp_ids, bool append) argument
H A DLanguage.cpp411 Find(ExecutionContextScope *exe_scope, const char *key, ResultSet &results, bool append) argument
/freebsd-current/contrib/llvm-project/lldb/source/Symbol/
H A DLineTable.cpp328 size_t LineTable::FindLineEntriesForFileIndex(uint32_t file_idx, bool append, argument
381 GetContiguousFileAddressRanges(FileAddressRanges &file_ranges, bool append) argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFCompileUnit.cpp81 const bool append = true; local
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp525 uint32_t AppleObjCDeclVendor::FindDecls(ConstString name, bool append, argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
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/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/lldb/source/Commands/
H A DCommandObjectMemory.cpp761 const bool append = m_outfile_options.GetAppend().GetCurrentValue(); variable
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1249 BreakpointsWriteToFile(SBFileSpec &dest_file, SBBreakpointList &bkpt_list, bool append) argument
H A DSBStream.cpp80 void SBStream::RedirectToFile(const char *path, bool append) { argument

Completed in 596 milliseconds

1234