| /freebsd-src/contrib/kyua/engine/ |
| H A D | scanner_test.cpp | 83 _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 D | filters_test.cpp | 346 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-src/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/ |
| H A D | interval_map_test.cpp | 31 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 D | interval_set_test.cpp | 31 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-src/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/ |
| H A D | USRFindingAction.cpp | 75 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 …]
|
| /freebsd-src/contrib/kyua/drivers/ |
| H A D | scan_results_test.cpp | 122 _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 D | list_tests_test.cpp | 102 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-src/contrib/kyua/model/ |
| H A D | metadata_test.cpp | 71 architectures.insert("1-architecture"); in ATF_TEST_CASE_BODY() 72 architectures.insert("2-architecture"); in ATF_TEST_CASE_BODY() 75 platforms.insert("1-platform"); in ATF_TEST_CASE_BODY() 76 platforms.insert("2-platform"); in ATF_TEST_CASE_BODY() 83 configs.insert("1-config"); in ATF_TEST_CASE_BODY() 84 configs.insert("2-config"); in ATF_TEST_CASE_BODY() 87 files.insert(fs::path("1-file")); in ATF_TEST_CASE_BODY() 88 files.insert(fs::path("2-file")); in ATF_TEST_CASE_BODY() 91 programs.insert(fs::path("1-program")); in ATF_TEST_CASE_BODY() 92 programs.insert(f in ATF_TEST_CASE_BODY() [all...] |
| /freebsd-src/contrib/libdiff/test/ |
| H A D | expect.arraylist_test | 16 insert at [list.len - 1]: 23 insert at [1]: 31 insert at [0]: 40 insert at [6]: 50 insert at [123]: 61 insert at [-42]:
|
| /freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | RDFLiveness.cpp | 126 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-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyFixIrreducibleControlFlow.cpp | 146 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 …]
|
| /freebsd-src/contrib/kyua/utils/fs/ |
| H A D | directory_test.cpp | 97 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-src/contrib/kyua/cli/ |
| H A D | main.cpp | 186 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 D | cmd_db_exec_test.cpp | 62 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-src/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | StringSet.h | 30 insert(str); in StringSet() 34 insert(Str); in insert() function 38 std::pair<typename Base::iterator, bool> insert(StringRef key) { 43 void insert(InputIt begin, InputIt end) { 45 insert(*it); 50 insert(const StringMapEntry<ValueTy> &mapEntry) { 51 return insert(mapEntry.getKey()); in contains() 39 void insert(InputIt begin, InputIt end) { insert() function 46 insert(const StringMapEntry<ValueTy> &mapEntry) { insert() function
|
| H A D | AllocatorList.h | 180 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 …]
|
| /freebsd-src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
| H A D | DataflowAnalysisContext.cpp | 68 FieldLocs.insert({Field, nullptr}); in createStorageLocation() 70 FieldLocs.insert({Field, &createStorageLocation( in createStorageLocation() 75 SyntheticFields.insert( in createStorageLocation() 154 FlowConditionDeps[ForkToken].insert(Token); in forkFlowCondition() 163 FlowConditionDeps[Token].insert(FirstToken); in joinFlowConditions() 164 FlowConditionDeps[Token].insert(SecondToken); in joinFlowConditions() 187 Constraints.insert(&arena().makeAtomRef(Token)); in flowConditionImplies() 188 Constraints.insert(&arena().makeNot(F)); in flowConditionImplies() 199 Constraints.insert(&arena().makeAtomRef(Token)); in flowConditionAllows() 200 Constraints.insert( in flowConditionAllows() [all...] |
| H A D | SimplifyConstraints.cpp | 58 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-src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | Internalize.cpp | 212 AlwaysPreserved.insert(V->getName()); in internalizeModule() 218 AlwaysPreserved.insert("llvm.used"); in internalizeModule() 219 AlwaysPreserved.insert("llvm.compiler.used"); in internalizeModule() 223 AlwaysPreserved.insert("llvm.global_ctors"); in internalizeModule() 224 AlwaysPreserved.insert("llvm.global_dtors"); in internalizeModule() 225 AlwaysPreserved.insert("llvm.global.annotations"); in internalizeModule() 230 AlwaysPreserved.insert("__stack_chk_fail"); in internalizeModule() 232 AlwaysPreserved.insert("__ssp_canary_word"); in internalizeModule() 234 AlwaysPreserved.insert("__stack_chk_guard"); in internalizeModule()
|
| H A D | FunctionAttrs.cpp | 293 Changed.insert(F); in addMemoryAttrs() 499 // that they not move around upon insert. 624 Visited.insert(&U); in determinePointerAccessAttrs() 644 if (Visited.insert(&UU).second) in determinePointerAccessAttrs() 668 if (Visited.insert(&UU).second) in determinePointerAccessAttrs() 680 if (Visited.insert(&UU).second) in determinePointerAccessAttrs() 793 Changed.insert(F); in addArgumentReturnedAttrs() 884 Changed.insert(F); in addArgumentAttrs() 894 Changed.insert(F); in addArgumentAttrs() 912 Changed.insert( in addArgumentAttrs() [all...] |
| /freebsd-src/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerMerge.cpp | 117 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-src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/ |
| H A D | tst.lib_table.lua | 208 table.insert(a, 10); table.insert(a, 2, 20); 209 table.insert(a, 1, -1); table.insert(a, 40); 210 table.insert(a, #a+1, 50) 211 table.insert(a, 2, -2) 230 table.insert(a, 1, 10); table.insert(a, 1, 20); table.insert(a, 1, -1) 236 table.insert(a, 3, 'a') 237 table.insert(a, 'b')
|
| /freebsd-src/contrib/llvm-project/llvm/include/llvm/XRay/ |
| H A D | Graph.h | 392 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 …]
|
| /freebsd-src/sys/contrib/ck/src/ |
| H A D | ck_hs.c | 537 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-src/contrib/tcsh/nls/ukrainian/ |
| H A D | set4 | 13 11 end insert mode 16 14 insert character 17 15 start insert mode 18 16 insert padding 35 33 insert multiple chars
|