| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUPropagateAttributes.cpp | 229 SmallSet<Function *, 32> Replaced; in process() local 293 Replaced.insert(&F); in process() 305 for (Function *F : Replaced) { in process()
|
| H A D | SIPeepholeSDWA.cpp | 84 MachineOperand *Replaced; // Operand that would be replace by Target member in __anon361dcac40111::SDWAOperand 88 : Target(TargetOp), Replaced(ReplacedOp) { in SDWAOperand() 90 assert(Replaced->isReg()); in SDWAOperand() 99 MachineOperand *getReplacedOperand() const { return Replaced; } in getReplacedOperand()
|
| H A D | AMDGPUMachineCFGStructurizer.cpp | 1441 bool Replaced = false; in shrinkPHI() local 1460 Replaced = true; in shrinkPHI() 1487 return Replaced; in shrinkPHI()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonConstExtenders.cpp | 1883 bool Replaced = false; in replaceInstr() local 1885 Replaced = replaceInstrExact(ED, ExtR); in replaceInstr() 1887 Replaced = replaceInstrExpr(ED, ExtI, ExtR, Diff); in replaceInstr() 1889 if (Diff != 0 && Replaced && ED.IsDef) { in replaceInstr() 1908 return Replaced; in replaceInstr()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Type.h | 4850 const TemplateTypeParmType *Replaced; 4854 Replaced(Param) {} 4859 return Replaced; 4876 const TemplateTypeParmType *Replaced, 4878 ID.AddPointer(Replaced); 4903 const TemplateTypeParmType *Replaced; 4914 IdentifierInfo *getIdentifier() const { return Replaced->getIdentifier(); } 4918 return Replaced; 4932 const TemplateTypeParmType *Replaced,
|
| H A D | ASTContext.h | 1533 QualType getSubstTemplateTypeParmType(const TemplateTypeParmType *Replaced, 1536 const TemplateTypeParmType *Replaced,
|
| /freebsd-13.1/contrib/wpa/wpa_supplicant/ |
| H A D | eap_testing.txt | 8 - Replaced wpa_supplicant.c and wpa.c with test code that trigger
|
| /freebsd-13.1/sys/dev/mps/mpi/ |
| H A D | mpi2_history.txt | 275 * Replaced the MinReplyQueueDepth field of the IOCFacts
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | Type.cpp | 3593 Replaced(Param), Arguments(ArgPack.pack_begin()) { in SubstTemplateTypeParmPackType() 3606 const TemplateTypeParmType *Replaced, in Profile() argument 3608 ID.AddPointer(Replaced); in Profile()
|
| H A D | ASTImporter.cpp | 1478 const TemplateTypeParmType *Replaced = in VisitSubstTemplateTypeParmType() local 1486 Replaced, (*ToReplacementTypeOrErr).getCanonicalType()); in VisitSubstTemplateTypeParmType()
|
| /freebsd-13.1/sys/dev/mpr/mpi/ |
| H A D | mpi2_history.txt | 437 * Replaced the MinReplyQueueDepth field of the IOCFacts
|
| /freebsd-13.1/contrib/flex/ |
| H A D | ChangeLog | 107 used should not do this. Replaced Rules-getpo by extra script to manually update and rebuild 1444 …Replaced FLEX_STD macro with std::. The std:: construct exists as of C++98, so we can simply assu… 1494 src/scanopt.c, src/sym.c, src/tblcmp.c: Replaced CHAR macro with 3741 Replaced sprintf with snprintf everywhere. 4347 * flex.skl, main.c, scan.l: Replaced YY_ALWAYS_INTERACTIVE with m4. 4348 Replaced YY_NEVER_INTERACTIVE with m4. 4374 scan.l: Replaced many CPP macros with m4 equivalents. 6247 * configure.in, flexdef.h, tests/create-test: Replaced obsolete 6556 * main.c, misc.c: Replaced exit(2) calls with longjmps (in the form
|
| /freebsd-13.1/contrib/llvm-project/lld/MachO/ |
| H A D | Options.td | 985 HelpText<"Obsolete. Replaced by more general -order_file option">,
|
| /freebsd-13.1/contrib/tcsh/ |
| H A D | Fixes | 1190 Replaced 'p' with 'F' and added D,T,C. 1632 67. Removed ignore_symlinks and chase_symlinks. Replaced by symlinks variable.
|
| /freebsd-13.1/contrib/ntp/ |
| H A D | CommitLog-4.1.0 | 3149 * ntpd/refclock_conf.c: Replaced macro SHM with CLOCK_SHM. 3441 Replaced the 'sco5_oldclock' variable with 'systime_10ms_ticks'. 5519 * ports/winnt/: Replaced with new code (no SHM or PALISADE)
|
| H A D | NEWS | 2927 Replaced some constant numbers by defines from ntp_calendar.h
|
| H A D | ChangeLog | 997 Replaced some constant numbers by defines from ntp_calendar.h
|
| H A D | CommitLog | 31340 Replaced some constant numbers by defines from ntp_calendar.h 31351 Replaced some constant numbers by defines from ntp_calendar.h 31413 Replaced some constant numbers by defines from ntp_calendar.h. 181673 Replaced strlcpy with strncpy for compatibility reasons. 181678 Replaced strlcpy with strncpy for compatibility reasons. 203245 Replaced the simulator code to allow the use of multiple servers 203263 Replaced the simulator code to allow the use of multiple servers
|
| /freebsd-13.1/contrib/ncurses/misc/ |
| H A D | terminfo.src | 24542 # * Replaced Wyse entries with updated entries supplied by vendor. 24574 # * Replaced the Perkin-Elmer entries with vendor's official ones. 24587 # * Replaced the AT&T entries with AT&T's official terminfos. 24597 # * Replaced sol entry with sol1 and sol2. 24614 # * Replaced HP entries up to hpsub with purpose-built ones. 24815 # * Replaced pcvt with the 3.31 pcvt entries. 24980 # * Replaced EWAN telnet entry. 24983 # * Replaced minitel-2 entry. 25069 # * Replaced minitel-2 entry. 25072 # * Replaced EWAN telnet entry. [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 4140 if (const SCEV *Replaced = MatchMinMaxNegation(MME)) in getNotSCEV() local 4141 return Replaced; in getNotSCEV()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Attr.td | 2973 let ASTNode = 0; // Replaced by Capability
|
| /freebsd-13.1/sys/contrib/dev/acpica/ |
| H A D | changes.txt | 187 Replaced one-element arrays with flexible-arrays, which were introduced 4884 Replaced __FUNCTION_ with __func__ in the gcc-specific header. 8072 Replaced all instances of %d in printf format specifiers with %u since 11632 Replaced the AcpiOsQueueForExecution interface with a new interface named 12231 the non-debug version of ACPICA. Replaced all instances of the 13335 Replaced "InterruptLevel" with "InterruptNumber" in all GPE interfaces 17455 Replaced AE_ERRORs in acpi_osl.c with more specific error codes. 17585 for a separate interface. Replaced with a common calloc procedure
|
| /freebsd-13.1/contrib/dialog/ |
| H A D | CHANGES | 2235 + Replaced guage.c by the one in dialog 0.6z, which is known to work.
|