Home
last modified time | relevance | path

Searched full:insert (Results 1 – 25 of 2777) sorted by relevance

12345678910>>...112

/freebsd/contrib/kyua/store/
H A Dtestdata_v2.sql42 INSERT INTO contexts (context_id, cwd) VALUES (1, '/some/root');
45 INSERT INTO actions (action_id, context_id) VALUES (1, 1);
57 INSERT INTO contexts (context_id, cwd) VALUES (2, '/test/suite/root');
58 INSERT INTO env_vars (context_id, var_name, var_value)
60 INSERT INTO env_vars (context_id, var_name, var_value)
64 INSERT INTO actions (action_id, context_id) VALUES (2, 2);
67 INSERT INTO metadatas VALUES (1, 'allowed_architectures', '');
68 INSERT INTO metadatas VALUES (1, 'allowed_platforms', '');
69 INSERT INTO metadatas VALUES (1, 'description', '');
70 INSERT INTO metadatas VALUES (1, 'has_cleanup', 'false');
[all …]
H A Dtestdata_v3_3.sql39 INSERT INTO contexts (cwd) VALUES ('/usr/tests');
40 INSERT INTO env_vars (var_name, var_value)
44 INSERT INTO metadatas VALUES (6, 'allowed_architectures', '');
45 INSERT INTO metadatas VALUES (6, 'allowed_platforms', '');
46 INSERT INTO metadatas VALUES (6, 'description', '');
47 INSERT INTO metadatas VALUES (6, 'has_cleanup', 'false');
48 INSERT INTO metadatas VALUES (6, 'required_configs', '');
49 INSERT INTO metadatas VALUES (6, 'required_files', '');
50 INSERT INTO metadatas VALUES (6, 'required_memory', '0');
51 INSERT INTO metadatas VALUES (6, 'required_programs', '');
[all …]
H A Dtestdata_v3_2.sql40 INSERT INTO contexts (cwd) VALUES ('/test/suite/root');
41 INSERT INTO env_vars (var_name, var_value)
43 INSERT INTO env_vars (var_name, var_value)
47 INSERT INTO metadatas VALUES (1, 'allowed_architectures', '');
48 INSERT INTO metadatas VALUES (1, 'allowed_platforms', '');
49 INSERT INTO metadatas VALUES (1, 'description', '');
50 INSERT INTO metadatas VALUES (1, 'has_cleanup', 'false');
51 INSERT INTO metadatas VALUES (1, 'required_configs', '');
52 INSERT INTO metadatas VALUES (1, 'required_files', '');
53 INSERT INTO metadatas VALUES (1, 'required_memory', '0');
[all …]
H A Dtestdata_v3_4.sql39 INSERT INTO contexts (cwd) VALUES ('/usr/tests');
40 INSERT INTO env_vars (var_name, var_value)
42 INSERT INTO env_vars (var_name, var_value)
44 INSERT INTO env_vars (var_name, var_value)
48 INSERT INTO metadatas VALUES (12, 'allowed_architectures', '');
49 INSERT INTO metadatas VALUES (12, 'allowed_platforms', '');
50 INSERT INTO metadatas VALUES (12, 'description', '');
51 INSERT INTO metadatas VALUES (12, 'has_cleanup', 'false');
52 INSERT INTO metadatas VALUES (12, 'required_configs', '');
53 INSERT INTO metadatas VALUES (12, 'required_files', '');
[all …]
H A Dtestdata_v1.sql42 INSERT INTO contexts (context_id, cwd) VALUES (1, '/some/root');
45 INSERT INTO actions (action_id, context_id) VALUES (1, 1);
57 INSERT INTO contexts (context_id, cwd) VALUES (2, '/test/suite/root');
58 INSERT INTO env_vars (context_id, var_name, var_value)
60 INSERT INTO env_vars (context_id, var_name, var_value)
64 INSERT INTO actions (action_id, context_id) VALUES (2, 2);
67 INSERT INTO test_programs (test_program_id, action_id, absolute_path, root,
71 INSERT INTO plain_test_programs (test_program_id, timeout)
75 INSERT INTO test_cases (test_case_id, test_program_id, name)
77 INSERT INTO test_results (test_case_id, result_type, result_reason, start_time,
[all …]
H A Dmigrate_v1_v2.sql72 INSERT INTO new_metadata (schema_version, timestamp)
107 INSERT INTO new_test_programs (test_program_id, action_id, absolute_path,
173 INSERT INTO tmp_default_metadata VALUES ('allowed_architectures', '');
174 INSERT INTO tmp_default_metadata VALUES ('allowed_platforms', '');
175 INSERT INTO tmp_default_metadata VALUES ('description', '');
176 INSERT INTO tmp_default_metadata VALUES ('has_cleanup', 'false');
177 INSERT INTO tmp_default_metadata VALUES ('required_configs', '');
178 INSERT INTO tmp_default_metadata VALUES ('required_files', '');
179 INSERT INTO tmp_default_metadata VALUES ('required_memory', '0');
180 INSERT INTO tmp_default_metadata VALUES ('required_programs', '');
[all …]
H A Dmigrate_v2_v3.sql46 INSERT INTO metadata SELECT * FROM old_store.metadata;
48 INSERT INTO contexts
54 INSERT INTO env_vars
61 INSERT INTO metadatas
75 INSERT INTO test_programs
81 INSERT INTO test_cases
88 INSERT INTO test_results
98 INSERT INTO files
109 INSERT INTO test_case_files
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h399 /// Build and insert <empty> = \p Opcode <empty>.
410 /// Build but don't insert <empty> = \p Opcode <empty>.
417 /// Insert an existing instruction at the insertion point.
420 /// Build and insert a DBG_VALUE instruction expressing the fact that the
425 /// Build and insert a DBG_VALUE instruction expressing the fact that the
432 /// Build and insert a DBG_VALUE instruction expressing the fact that the
438 /// Build and insert a DBG_VALUE instructions specifying that \p Variable is
444 /// Build and insert a DBG_LABEL instructions specifying that \p Label is
448 /// Build and insert \p Res = G_DYN_STACKALLOC \p Size, \p Align
459 /// Build and insert \p Res = G_FRAME_INDEX \p Idx
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyDebugValueManager.cpp64 MachineInstr *Insert) const { in getSinkableDebugValues()
67 // DBG_VALUEs between Def and Insert in getSinkableDebugValues()
70 if (Def->getParent() == Insert->getParent()) { in getSinkableDebugValues()
71 // When Def and Insert are within the same BB, check if Insert comes after in getSinkableDebugValues()
77 if (&*MI == Insert) { in getSinkableDebugValues()
87 } else { // Def and Insert are in different BBs in getSinkableDebugValues()
88 // If Def and Insert are in different BBs, we only handle a simple case in in getSinkableDebugValues()
89 // which Insert's BB is a successor of Def's BB. in getSinkableDebugValues()
90 if (!Def->getParent()->isSuccessor(Insert->getParent())) in getSinkableDebugValues()
94 // 'Insert BB's begin~Insert' in getSinkableDebugValues()
[all …]
H A DWebAssemblyRegStackify.cpp265 static MachineInstr *getVRegDef(unsigned Reg, const MachineInstr *Insert, in getVRegDef() argument
274 LIS.getInstructionIndex(*Insert))) in getVRegDef()
308 // Test whether it's safe to move Def to just before Insert.
314 const MachineInstr *Insert, in isSafeToMove() argument
319 assert(DefI->getParent() == Insert->getParent()); in isSafeToMove()
320 assert(UseI->getParent() == Insert->getParent()); in isSafeToMove()
359 if (NextI == Insert) in isSafeToMove()
374 // If the register is dead here and at Insert, ignore it. in isSafeToMove()
375 if (MO.isDead() && Insert->definesRegister(Reg, /*TRI=*/nullptr) && in isSafeToMove()
376 !Insert->readsRegister(Reg, /*TRI=*/nullptr)) in isSafeToMove()
[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()
73 // Insert a 3rd range to trigger coalescing on both sides. in TEST()
74 S.insert(8, 9); in TEST()
87 S.insert(7, 10); in TEST()
[all …]
/freebsd/contrib/kyua/model/
H A Dmetadata_test.cpp71 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(fs::path("2-program")); in ATF_TEST_CASE_BODY()
[all …]
/freebsd/contrib/kyua/cli/
H A Dcmd_db_exec_test.cpp47 /// \tparam Cell The type of the value to insert into the test column.
49 /// \param value The value to insert into the test column.
62 sqlite::statement insert = db.create_statement( in do_format_cell_test() local
63 "INSERT INTO test (column) VALUES (:column)"); in do_format_cell_test()
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
141 "INSERT INTO test VALUES (:v1, :v2)"); in ATF_TEST_CASE_BODY()
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()
[all …]
/freebsd/contrib/kyua/drivers/
H A Dscan_results_test.cpp122 _results.insert(F("%s:%s:%s:%s:%s:%s") % in got_result()
135 /// \param count The number of "elements" to insert into the results file.
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()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/REPL/Clang/
H A DClangREPL.cpp30 languages.Insert(lldb::LanguageType::eLanguageTypeC); in Initialize()
31 languages.Insert(lldb::LanguageType::eLanguageTypeC89); in Initialize()
32 languages.Insert(lldb::LanguageType::eLanguageTypeC99); in Initialize()
33 languages.Insert(lldb::LanguageType::eLanguageTypeC11); in Initialize()
34 languages.Insert(lldb::LanguageType::eLanguageTypeC_plus_plus); in Initialize()
35 languages.Insert(lldb::LanguageType::eLanguageTypeC_plus_plus_03); in Initialize()
36 languages.Insert(lldb::LanguageType::eLanguageTypeC_plus_plus_11); in Initialize()
37 languages.Insert(lldb::LanguageType::eLanguageTypeC_plus_plus_14); in Initialize()
38 languages.Insert(lldb::LanguageType::eLanguageTypeObjC); in Initialize()
39 languages.Insert(lldb::LanguageType::eLanguageTypeObjC_plus_plus); in Initialize()
/freebsd/contrib/libedit/
H A Deditline.735 There are three editing modes: vi insert mode, vi command mode,
37 The default is vi insert mode.
65 In vi insert mode and in emacs mode, all Meta-characters considered
69 .Ic ed-insert
115 .It Ctrl-V Ta Ic ed-quoted-insert
124 .Ic ed-insert .
169 .It I Ta Ic vi-insert-at-bol
192 .It i Ta Ic vi-insert
237 .It Ctrl-V Ta Ic ed-quoted-insert
278 .Ic ed-insert .
[all …]
/freebsd/contrib/kyua/utils/sqlite/
H A Dstatement_test.cpp99 db.exec("INSERT INTO foo VALUES (3)"); in ATF_TEST_CASE_BODY()
101 "INSERT INTO foo VALUES (3)"); in ATF_TEST_CASE_BODY()
111 "INSERT INTO foo VALUES (5, 3, 'foo');"); in ATF_TEST_CASE_BODY()
124 "INSERT INTO foo VALUES (5, 'foo');"); in ATF_TEST_CASE_BODY()
138 "INSERT INTO foo VALUES (5);"); in ATF_TEST_CASE_BODY()
156 "INSERT INTO foo VALUES (x'0102', 0.3, 5, NULL, 'foo bar');" in ATF_TEST_CASE_BODY()
157 "INSERT INTO foo VALUES (NULL, NULL, NULL, NULL, NULL);"); in ATF_TEST_CASE_BODY()
177 "INSERT INTO foo VALUES (1);"); in ATF_TEST_CASE_BODY()
193 "INSERT INTO foo VALUES (1, 2);"); in ATF_TEST_CASE_BODY()
210 "INSERT INTO foo VALUES (1, 2);"); in ATF_TEST_CASE_BODY()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InsertWait.cpp1 //- X86Insertwait.cpp - Strict-Fp:Insert wait instruction X87 instructions --//
9 // This file defines the pass which insert x86 wait instructions after each
12 // The logic to insert a wait instruction after an X87 instruction is as below:
14 // instruction, or is a x87 control instruction, don't insert wait.
16 // is an X87 exception synchronizing X87 instruction, don't insert wait.
17 // 3. For other situations, insert wait instruction.
35 #define DEBUG_TYPE "x86-insert-wait"
48 return "X86 insert wait instruction"; in getPassName()
111 // instruction, do not insert wait. in runOnMachineFunction()
116 // non-waiting control instruction, we can omit insert wait instruction. in runOnMachineFunction()
/freebsd/contrib/llvm-project/clang/lib/Rewrite/
H A DRewriteRope.cpp47 /// properly balanced when erases happen. Erases of string data can both insert
49 /// which results in two rope pieces, which is just like an insert) or it can
111 /// insert - Insert the specified ropepiece into this tree node at the
117 RopePieceBTreeNode *insert(unsigned Offset, const RopePiece &R);
211 /// insert - Insert the specified ropepiece into this tree node at the
217 RopePieceBTreeNode *insert(unsigned Offset, const RopePiece &R);
261 // We do this by shrinking the RopePiece and then doing an insert of the tail. in split()
268 return insert(Offset, Tail); in split()
271 /// insert - Insert the specified RopePiece into this tree node at the
276 RopePieceBTreeNode *RopePieceBTreeLeaf::insert(unsigned Offset, in insert() function in RopePieceBTreeLeaf
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringSet.h30 insert(str); in StringSet()
34 insert(Str); in StringSet()
38 std::pair<typename Base::iterator, bool> insert(StringRef key) { in insert() function
43 void insert(InputIt begin, InputIt end) { in insert() function
45 insert(*it); in insert()
50 insert(const StringMapEntry<ValueTy> &mapEntry) { in insert() function
51 return insert(mapEntry.getKey()); in insert()
/freebsd/contrib/llvm-project/libcxx/include/ext/
H A Dhash_set64 pair<iterator, bool> insert(const value_type& obj);
66 void insert(InputIterator first, InputIterator last);
150 iterator insert(const value_type& obj);
152 void insert(InputIterator first, InputIterator last);
278 _LIBCPP_HIDE_FROM_ABI std::pair<iterator, bool> insert(const value_type& __x) {
281 …_LIBCPP_HIDE_FROM_ABI iterator insert(const_iterator, const value_type& __x) { return insert(__x).…
283 _LIBCPP_HIDE_FROM_ABI void insert(_InputIterator __first, _InputIterator __last);
329 insert(__first, __last);
338 insert(__first, __last);
352 insert(__first, __last);
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopIdiomVectorize.cpp400 Builder.Insert(JumpToVectorLoop); in createMaskedFindMismatch()
402 DTU.applyUpdates({{DominatorTree::Insert, VectorLoopPreheaderBlock, in createMaskedFindMismatch()
431 Builder.Insert(VectorEarlyExit); in createMaskedFindMismatch()
434 {{DominatorTree::Insert, VectorLoopStartBlock, VectorLoopMismatchBlock}, in createMaskedFindMismatch()
435 {DominatorTree::Insert, VectorLoopStartBlock, VectorLoopIncBlock}}); in createMaskedFindMismatch()
454 Builder.Insert(VectorLoopBranchBack); in createMaskedFindMismatch()
457 {{DominatorTree::Insert, VectorLoopIncBlock, VectorLoopStartBlock}, in createMaskedFindMismatch()
458 {DominatorTree::Insert, VectorLoopIncBlock, EndBlock}}); in createMaskedFindMismatch()
493 Builder.Insert(JumpToVectorLoop); in createPredicatedFindMismatch()
495 DTU.applyUpdates({{DominatorTree::Insert, VectorLoopPreheaderBlock, in createPredicatedFindMismatch()
[all …]

12345678910>>...112