Home
last modified time | relevance | path

Searched defs:insert (Results 51 – 75 of 153) sorted by relevance

1234567

/freebsd/contrib/nvi/common/
H A Dcut.h38 size_t insert; /* 0-N: bytes to insert (push). */ member
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dstack_depot.h133 u32 insert(uptr *Begin, uptr *End) { in insert() function
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DImmutableGraph.h118 bool insert(const Node &N) { in insert() function
206 bool insert(const Edge &E) { in insert() function
/freebsd/contrib/llvm-project/clang/include/clang/Rewrite/Core/
H A DRewriteRope.h205 void insert(unsigned Offset, const char *Start, const char *End) { in insert() function
/freebsd/sbin/kldconfig/
H A Dkldconfig.c140 addpath(struct pathhead *pathq, char *path, int force, int insert) in addpath()
/freebsd/contrib/llvm-project/lld/ELF/
H A DSymbolTable.cpp66 Symbol *SymbolTable::insert(StringRef name) { in insert() function in SymbolTable
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_dense_map.h123 detail::DenseMapPair<value_type *, bool> insert(const value_type &KV) { in insert() function
130 detail::DenseMapPair<value_type *, bool> insert(value_type &&KV) { in insert() function
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSpecialCaseList.cpp28 bool SpecialCaseList::Matcher::insert(std::string Regexp, insert() function in llvm::SpecialCaseList::Matcher
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_report.cpp157 int insert(u32 o) { in insert() function in __msan::OriginSet
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DScopedHashTable.h193 void insert(const K &Key, const V &Val) { in insert() function
H A DConcurrentHashtable.h172 std::pair<KeyDataTy *, bool> insert(const KeyTy &NewValue) { insert() function
H A DDenseMap.h220 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &KV) { in insert() function
227 std::pair<iterator, bool> insert(std::pair<KeyT, ValueT> &&KV) { in insert() function
310 void insert(InputIt I, InputIt E) { in insert() function
H A DEquivalenceClasses.h220 iterator insert(const ElemTy &Data) { in insert() function
H A DCoalescingBitVector.h399 void insert(IndexT Start, IndexT End) { Intervals.insert(Start, End, 0); } in insert() function
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DDeclarationFragments.h156 DeclarationFragments &insert(FragmentIterator It, in insert() function
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Support/
H A DBumpVector.h181 iterator insert(iterator I, size_t Cnt, const_reference E, in insert() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h362 bool insert(SUnit *SU) { return Nodes.insert(SU); } in insert() function
364 void insert(iterator S, iterator E) { Nodes.insert(S, E); } in insert() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegBankSelect.h180 MachineBasicBlock::iterator insert(MachineInstr &MI) { in insert() function
[all...]
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h216 std::pair<iterator, bool> insert(std::pair<Selector, Lists> &&Val) { in insert() function
/freebsd/sbin/dumpon/
H A Ddumpon.c467 bool gzip, list, netdump, zstd, insert, rflag; in main() local
/freebsd/contrib/ntp/ntpd/
H A Dntp_leapsec.c642 leapsec_add_dyn(int insert,uint32_t ntpnow,const time_t * pivot) leapsec_add_dyn() argument
952 leapsec_add(leap_table_t * pt,const vint64 * now64,int insert) leapsec_add() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryByteStream.h156 Data.insert(Data.begin() + Offset, Bytes.begin(), Bytes.end()); in insert() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DMultiOnDiskHashTable.h303 void insert(typename WriterInfo::key_type_ref Key, in insert() function
H A DASTReaderInternals.h60 void insert(GlobalDeclID ID) { in insert() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInst.h224 iterator insert(iterator I, const MCOperand &Op) { in insert() function

1234567