Home
last modified time | relevance | path

Searched refs:Change (Results 1 – 25 of 1320) sorted by relevance

12345678910>>...53

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DWhitespaceManager.cpp20 bool WhitespaceManager::Change::IsBeforeInFile::operator()( in operator ()()
21 const Change &C1, const Change &C2) const { in operator ()()
27 WhitespaceManager::Change::Change(const FormatToken &Tok, in Change() function in clang::format::WhitespaceManager::Change
53 Changes.push_back(Change(Tok, /*CreateReplacement=*/true, Tok.WhitespaceRange, in replaceWhitespace()
63 Changes.push_back(Change(Tok, /*CreateReplacement=*/false, in addUntouchableToken()
83 Change(Tok, /*CreateReplacement=*/true, in replaceWhitespaceInToken()
94 llvm::sort(Changes, Change::IsBeforeInFile(SourceMgr)); in generateReplacements()
110 Change *LastOutsideTokenChange = &Changes[0]; in calculateLineBreakInformation()
211 const WhitespaceManager::Change *LastBlockComment = nullptr; in calculateLineBreakInformation()
212 for (auto &Change : Changes) { in calculateLineBreakInformation() local
[all …]
H A DWhitespaceManager.h89 struct Change { struct
94 bool operator()(const Change &C1, const Change &C2) const; argument
109 Change(const FormatToken &Tok, bool CreateReplacement,
159 const Change *StartOfBlockComment; argument
225 SmallVector<Change, 16> Changes;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIModeRegister.cpp86 Status Change; member in BlockData
255 insertSetreg(MBB, InsertionPoint, TII, IPChange.delta(NewInfo->Change)); in processBlockPhase1()
269 NewInfo->Change = NewInfo->Change.merge(Setreg); in processBlockPhase1()
271 NewInfo->Change = NewInfo->Change.mergeUnknown(Mask); in processBlockPhase1()
273 } else if (!NewInfo->Change.isCompatible(InstrMode)) { in processBlockPhase1()
280 if (!IPChange.delta(NewInfo->Change).isCombinable(InstrMode)) { in processBlockPhase1()
286 NewInfo->Require = NewInfo->Change; in processBlockPhase1()
290 IPChange.delta(NewInfo->Change)); in processBlockPhase1()
291 IPChange = NewInfo->Change; in processBlockPhase1()
296 NewInfo->Change = NewInfo->Change.merge(InstrMode); in processBlockPhase1()
[all …]
/netbsd-src/external/gpl3/gdb/dist/sim/mcore/
H A DChangeLog-2021269 (gr, cr): Change from asregs to cpu.
271 Change from asregs to cr.
272 (C_ON, C_VALUE, C_OFF, SET_C, CLR_C, NEW_C, SR_AF): Change from
275 (set_initial_gprs): Rename scpu to cpu. Change cpu.sr to sr and
279 (process_stub): Likewise. Change cpu.gr to gr.
280 (util): Rename scpu to cpu. Change cpu.gr to gr.
296 (mcore_reg_store): ... this. Change SIM_DESC to SIM_CPU.
298 (mcore_reg_fetch): ... this. Change SIM_DESC to SIM_CPU.
333 (m32r_trap): Change syscall_read_mem/syscall_write_mem
346 * interp.c (sim_resume): Change %x to %lx for all cpu registers.
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Rewrite/Core/
H A DRewriteBuffer.h104 void AddInsertDelta(unsigned OrigOffset, int Change) { in AddInsertDelta() argument
105 return Deltas.AddDelta(2*OrigOffset, Change); in AddInsertDelta()
110 void AddReplaceDelta(unsigned OrigOffset, int Change) { in AddReplaceDelta() argument
111 return Deltas.AddDelta(2*OrigOffset+1, Change); in AddReplaceDelta()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Rename/
H A DRenamingAction.cpp153 AtomicChange Change(SM, Ranges[0].getBegin()); in createRenameReplacements() local
156 Change.replace(SM, CharSourceRange::getCharRange(Range.value()), in createRenameReplacements()
161 Changes.push_back(std::move(Change)); in createRenameReplacements()
223 Expected<std::vector<AtomicChange>> Change = in HandleOneRename() local
225 if (!Change) { in HandleOneRename()
227 << "'! " << llvm::toString(Change.takeError()) << "\n"; in HandleOneRename()
230 convertChangesToFileReplacements(*Change, &FileToReplaces); in HandleOneRename()
/netbsd-src/external/gpl3/gdb/dist/sim/microblaze/
H A DChangeLog-2021300 (sim_engine_run): ... this. Change CPU.exception setting to
301 sim_engine_halt calls. Change do/while to while(1). Call
320 (sim_resume): Change rlat to MEM_RD_WORD. Change issue_messages to
326 (MEM_RD_BYTE): Change rbat to sim_core_read_1.
327 (MEM_RD_HALF): Change rhat to sim_core_read_2.
328 (MEM_RD_WORD): Change rlat to sim_core_read_4.
329 (MEM_WR_BYTE): Change wbat to sim_core_write_1.
330 (MEM_WR_HALF): Change what to sim_core_write_2.
331 (MEM_WR_WORD): Change wlat to sim_core_write_4.
363 (SIM_OBJS): Change to $(SIM_NEW_COMMON_OBJS).
[all …]
/netbsd-src/external/gpl3/binutils/dist/include/sim/
H A DChangeLog-202121 * sim/callback.h (struct host_callback_struct): Change lseek return and
22 3rd arg to int64_t. Change truncate & ftruncate 3rd arg to int64_t.
27 (struct host_callback_struct): Change time return to int64_t. Delete
32 * callback.h (p1, p2): Change PTR to void*.
/netbsd-src/external/gpl3/binutils.old/dist/include/sim/
H A DChangeLog-202121 * sim/callback.h (struct host_callback_struct): Change lseek return and
22 3rd arg to int64_t. Change truncate & ftruncate 3rd arg to int64_t.
27 (struct host_callback_struct): Change time return to int64_t. Delete
32 * callback.h (p1, p2): Change PTR to void*.
/netbsd-src/external/gpl3/gdb/dist/include/sim/
H A DChangeLog-202121 * sim/callback.h (struct host_callback_struct): Change lseek return and
22 3rd arg to int64_t. Change truncate & ftruncate 3rd arg to int64_t.
27 (struct host_callback_struct): Change time return to int64_t. Delete
32 * callback.h (p1, p2): Change PTR to void*.
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dsysex134 >>>4 byte 0x20 SNDP (Sound Parameter Change)
139 >>>4 byte 0x21 MULP (Multi Parameter Change)
144 >>>4 byte 0x22 DRMP (Drum Map Parameter Change)
149 >>>4 byte 0x23 PATP (Sequencer Pattern Parameter Change)
154 >>>4 byte 0x24 GLBP (Global Parameter Parameter Change)
158 >>>4 byte 0x27 MODP (Mode Parameter Parameter Change)
163 >>>4 byte 0x20 SNDP (Sound Parameter Change)
168 >>>4 byte 0x21 MULP (Multi Parameter Change)
173 >>>4 byte 0x22 DRMP (Drum Map Parameter Change)
178 >>>4 byte 0x24 GLBP (Global Parameter Parameter Change)
[all …]
/netbsd-src/external/gpl3/gdb/dist/sim/avr/
H A DChangeLog-202190 * interp.c (do_call): Change sd to avr_sim_state.
263 * configure.ac (SIM_AC_OPTION_ENDIAN): Change LITTLE_ENDIAN to
282 (do_call): Add cpu to arguments. Declare sd. Change pc to cpu->pc,
284 (gen_mul): Add cpu to arguments. Change cycles to cpu->cycles.
285 (step_once): Change pc to cpu->pc, avr_pc22 to sd->avr_pc22, and
287 (avr_reg_store, avr_reg_fetch, avr_pc_get, avr_pc_set): Change pc
290 (sim_create_inferior): Declare cpu and addr. Change pc to addr and
291 call sim_pc_set. Change avr_pc22 to sd->avr_pc22.
372 (SIM_OBJS): Change to $(SIM_NEW_COMMON_OBJS).
389 Change cpu_exception to sim_engine_halt.
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Extract/
H A DExtract.cpp150 AtomicChange Change(SM, ExtractedDeclLocation); in createSourceReplacements() local
170 auto Err = Change.insert(SM, ExtractedDeclLocation, OS.str()); in createSourceReplacements()
186 auto Err = Change.replace( in createSourceReplacements()
194 return AtomicChanges{std::move(Change)}; in createSourceReplacements()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dgettext-po.h.in200 /* Change the context of a message. NULL means a message not restricted to a
207 /* Change the msgid (untranslated English string) of a message. */
214 /* Change the msgid_plural (untranslated English plural string) of a message.
222 /* Change the msgstr (translation) of a message.
230 /* Change the msgstr[index] for a message with plural handling.
237 /* Change the comments for a message.
244 /* Change the extracted comments for a message.
267 /* Change the previous context of a message. NULL is allowed. */
274 /* Change the previous msgid (untranslated English string) of a message.
282 /* Change the previous msgid_plural (untranslated English plural string) of a
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
H A DInstallNameToolOpts.td31 HelpText<"Change rpath path name">;
34 HelpText<"Change dynamic shared library id">;
37 HelpText<"Change dependent shared library install name">;
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/mips/
H A DChangeLog-202111 * hilo-hazard-4.s: Change copyright ownder to FSF.
42 * testutils.inc: Change license to GPL version 3.
43 * utils-dsp.inc: Change license to GPL version 3.
44 * utils-fpu.inc: Change license to GPL version 3.
45 * utils-mdmx.inc: Change license to GPL version 3.
/netbsd-src/external/gpl3/gdb/dist/sim/bfin/
H A DChangeLog-202127 * Makefile.in: Change to $(SDL_CFLAGS) & $(SDL_LIBS).
58 * Makefile.in: Change @MAINTAINER_MODE_TRUE@ to $(MAINT).
192 (illegal_instruction): Change __attribute__((noreturn)) to
240 * configure.ac: Change AC_CHECK_HEADERS to AC_CHECK_HEADERS_ONCE.
245 * configure.ac: Change AC_CHECK_FUNCS to AC_CHECK_FUNCS_ONCE and
309 * interp.c: Change ALIGN to align_up.
387 * bfin-sim.c (decode_dsp32shift_0): Change MIN to min.
390 * dv-bfin_emac.c (bfin_emac_dma_read_buffer): Change MAX to max.
391 * dv-bfin_mmu.c (_mmu_check_addr): Change MIN to min.
393 * interp.c (bfin_fdpic_load): Change MAX to max.
[all …]
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-2005771 * h8300-tdep.c (h8300_frame_prev_register): Change valuep type to
773 (h8300_push_dummy_call): Change `padded' to gdb_byte.
774 (h8300_return_value): Change buffer types to gdb_byte.
781 * v850-tdep.c (v850_frame_prev_register): Change valuep type to
1137 * ia64-tdep.c (floatformat_valid): Change type of `from' from
1142 * frv-linux-tdep.c (frv_linux_sigtrapm_frame_prev_register): Change
1144 * frv-tdep.c (frv_pseudo_register_write): Change type of `buffer'
1146 (frv_extract_return_value): Change type of `valbuf' argument to
1149 (frv_frame_prev_register): Change type of `bufferp' argument to
1152 (ext_ptr): Change base type from `unsigned char' to `gdb_byte'. Adjust
[all …]
H A DChangeLog-2019114 * ctfread.c (ctf_file_key): Change type to objfile_key.
151 (struct language_defn)<la_pass_by_reference>: Change the signature
231 * tui/tui-hooks.c (tui_before_prompt): Change parameter to bool.
381 * tui/tui-stack.h (tui_update_locator_fullname): Change parameter
383 * tui/tui-stack.c (tui_update_locator_fullname): Change parameter
466 <blocks>: Change type to std::forward_list<gdb_block>.
477 <name>: Change type to gdb::unique_xmalloc_ptr.
486 (struct gdb_object) <symtabs>: Change type to
498 <linetable>: Change type to unique_xmalloc_ptr.
499 <file_name>: Change type to std::string.
[all …]
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-2005771 * h8300-tdep.c (h8300_frame_prev_register): Change valuep type to
773 (h8300_push_dummy_call): Change `padded' to gdb_byte.
774 (h8300_return_value): Change buffer types to gdb_byte.
781 * v850-tdep.c (v850_frame_prev_register): Change valuep type to
1137 * ia64-tdep.c (floatformat_valid): Change type of `from' from
1142 * frv-linux-tdep.c (frv_linux_sigtrapm_frame_prev_register): Change
1144 * frv-tdep.c (frv_pseudo_register_write): Change type of `buffer'
1146 (frv_extract_return_value): Change type of `valbuf' argument to
1149 (frv_frame_prev_register): Change type of `bufferp' argument to
1152 (ext_ptr): Change base type from `unsigned char' to `gdb_byte'. Adjust
[all …]
H A DChangeLog-2019114 * ctfread.c (ctf_file_key): Change type to objfile_key.
151 (struct language_defn)<la_pass_by_reference>: Change the signature
231 * tui/tui-hooks.c (tui_before_prompt): Change parameter to bool.
381 * tui/tui-stack.h (tui_update_locator_fullname): Change parameter
383 * tui/tui-stack.c (tui_update_locator_fullname): Change parameter
466 <blocks>: Change type to std::forward_list<gdb_block>.
477 <name>: Change type to gdb::unique_xmalloc_ptr.
486 (struct gdb_object) <symtabs>: Change type to
498 <linetable>: Change type to unique_xmalloc_ptr.
499 <file_name>: Change type to std::string.
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DDAGDeltaAlgorithm.cpp203 change_ty Change = Worklist.back(); in DAGDeltaAlgorithmImpl() local
206 std::set<change_ty> &ChangeSuccs = SuccClosure[Change]; in DAGDeltaAlgorithmImpl()
207 for (pred_iterator_ty it = pred_begin(Change), in DAGDeltaAlgorithmImpl()
208 ie = pred_end(Change); it != ie; ++it) { in DAGDeltaAlgorithmImpl()
209 SuccClosure[*it].insert(Change); in DAGDeltaAlgorithmImpl()
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A DChangeLog-0815118 (Sized_relobj::Local_got_offsets): Change type of the key from
414 (Input_objects::so_names_): Change from set to map.
496 * testsuite/ifuncdep2.c (global): Change protected to hidden.
929 * gc.h (Garbage_collection::is_section_garbage): Change Object*
935 * icf.cc (Icf::find_identical_sections): Change Object* to Relobj*.
1000 * symtab.cc (Symbol_table::sized_write_globals): Change symbol
1303 * ehframe.cc (Eh_frame::add_ehframe_input_section): Change return type;
1307 (Eh_frame::add_ehframe_input_section): Change return type.
1557 (Target_arm::make_plt_entry): Change to call to make_plt_section.
1873 TLSLD_MOVW_DTPREL_G0_NC. Change property of TLS relocations to
[all …]
/netbsd-src/external/gpl3/binutils/dist/gold/
H A DChangeLog-0815118 (Sized_relobj::Local_got_offsets): Change type of the key from
414 (Input_objects::so_names_): Change from set to map.
496 * testsuite/ifuncdep2.c (global): Change protected to hidden.
929 * gc.h (Garbage_collection::is_section_garbage): Change Object*
935 * icf.cc (Icf::find_identical_sections): Change Object* to Relobj*.
1000 * symtab.cc (Symbol_table::sized_write_globals): Change symbol
1303 * ehframe.cc (Eh_frame::add_ehframe_input_section): Change return type;
1307 (Eh_frame::add_ehframe_input_section): Change return type.
1557 (Target_arm::make_plt_entry): Change to call to make_plt_section.
1873 TLSLD_MOVW_DTPREL_G0_NC. Change property of TLS relocations to
[all …]
/netbsd-src/external/gpl3/gdb/dist/sim/moxie/
H A DChangeLog-202123 * Makefile.in: Change @MAINTAINER_MODE_TRUE@ to $(MAINT).
154 (sim_engine_run): Change numeric literals to SYS_ constants.
301 * configure.ac (SIM_AC_OPTION_ENDIAN): Change BIG_ENDIAN to BIG.
354 (sim_engine_run): Change TRACE to MOXIE_TRACE_INSN.
367 Change CIA_GET to CPU_PC_GET.
398 (load_dtb): Delete open warning. Change printf to sim_io_eprintf.
411 prototype. Change printf %d to %zu.
431 (set_initial_gprs): Change prototype to (void).
440 (SIM_OBJS): Change to $(SIM_NEW_COMMON_OBJS).
441 * sim-main.h (struct sim_state): Change cpu to a pointer array.
[all …]

12345678910>>...53