/freebsd/contrib/nvi/common/ |
H A D | cut.h | 38 size_t insert; /* 0-N: bytes to insert (push). */ member
|
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | stack_depot.h | 133 u32 insert(uptr *Begin, uptr *End) { in insert() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | ImmutableGraph.h | 118 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 D | RewriteRope.h | 205 void insert(unsigned Offset, const char *Start, const char *End) { in insert() function
|
/freebsd/sbin/kldconfig/ |
H A D | kldconfig.c | 140 addpath(struct pathhead *pathq, char *path, int force, int insert) in addpath()
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | SymbolTable.cpp | 66 Symbol *SymbolTable::insert(StringRef name) { in insert() function in SymbolTable
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_dense_map.h | 123 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 D | SpecialCaseList.cpp | 28 bool SpecialCaseList::Matcher::insert(std::string Regexp, insert() function in llvm::SpecialCaseList::Matcher
|
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_report.cpp | 157 int insert(u32 o) { in insert() function in __msan::OriginSet
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | ScopedHashTable.h | 193 void insert(const K &Key, const V &Val) { in insert() function
|
H A D | ConcurrentHashtable.h | 172 std::pair<KeyDataTy *, bool> insert(const KeyTy &NewValue) { insert() function
|
H A D | DenseMap.h | 220 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 D | EquivalenceClasses.h | 220 iterator insert(const ElemTy &Data) { in insert() function
|
H A D | CoalescingBitVector.h | 399 void insert(IndexT Start, IndexT End) { Intervals.insert(Start, End, 0); } in insert() function
|
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/ |
H A D | DeclarationFragments.h | 156 DeclarationFragments &insert(FragmentIterator It, in insert() function
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Support/ |
H A D | BumpVector.h | 181 iterator insert(iterator I, size_t Cnt, const_reference E, in insert() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachinePipeliner.h | 362 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 D | RegBankSelect.h | 180 MachineBasicBlock::iterator insert(MachineInstr &MI) { in insert() function [all...] |
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | SemaObjC.h | 216 std::pair<iterator, bool> insert(std::pair<Selector, Lists> &&Val) { in insert() function
|
/freebsd/sbin/dumpon/ |
H A D | dumpon.c | 467 bool gzip, list, netdump, zstd, insert, rflag; in main() local
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_leapsec.c | 642 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 D | BinaryByteStream.h | 156 Data.insert(Data.begin() + Offset, Bytes.begin(), Bytes.end()); in insert() function
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | MultiOnDiskHashTable.h | 303 void insert(typename WriterInfo::key_type_ref Key, in insert() function
|
H A D | ASTReaderInternals.h | 60 void insert(GlobalDeclID ID) { in insert() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCInst.h | 224 iterator insert(iterator I, const MCOperand &Op) { in insert() function
|