Home
last modified time | relevance | path

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

12345678910>>...73

/freebsd/release/scripts/
H A Dpkgbase-stage.lua53 table.insert(selected, components["pkg"])
54 table.insert(selected, components["base"])
55 table.insert(selected, components["base-jail"])
56 table.insert(selected, components["kernel"])
57 table.insert(selected, components["kernel-dbg"])
58 table.insert(selected, components["src"])
59 table.insert(selected, components["tests"])
61 table.insert(selected, components["lib" .. compat])
65 table.insert(selected, components["pkg"])
66 table.insert(selected, components["base"])
[all …]
/freebsd/contrib/kyua/engine/
H A Dscanner_test.cpp83 _test_cases.insert(model::test_cases_map::value_type("one", tc1)); in test_cases()
84 _test_cases.insert(model::test_cases_map::value_type("two", tc2)); in test_cases()
148 results.insert(result.get()); in yield_all()
184 exp_results.insert(engine::scan_result(test_program, "lone_test")); in ATF_TEST_CASE_BODY()
211 exp_results.insert(engine::scan_result(test_program1, "foo_test")); in ATF_TEST_CASE_BODY()
212 exp_results.insert(engine::scan_result(test_program2, "bar_test")); in ATF_TEST_CASE_BODY()
213 exp_results.insert(engine::scan_result(test_program3, "baz_test")); in ATF_TEST_CASE_BODY()
234 exp_results.insert(engine::scan_result(test_program, "first_test")); in ATF_TEST_CASE_BODY()
235 exp_results.insert(engine::scan_result(test_program, "second_test")); in ATF_TEST_CASE_BODY()
236 exp_results.insert(engine::scan_result(test_program, "third_test")); in ATF_TEST_CASE_BODY()
[all …]
H A Dfilters_test.cpp346 raw_filters.insert(mkfilter("top_test", "")); in ATF_TEST_CASE_BODY()
347 raw_filters.insert(mkfilter("subdir_1", "")); in ATF_TEST_CASE_BODY()
348 raw_filters.insert(mkfilter("subdir_2/a_test", "")); in ATF_TEST_CASE_BODY()
349 raw_filters.insert(mkfilter("subdir_2/b_test", "foo")); in ATF_TEST_CASE_BODY()
400 raw_filters.insert(mkfilter("top_test", "")); in ATF_TEST_CASE_BODY()
401 raw_filters.insert(mkfilter("subdir_1", "")); in ATF_TEST_CASE_BODY()
402 raw_filters.insert(mkfilter("subdir_2/a_test", "")); in ATF_TEST_CASE_BODY()
403 raw_filters.insert(mkfilter("subdir_2/b_test", "foo")); in ATF_TEST_CASE_BODY()
431 in_filters.insert(mkfilter("a", "")); in ATF_TEST_CASE_BODY()
432 in_filters.insert(mkfilter("b", "c")); in ATF_TEST_CASE_BODY()
[all …]
/freebsd/contrib/llvm-project/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 …]
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFindingAction.cpp68 USRSet.insert(getUSRForDecl(OverriddenMethod)); in Find()
77 USRSet.insert(getUSRForDecl(FD)); in Find()
89 USRSet.insert(getUSRForDecl(VD)); in Find()
93 USRSet.insert(getUSRForDecl(FoundDecl)); in Find()
111 USRSet.insert(getUSRForDecl(RecordDecl)); in handleCXXRecordDecl()
132 USRSet.insert(getUSRForDecl(FTD)); in handleFunctionTemplateDecl()
133 USRSet.insert(getUSRForDecl(FTD->getTemplatedDecl())); in handleFunctionTemplateDecl()
135 USRSet.insert(getUSRForDecl(S)); in handleFunctionTemplateDecl()
139 USRSet.insert(getUSRForDecl(VTD)); in handleVarTemplateDecl()
140 USRSet.insert(getUSRForDecl(VTD->getTemplatedDecl())); in handleVarTemplateDecl()
[all …]
/freebsd/contrib/kyua/drivers/
H A Dscan_results_test.cpp122 _results.insert(F("%s:%s:%s:%s:%s:%s") % in got_result()
202 results.insert("/root/dir/prog_0:case_0:skipped:Count 0:4:10"); in ATF_TEST_CASE_BODY()
203 results.insert("/root/dir/prog_0:case_1:skipped:Count 1:4:11"); in ATF_TEST_CASE_BODY()
204 results.insert("/root/dir/prog_1:case_0:skipped:Count 0:4:11"); in ATF_TEST_CASE_BODY()
205 results.insert("/root/dir/prog_1:case_1:skipped:Count 1:4:12"); in ATF_TEST_CASE_BODY()
216 filters.insert(engine::test_filter(fs::path("dir/prog_1"), "")); in ATF_TEST_CASE_BODY()
217 filters.insert(engine::test_filter(fs::path("dir/prog_1"), "no")); in ATF_TEST_CASE_BODY()
218 filters.insert(engine::test_filter(fs::path("dir/prog_2"), "case_1")); in ATF_TEST_CASE_BODY()
219 filters.insert(engine::test_filter(fs::path("dir/prog_3"), "")); in ATF_TEST_CASE_BODY()
228 unused_filters.insert(engine::test_filter(fs::path("dir/prog_1"), "no")); in ATF_TEST_CASE_BODY()
[all …]
H A Dlist_tests_test.cpp102 test_cases.insert(ident); in got_test_case()
104 metadatas.insert(std::map< std::string, model::metadata >::value_type( in got_test_case()
165 filters.insert(engine::test_filter(fs::path(filter_program), in run_helpers()
191 exp_test_cases.insert("dir/program:some_properties"); in ATF_TEST_CASE_BODY()
205 exp_test_cases.insert("dir/program:no_properties"); in ATF_TEST_CASE_BODY()
206 exp_test_cases.insert("dir/program:some_properties"); in ATF_TEST_CASE_BODY()
221 exp_test_cases.insert("dir/program:some_properties"); in ATF_TEST_CASE_BODY()
236 exp_test_cases.insert("dir/program:no_properties"); in ATF_TEST_CASE_BODY()
237 exp_test_cases.insert("dir/program:some_properties"); in ATF_TEST_CASE_BODY()
252 exp_test_cases.insert("dir/program:config_in_head"); in ATF_TEST_CASE_BODY()
[all …]
/freebsd/contrib/kyua/model/
H A Dmetadata_test.cpp72 architectures.insert("1-architecture"); in ATF_TEST_CASE_BODY()
73 architectures.insert("2-architecture"); in ATF_TEST_CASE_BODY()
76 platforms.insert("1-platform"); in ATF_TEST_CASE_BODY()
77 platforms.insert("2-platform"); in ATF_TEST_CASE_BODY()
84 configs.insert("1-config"); in ATF_TEST_CASE_BODY()
85 configs.insert("2-config"); in ATF_TEST_CASE_BODY()
88 files.insert(fs::path("1-file")); in ATF_TEST_CASE_BODY()
89 files.insert(fs::path("2-file")); in ATF_TEST_CASE_BODY()
92 programs.insert(fs::path("1-program")); in ATF_TEST_CASE_BODY()
93 programs.insert(fs::path("2-program")); in ATF_TEST_CASE_BODY()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringSet.h32 insert(str); in StringSet()
35 insert(adl_begin(R), adl_end(R)); in StringSet()
39 std::pair<typename Base::iterator, bool> insert(StringRef key) { in insert() function
44 void insert(InputIt begin, InputIt end) { in insert() function
46 insert(*it); in insert()
50 insert(adl_begin(R), adl_end(R)); in insert_range()
55 insert(const StringMapEntry<ValueTy> &mapEntry) { in insert() function
56 return insert(mapEntry.getKey()); in insert()
/freebsd/contrib/kyua/utils/fs/
H A Ddirectory_test.cpp97 contents.insert(*iter); in ATF_TEST_CASE_BODY()
103 exp_contents.insert(fs::directory_entry(".")); in ATF_TEST_CASE_BODY()
104 exp_contents.insert(fs::directory_entry("..")); in ATF_TEST_CASE_BODY()
124 contents.insert(*iter); in ATF_TEST_CASE_BODY()
130 exp_contents.insert(fs::directory_entry(".")); in ATF_TEST_CASE_BODY()
131 exp_contents.insert(fs::directory_entry("..")); in ATF_TEST_CASE_BODY()
132 exp_contents.insert(fs::directory_entry(".hidden")); in ATF_TEST_CASE_BODY()
133 exp_contents.insert(fs::directory_entry("a file")); in ATF_TEST_CASE_BODY()
134 exp_contents.insert(fs::directory_entry("something-else")); in ATF_TEST_CASE_BODY()
135 exp_contents.insert(fs::directory_entry("subdir")); in ATF_TEST_CASE_BODY()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFLiveness.cpp126 DefQ.insert(RD); in getAllReachingDefs()
130 DefQ.insert(RD); in getAllReachingDefs()
152 DefQ.insert(RD); in getAllReachingDefs()
179 Defs.insert(TA.Id); in getAllReachingDefs()
220 OrdMap.insert({&In, ++Pos}); in getAllReachingDefs()
239 TmpInst.insert(TmpInst.end(), Bucket.rbegin(), Bucket.rend()); in getAllReachingDefs()
291 RRs.insert(DA.Addr->getRegRef(DFG)); in getAllReachingDefs()
321 DefRRs.insert(DA.Addr->getRegRef(DFG)); in getAllReachingDefsRecImpl()
331 TmpDefs.insert(R.Id); in getAllReachingDefsRecImpl()
336 Result.insert(DA.Id); in getAllReachingDefsRecImpl()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowAnalysisContext.cpp66 FieldLocs.insert({Field, nullptr}); in createStorageLocation()
68 FieldLocs.insert({Field, &createStorageLocation( in createStorageLocation()
73 SyntheticFields.insert( in createStorageLocation()
152 FlowConditionDeps[ForkToken].insert(Token); in forkFlowCondition()
162 TokenDeps.insert(FirstToken); in joinFlowConditions()
163 TokenDeps.insert(SecondToken); in joinFlowConditions()
186 Constraints.insert(&arena().makeAtomRef(Token)); in flowConditionImplies()
187 Constraints.insert(&arena().makeNot(F)); in flowConditionImplies()
198 Constraints.insert(&arena().makeAtomRef(Token)); in flowConditionAllows()
199 Constraints.insert(&F); in flowConditionAllows()
[all …]
H A DSimplifyConstraints.cpp58 Result.insert(EquivalentAtoms.getOrInsertLeaderValue(Atom)); in projectToLeaders()
79 Constraints.insert(&arena.makeLiteral(false)); in simplifyConstraints()
90 TrueAtoms.insert(Constraint->getAtom()); in simplifyConstraints()
94 FalseAtoms.insert(Constraint->operands()[0]->getAtom()); in simplifyConstraints()
122 Substitutions.insert({TheAtom, &arena.makeLiteral(true)}); in simplifyConstraints()
124 Substitutions.insert({TheAtom, &arena.makeLiteral(false)}); in simplifyConstraints()
126 Substitutions.insert({TheAtom, &arena.makeAtomRef(Leader)}); in simplifyConstraints()
141 NewConstraints.insert(NewConstraint.operands()[0]); in simplifyConstraints()
142 NewConstraints.insert(NewConstraint.operands()[1]); in simplifyConstraints()
145 NewConstraints.insert(&NewConstraint); in simplifyConstraints()
/freebsd/contrib/llvm-project/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 …]
H A DWebAssemblyCFGStackify.cpp133 MF.insert(CallerTrampolineBB->getIterator(), AppendixBB); in getAppendixBlock()
338 AfterSet.insert(&MI); in placeBlockMarker()
341 BeforeSet.insert(&MI); in placeBlockMarker()
353 AfterSet.insert(&MI); in placeBlockMarker()
356 BeforeSet.insert(&MI); in placeBlockMarker()
366 BeforeSet.insert(&MI); in placeBlockMarker()
371 AfterSet.insert(&MI); in placeBlockMarker()
380 AfterSet.insert(&*std::prev(I)); in placeBlockMarker()
400 AfterSet.insert(&MI); in placeBlockMarker()
415 BeforeSet.insert(&MI); in placeBlockMarker()
[all …]
/freebsd/contrib/kyua/cli/
H A Dmain.cpp186 commands.insert(new cli::cmd_about()); in safe_main()
187 commands.insert(new cli::cmd_config()); in safe_main()
188 commands.insert(new cli::cmd_db_exec()); in safe_main()
189 commands.insert(new cli::cmd_db_migrate()); in safe_main()
190 commands.insert(new cli::cmd_help(&options, &commands)); in safe_main()
192 commands.insert(new cli::cmd_debug(), "Workspace"); in safe_main()
193 commands.insert(new cli::cmd_list(), "Workspace"); in safe_main()
194 commands.insert(new cli::cmd_test(), "Workspace"); in safe_main()
196 commands.insert(new cli::cmd_report(), "Reporting"); in safe_main()
197 commands.insert(new cli::cmd_report_html(), "Reporting"); in safe_main()
[all …]
H A Dcmd_db_exec_test.cpp62 sqlite::statement insert = db.create_statement( in do_format_cell_test() local
64 insert.bind(":column", value); in do_format_cell_test()
65 insert.step_without_results(); in do_format_cell_test()
140 sqlite::statement insert = db.create_statement( in ATF_TEST_CASE_BODY() local
142 insert.bind(":v1", "A string"); in ATF_TEST_CASE_BODY()
143 insert.bind(":v2", sqlite::blob(memory, std::strlen(memory))); in ATF_TEST_CASE_BODY()
144 insert.step_without_results(); in ATF_TEST_CASE_BODY()
/freebsd/lib/libc/tests/stdlib/
H A Dtsearch_test.c188 insert(int x) in insert() function
200 insert(1); in ATF_TC_BODY()
201 insert(100); in ATF_TC_BODY()
202 insert(1000); in ATF_TC_BODY()
203 insert(5); in ATF_TC_BODY()
204 insert(6); in ATF_TC_BODY()
205 insert(12); in ATF_TC_BODY()
206 insert(2000); in ATF_TC_BODY()
207 insert(3); in ATF_TC_BODY()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DInternalize.cpp210 AlwaysPreserved.insert(V->getName()); in internalizeModule()
216 AlwaysPreserved.insert("llvm.used"); in internalizeModule()
217 AlwaysPreserved.insert("llvm.compiler.used"); in internalizeModule()
221 AlwaysPreserved.insert("llvm.global_ctors"); in internalizeModule()
222 AlwaysPreserved.insert("llvm.global_dtors"); in internalizeModule()
223 AlwaysPreserved.insert("llvm.global.annotations"); in internalizeModule()
228 AlwaysPreserved.insert("__stack_chk_fail"); in internalizeModule()
230 AlwaysPreserved.insert("__ssp_canary_word"); in internalizeModule()
232 AlwaysPreserved.insert("__stack_chk_guard"); in internalizeModule()
236 AlwaysPreserved.insert("__llvm_rpc_client"); in internalizeModule()
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerMerge.cpp117 if (PCs.insert(N).second) in Parse()
153 AllFeatures.insert(Cur.begin(), Cur.end()); in Merge()
182 if (AllFeatures.insert(Fe).second) { in Merge()
184 NewFeatures->insert(Fe); in Merge()
191 NewCov->insert(Cov); in Merge()
199 S.insert(File.Features.begin(), File.Features.end()); in AllFeatures()
245 TPC.CollectFeatures([&](size_t Feature) { Features.insert(Feature); }); in CrashResistantMergeInternalStep()
248 if (AllFeatures.insert(Feature).second) in CrashResistantMergeInternalStep()
249 Features.insert(Feature); in CrashResistantMergeInternalStep()
264 if (AllPCs.insert(TE).second) in CrashResistantMergeInternalStep()
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.lib_table.lua209 table.insert(a, 10); table.insert(a, 2, 20);
210 table.insert(a, 1, -1); table.insert(a, 40);
211 table.insert(a, #a+1, 50)
212 table.insert(a, 2, -2)
231 table.insert(a, 1, 10); table.insert(a, 1, 20); table.insert(a, 1, -1)
237 table.insert(a, 3, 'a')
238 table.insert(a, 'b')
/freebsd/contrib/llvm-project/llvm/include/llvm/XRay/
H A DGraph.h389 InNeighbors[I.second].insert(I.first);
390 OutNeighbors[I.first].insert(I.second);
445 insert(const std::pair<VertexIdentifier, VertexAttribute> &Val) { in insert() function
446 return Vertices.insert(Val); in insert()
450 insert(std::pair<VertexIdentifier, VertexAttribute> &&Val) { in insert() function
451 return Vertices.insert(std::move(Val)); in insert()
458 insert(const std::pair<EdgeIdentifier, EdgeAttribute> &Val) { in insert() function
459 const auto &p = Edges.insert(Val); in insert()
464 InNeighbors[EI.second].insert(EI.first); in insert()
465 OutNeighbors[EI.first].insert(EI.second); in insert()
[all …]
/freebsd/sys/contrib/ck/src/
H A Dck_hs.c537 const void *insert; in ck_hs_marshal() local
540 insert = (void *)((uintptr_t)CK_HS_VMA(key) | in ck_hs_marshal()
543 insert = key; in ck_hs_marshal()
546 return insert; in ck_hs_marshal()
607 const void *insert = ck_hs_marshal(hs->mode, entry, h); in ck_hs_gc() local
609 ck_pr_store_ptr(first, insert); in ck_hs_gc()
650 const void **slot, **first, *object, *insert; in ck_hs_fas() local
662 insert = ck_hs_marshal(hs->mode, key, h); in ck_hs_fas()
665 ck_pr_store_ptr(first, insert); in ck_hs_fas()
669 ck_pr_store_ptr(slot, insert); in ck_hs_fas()
[all …]
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DRetainPtrCtorAdoptChecker.cpp176 CreateOrCopyFnCall.insert(Inner); in checkAdoptCall()
177 CreateOrCopyFnCall.insert(Arg); // Avoid double reporting. in checkAdoptCall()
181 CreateOrCopyFnCall.insert(Arg); in checkAdoptCall()
211 CreateOrCopyFnCall.insert(ObjCMsgExpr); in visitObjCMessageExpr()
213 CreateOrCopyFnCall.insert(Inner); in visitObjCMessageExpr()
225 CreateOrCopyFnCall.insert(Inner); // Avoid double reporting. in visitObjCMessageExpr()
255 CreateOrCopyOutArguments.insert(Decl); in checkCreateOrCopyFunction()
260 CreateOrCopyOutArguments.insert(Decl); in checkCreateOrCopyFunction()
289 CreateOrCopyFnCall.insert(InnerCE); in checkBridgingRelease()
318 CreateOrCopyFnCall.insert(Arg); // Avoid double reporting. in visitConstructExpr()
[all …]

12345678910>>...73