Home
last modified time | relevance | path

Searched refs:insert (Results 1 – 25 of 1963) sorted by relevance

12345678910>>...79

/openbsd-src/gnu/usr.bin/gcc/contrib/
H A Dgccbug.el17 (insert ">Submitter-Id: net\n")
18 (insert ">Originator: \n")
19 (insert ">Confidential: no\n")
20 (insert ">Synopsis: ")
27 (insert "\n")
28 (insert ">Severity: serious\n")
29 (insert ">Priority: medium\n")
30 (insert ">Category: \n")
31 (insert ">Class: \n")
33 (insert ">Release: 2.95.2\n")
[all …]
/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/21_strings/
H A Dinsert.cc56 str03.insert(csz01 + 1, str02, 0, 5); in test01()
70 str03.insert(0, str02, csz02 + 1, 5); in test01()
86 str03.insert(0, str02, 0, 5); in test01()
106 str03.insert(13, str02, 0, 12); in test01()
112 str03.insert(0, str02, 0, 12); in test01()
118 str03.insert(csz01, str02, 0, csz02); in test01()
126 str03.insert(csz01, str02); in test01()
132 str03.insert(0, str02); in test01()
139 str03.insert(0, "-break at the bridge", 20); in test01()
145 str03.insert(0, "-break at the bridge"); in test01()
[all …]
/openbsd-src/gnu/usr.bin/perl/dist/Thread-Queue/t/
H A D06_insert.t29 $q->insert(5);
30 $q->insert(-5);
31 $q->insert(100);
32 $q->insert(-100);
43 $q->insert(10, qw/tail/);
44 $q->insert(0, qw/head/);
55 $q->insert(5, qw/foo bar/);
56 $q->insert(-2, qw/qux/);
67 $q->insert(20, qw/tail/);
68 $q->insert(-20, qw/head/);
[all …]
/openbsd-src/gnu/llvm/compiler-rt/lib/orc/tests/unit/
H A Dinterval_map_test.cpp31 M.insert(7, 8, 42); in TEST()
48 M1.insert(7, 8, 42); in TEST()
49 M1.insert(8, 9, 42); in TEST()
60 M2.insert(7, 8, 42); in TEST()
61 M2.insert(8, 9, 7); in TEST()
77 M1.insert(8, 9, 42); in TEST()
78 M1.insert(7, 8, 42); in TEST()
89 M2.insert(8, 9, 42); in TEST()
90 M2.insert(7, 8, 7); in TEST()
106 M1.insert(7, 8, 42); in TEST()
[all …]
H A Dinterval_set_test.cpp31 S.insert(7, 8); in TEST()
43 S.insert(7, 8); in TEST()
44 S.insert(8, 9); in TEST()
55 S.insert(8, 9); in TEST()
56 S.insert(7, 8); in TEST()
67 S.insert(7, 8); in TEST()
68 S.insert(9, 10); in TEST()
74 S.insert(8, 9); in TEST()
87 S.insert(7, 10); in TEST()
100 S.insert(7, 10); in TEST()
[all …]
/openbsd-src/gnu/llvm/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFindingAction.cpp75 USRSet.insert(getUSRForDecl(OverriddenMethod)); in Find()
84 USRSet.insert(getUSRForDecl(FD)); in Find()
96 USRSet.insert(getUSRForDecl(VD)); in Find()
100 USRSet.insert(getUSRForDecl(FoundDecl)); in Find()
118 USRSet.insert(getUSRForDecl(RecordDecl)); in handleCXXRecordDecl()
139 USRSet.insert(getUSRForDecl(FTD)); in handleFunctionTemplateDecl()
140 USRSet.insert(getUSRForDecl(FTD->getTemplatedDecl())); in handleFunctionTemplateDecl()
142 USRSet.insert(getUSRForDecl(S)); in handleFunctionTemplateDecl()
146 USRSet.insert(getUSRForDecl(VTD)); in handleVarTemplateDecl()
147 USRSet.insert(getUSRForDecl(VTD->getTemplatedDecl())); in handleVarTemplateDecl()
[all …]
/openbsd-src/gnu/usr.bin/texinfo/po/
H A DRules-quot3 DISTFILES.common.extra1 = quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin…
5 .SUFFIXES: .insert-header .po-update-en
15 .insert-header.po-update-en:
23 …N).pot --no-translator -l $$ll -o - 2>/dev/null | sed -f $$tmpdir/$$lang.insert-header | $(MSGCONV…
39 en@quot.insert-header: insert-header.sin
40 sed -e '/^#/d' -e 's/HEADER/en@quot.header/g' $(srcdir)/insert-header.sin > en@quot.insert-header
42 en@boldquot.insert-header: insert-header.sin
43 …sed -e '/^#/d' -e 's/HEADER/en@boldquot.header/g' $(srcdir)/insert-header.sin > en@boldquot.insert
47 rm -f *.insert-header
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixIrreducibleControlFlow.cpp146 Reachable[MBB].insert(Succ); in calculate()
160 if (Reachable[Pred].insert(Succ).second) { in calculate()
170 Loopers.insert(MBB); in calculate()
182 LoopEntries.insert(Looper); in calculate()
183 LoopEnterers[Looper].insert(Pred); in calculate()
212 Blocks.insert(Entry); in calculate()
216 AddedToWorkList.insert(Pred); in calculate()
223 if (Blocks.insert(MBB).second) { in calculate()
225 if (AddedToWorkList.insert(Pred).second) in calculate()
288 MutualLoopEntries.insert(LoopEntry); in processRegion()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRDFLiveness.cpp129 DefQ.insert(RD); in getAllReachingDefs()
133 DefQ.insert(RD); in getAllReachingDefs()
155 DefQ.insert(RD); in getAllReachingDefs()
182 Defs.insert(TA.Id); in getAllReachingDefs()
223 OrdMap.insert({&In, ++Pos}); in getAllReachingDefs()
242 TmpInst.insert(TmpInst.end(), Bucket.rbegin(), Bucket.rend()); in getAllReachingDefs()
295 RRs.insert(DA.Addr->getRegRef(DFG)); in getAllReachingDefs()
324 DefRRs.insert(DA.Addr->getRegRef(DFG)); in getAllReachingDefsRecImpl()
334 TmpDefs.insert(R.Id); in getAllReachingDefsRecImpl()
339 Result.insert(DA.Id); in getAllReachingDefsRecImpl()
[all …]
/openbsd-src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/
H A Dlit.cfg17 # If we always insert at the beginning of the substitution list (as DEFINE
19 config.substitutions.insert(0, ('%{global:what}', 'World'))
20 config.substitutions.insert(0, ('%{global:greeting}', ''))
21 config.substitutions.insert(0,
33 config.substitutions.insert(0, ('<%{global:inside}>', '<@>'))
34 config.substitutions.insert(0, (r'%{global:prefix}\((.*)\)', r'@(\g<1>)'))
35 config.substitutions.insert(0, ('@%{global:suffix}', '@@'))
39 config.substitutions.insert(0, ('%{global:multiple-exact}', 'first'))
40 config.substitutions.insert(0, ('%{global:multiple-exact}', 'second'))
45 config.substitutions.insert(0, ('%{global:multiple-once-exact}', '@'))
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DStringSet.h30 insert(str); in StringSet()
34 std::pair<typename Base::iterator, bool> insert(StringRef key) { in insert() function
39 void insert(InputIt begin, InputIt end) { in insert() function
41 insert(*it); in insert()
46 insert(const StringMapEntry<ValueTy> &mapEntry) { in insert() function
47 return insert(mapEntry.getKey()); in insert()
H A DAllocatorList.h180 return iterator(List.insert(I.wrapped(), *create(std::forward<Ts>(Vs)...))); in emplace()
183 iterator insert(iterator I, T &&V) { in insert() function
184 return iterator(List.insert(I.wrapped(), *create(std::move(V)))); in insert()
186 iterator insert(iterator I, const T &V) { in insert() function
187 return iterator(List.insert(I.wrapped(), *create(V))); in insert()
191 void insert(iterator I, Iterator First, Iterator Last) { in insert() function
193 List.insert(I.wrapped(), *create(*First)); in insert()
208 void push_back(T &&V) { insert(end(), std::move(V)); } in push_back()
209 void push_front(T &&V) { insert(begin(), std::move(V)); } in push_front()
210 void push_back(const T &V) { insert(end(), V); } in push_back()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DFunctionPropertiesAnalysis.cpp139 LikelyToChangeBBs.insert(&CallSiteBB); in FunctionPropertiesUpdater()
142 LikelyToChangeBBs.insert(&*Caller.begin()); in FunctionPropertiesUpdater()
147 Successors.insert(succ_begin(&CallSiteBB), succ_end(&CallSiteBB)); in FunctionPropertiesUpdater()
158 Successors.insert(succ_begin(UnwindDest), succ_end(UnwindDest)); in FunctionPropertiesUpdater()
169 LikelyToChangeBBs.insert(BB); in FunctionPropertiesUpdater()
210 Reinclude.insert(&*Caller.begin()); in finish()
215 Reinclude.insert(Succ); in finish()
217 Unreachable.insert(Succ); in finish()
224 bool CSInsertion = Reinclude.insert(&CallSiteBB); in finish()
231 Reinclude.insert(succ_begin(BB), succ_end(BB)); in finish()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUReplaceLDSUseWithPointer.cpp174 auto PointerEntry = LDSToPointer.insert(std::pair(GV, nullptr)); in createLDSPointer()
202 auto BasicBlockEntry = KernelToInitBB.insert(std::pair(K, nullptr)); in activateLaneZero()
229 auto PointerEntry = KernelToLDSPointers.insert( in initializeLDSPointer()
246 KernelToLDSPointers[K].insert(LDSPointer); in initializeLDSPointer()
274 UserInsts.insert(I); in replaceLDSUseByPointer()
299 auto LDSEntry = FunctionToLDSToReplaceInst.insert( in getReplacementInst()
303 LDSEntry.first->second.insert(std::pair(GV, nullptr)); in getReplacementInst()
411 AddressTakenFunctions.insert(CGN); in collectAddressTakenFunctions()
436 if (!VisitedCGNodes.insert(CGN).second) in collectReachableCallees()
449 ReachableCallees.insert(DCallee); in collectReachableCallees()
[all …]
/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerMerge.cpp113 if (PCs.insert(N).second) in Parse()
149 AllFeatures.insert(Cur.begin(), Cur.end()); in Merge()
178 if (AllFeatures.insert(Fe).second) { in Merge()
180 NewFeatures->insert(Fe); in Merge()
187 NewCov->insert(Cov); in Merge()
195 S.insert(File.Features.begin(), File.Features.end()); in AllFeatures()
241 TPC.CollectFeatures([&](size_t Feature) { Features.insert(Feature); }); in CrashResistantMergeInternalStep()
244 if (AllFeatures.insert(Feature).second) in CrashResistantMergeInternalStep()
245 Features.insert(Feature); in CrashResistantMergeInternalStep()
260 if (AllPCs.insert(TE).second) in CrashResistantMergeInternalStep()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/XRay/
H A DGraph.h392 InNeighbors[I.second].insert(I.first);
393 OutNeighbors[I.first].insert(I.second);
448 insert(const std::pair<VertexIdentifier, VertexAttribute> &Val) { in insert() function
449 return Vertices.insert(Val); in insert()
453 insert(std::pair<VertexIdentifier, VertexAttribute> &&Val) { in insert() function
454 return Vertices.insert(std::move(Val)); in insert()
461 insert(const std::pair<EdgeIdentifier, EdgeAttribute> &Val) { in insert() function
462 const auto &p = Edges.insert(Val); in insert()
467 InNeighbors[EI.second].insert(EI.first); in insert()
468 OutNeighbors[EI.first].insert(EI.second); in insert()
[all …]
/openbsd-src/usr.bin/vi/vi/
H A Dv_txt.c255 size_t owrite, insert; /* Temporary copies of TEXT fields. */ in v_txt() local
293 tp->ai = tp->insert = tp->offset = tp->owrite = 0; in v_txt()
321 tp->insert = (len - tm->cno) - 1; in v_txt()
323 tp->insert = len - tp->cno; in v_txt()
379 ++tp->insert; in v_txt()
714 if (LF_ISSET(TXT_APPENDEOL) && tp->insert > 0) { \ in v_txt()
716 --tp->insert; \ in v_txt()
744 insert = tp->insert; in v_txt()
749 for (; insert > 0 && isblank(*p); in v_txt()
750 ++p, ++tp->R_erase, --insert); in v_txt()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DInternalize.cpp214 AlwaysPreserved.insert(V->getName()); in internalizeModule()
220 AlwaysPreserved.insert("llvm.used"); in internalizeModule()
221 AlwaysPreserved.insert("llvm.compiler.used"); in internalizeModule()
225 AlwaysPreserved.insert("llvm.global_ctors"); in internalizeModule()
226 AlwaysPreserved.insert("llvm.global_dtors"); in internalizeModule()
227 AlwaysPreserved.insert("llvm.global.annotations"); in internalizeModule()
232 AlwaysPreserved.insert("__stack_chk_fail"); in internalizeModule()
234 AlwaysPreserved.insert("__ssp_canary_word"); in internalizeModule()
236 AlwaysPreserved.insert("__stack_chk_guard"); in internalizeModule()
H A DGlobalDCE.cpp108 Deps.insert(Parent); in ComputeDependencies()
110 Deps.insert(GV); in ComputeDependencies()
116 Deps.insert(K.begin(), K.end()); in ComputeDependencies()
121 Deps.insert(LocalDeps.begin(), LocalDeps.end()); in ComputeDependencies()
141 GVDependencies[GVU].insert(&GV); in UpdateGVDependencies()
148 auto const Ret = AliveGlobals.insert(&GV); in MarkLive()
189 TypeIdMap[TypeID].insert(std::make_pair(&GV, Offset)); in ScanVTables()
201 VFESafeVTables.insert(&GV); in ScanVTables()
231 GVDependencies[Caller].insert(Callee); in ScanVTableLoad()
309 ComdatMembers.insert(std::make_pair(C, &F)); in run()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp28 SecNames.insert("debug_str"); in getNonEmptySectionNames()
30 SecNames.insert("debug_aranges"); in getNonEmptySectionNames()
32 SecNames.insert("debug_ranges"); in getNonEmptySectionNames()
34 SecNames.insert("debug_line"); in getNonEmptySectionNames()
36 SecNames.insert("debug_addr"); in getNonEmptySectionNames()
38 SecNames.insert("debug_abbrev"); in getNonEmptySectionNames()
40 SecNames.insert("debug_info"); in getNonEmptySectionNames()
42 SecNames.insert("debug_pubnames"); in getNonEmptySectionNames()
44 SecNames.insert("debug_pubtypes"); in getNonEmptySectionNames()
46 SecNames.insert("debug_gnu_pubnames"); in getNonEmptySectionNames()
[all …]
/openbsd-src/gnu/usr.bin/perl/dist/Tie-File/t/
H A D41_heap.t64 $h->insert($_, $ar++);
84 $h->insert($Q, "b$Q");
102 $h->insert($_, "c$Q");
119 $h->insert($Q, "d$Q");
135 $h->insert($_, "e$Q");
151 $h->insert($_, "f$Q");
175 $h->insert($_, "g$Q");
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.cpp165 Map.insert(std::make_pair(Idx, &In)); in InstrIndexMap()
241 Tmp.insert({I.PhysReg, 0}); in getLiveIns()
247 Tmp.insert({S.getSubReg(), 0}); in getLiveIns()
253 LiveIns.insert(R); in getLiveIns()
256 LiveIns.insert(S); in getLiveIns()
267 SRs.insert(R); in expandToSubRegs()
274 SRs.insert({R.Reg, 0}); in expandToSubRegs()
276 SRs.insert({*I, 0}); in expandToSubRegs()
283 SRs.insert({R.Reg, 0}); in expandToSubRegs()
285 SRs.insert({R.Reg, I.getSubRegIndex()}); in expandToSubRegs()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DDAGDeltaAlgorithm.cpp183 Predecessors.insert(std::make_pair(Change, std::vector<change_ty>())); in DAGDeltaAlgorithmImpl()
184 Successors.insert(std::make_pair(Change, std::vector<change_ty>())); in DAGDeltaAlgorithmImpl()
205 SuccClosure[*it].insert(Change); in DAGDeltaAlgorithmImpl()
206 SuccClosure[*it].insert(ChangeSuccs.begin(), ChangeSuccs.end()); in DAGDeltaAlgorithmImpl()
213 PredClosure.insert(std::make_pair(Change, std::set<change_ty>())); in DAGDeltaAlgorithmImpl()
218 PredClosure[*it2].insert(Change); in DAGDeltaAlgorithmImpl()
286 Extended.insert(Changes.begin(), Changes.end()); in GetTestResult()
288 Extended.insert(pred_closure_begin(Change), pred_closure_end(Change)); in GetTestResult()
295 FailedTestsCache.insert(Extended); in GetTestResult()
330 Required.insert(CurrentMinSet.begin(), CurrentMinSet.end()); in Run()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DLostDebugLocObserver.cpp45 FoundIn.insert(MI); in analyzeDebugLocations()
78 PotentialMIsForDebugLocs.insert(&MI); in createdInstr()
99 LostDebugLocs.insert(MI.getDebugLoc()); in erasingInstr()
108 LostDebugLocs.insert(MI.getDebugLoc()); in changingInstr()
112 PotentialMIsForDebugLocs.insert(&MI); in changedInstr()
/openbsd-src/gnu/llvm/libcxx/benchmarks/
H A DContainerBenchmarks.h57 benchmark::DoNotOptimize(&(*c.insert(*it).first)); in BM_InsertValue()
71 benchmark::DoNotOptimize(&(*c.insert(*it).first)); in BM_InsertValueRehash()
82 c.insert(in.begin(), in.end()); in BM_InsertDuplicate()
87 benchmark::DoNotOptimize(&(*c.insert(*it).first)); in BM_InsertDuplicate()
98 c.insert(in.begin(), in.end()); in BM_EmplaceDuplicate()
112 c.insert(in.begin(), in.end()); in BM_Find()
127 c.insert(in.begin(), in.end()); in BM_FindRehash()
142 c.insert(in.begin(), in.end()); in BM_Rehash()

12345678910>>...79