Home
last modified time | relevance | path

Searched defs:Changes (Results 1 – 24 of 24) sorted by relevance

/openbsd-src/gnu/llvm/clang/docs/
H A DReleaseNotes.rst227 C++20 Feature Support
297 C++2b Feature Support
306 Resolutions to C++ Defect Reports
328 C2x Feature Support
963 X86 Support
999 Arm and AArch64 Support
1018 Windows Support
1037 LoongArch Support
1050 RISC-V Support
1074 CUDA/HIP Language Changes in Clang
[all …]
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperl5160delta.pod335 Improved typemaps for Some Builtin TypesCore Enhancements""XS Changes global() argument
349 C<is_utf8_char()>Core Enhancements""XS Changes global() argument
357 Added C<is_utf8_char_buf()>Core Enhancements""XS Changes global() argument
363 Other C<is_utf8_foo()> functions, as well as C<utf8_to_foo()>, etc.Core Enhancements""XS Changes global() argument
373 New Pad APICore Enhancements""XS Changes global() argument
400 Features inside the debuggerCore Enhancements""Debugger Changes global() argument
405 New option for the debugger's B<t> commandCore Enhancements""Debugger Changes global() argument
411 C<enable> and C<disable>Core Enhancements""Debugger Changes global() argument
416 Breakpoints with file namesCore Enhancements""Debugger Changes global() argument
452 Anonymous handlesCore Enhancements""Other Changes global() argument
457 Autoloaded sort SubroutinesCore Enhancements""Other Changes global() argument
464 C<continue> no longer requires the "switch" featureCore Enhancements""Other Changes global() argument
473 DTrace probes for interpreter phase changeCore Enhancements""Other Changes global() argument
481 C<__FILE__()> SyntaxCore Enhancements""Other Changes global() argument
487 The C<\\$> prototype accepts any scalar lvalueCore Enhancements""Other Changes global() argument
496 C<_> in subroutine prototypesCore Enhancements""Other Changes global() argument
[all...]
H A Dperl5140delta.pod3200 C<PERL_POLLUTE> has been removedInternal Changes""C API Changes global() argument
3211 Check API compatibility when loading XS modulesInternal Changes""C API Changes global() argument
3224 Perl_fetch_cop_labelInternal Changes""C API Changes global() argument
3234 GvCV() and GvGP() are no longer lvaluesInternal Changes""C API Changes global() argument
3243 CvGV() is no longer an lvalueInternal Changes""C API Changes global() argument
3252 CvSTASH() is no longer an lvalueInternal Changes""C API Changes global() argument
3259 Calling conventions for C<newFOROP> and C<newWHILEOP>Internal Changes""C API Changes global() argument
3268 Flags passed to C<uvuni_to_utf8_flags> and C<utf8n_to_uvuni>Internal Changes""C API Changes global() argument
3329 Stack unwindingInternal Changes""Other Internal Changes global() argument
3339 Scope stack entriesInternal Changes""Other Internal Changes global() argument
3345 Memory allocation for pointer tablesInternal Changes""Other Internal Changes global() argument
3355 C<UNDERBAR>Internal Changes""Other Internal Changes global() argument
3360 String comparison routines renamedInternal Changes""Other Internal Changes global() argument
3366 C<chop> and C<chomp> implementations mergedInternal Changes""Other Internal Changes global() argument
[all...]
H A Dperl589delta.pod1414 FreeBSDInstallation and Configuration Improvements""Platform Specific Changes global() argument
1426 SolarisInstallation and Configuration Improvements""Platform Specific Changes global() argument
1439 VMSInstallation and Configuration Improvements""Platform Specific Changes global() argument
1471 WindowsInstallation and Configuration Improvements""Platform Specific Changes global() argument
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DDeltaAlgorithm.cpp16 bool DeltaAlgorithm::GetTestResult(const changeset_ty &Changes) { in GetTestResult()
43 DeltaAlgorithm::Delta(const changeset_ty &Changes, in Delta()
67 bool DeltaAlgorithm::Search(const changeset_ty &Changes, in Search()
102 DeltaAlgorithm::changeset_ty DeltaAlgorithm::Run(const changeset_ty &Changes) { in Run()
H A DDAGDeltaAlgorithm.cpp116 void UpdatedSearchState(const changeset_ty &Changes, in UpdatedSearchState()
161 void UpdatedSearchState(const changeset_ty &Changes, in UpdatedSearchState()
179 DAGDeltaAlgorithm &DDA, const changeset_ty &Changes, in DAGDeltaAlgorithmImpl()
283 bool DAGDeltaAlgorithmImpl::GetTestResult(const changeset_ty &Changes, in GetTestResult()
349 DAGDeltaAlgorithm::Run(const changeset_ty &Changes, in Run()
/openbsd-src/gnu/llvm/llvm/docs/
H A DDeveloperPolicy.rst152 .. _code owners:
604 .. _IR backwards compatibility:
662 .. _toolchain:
H A DSourceLevelDebugging.rst1990 Objective-C Extensions
2019 Mach-O Changes
2031 .. _codeview:
/openbsd-src/gnu/llvm/clang/tools/clang-refactor/
H A DTestSupport.cpp70 void dumpChanges(const tooling::AtomicChanges &Changes, raw_ostream &OS) { in dumpChanges()
86 bool printRewrittenSources(const tooling::AtomicChanges &Changes, in printRewrittenSources()
132 void handle(tooling::AtomicChanges Changes) override { in handle()
H A DClangRefactor.cpp318 ClangRefactorConsumer(AtomicChanges &Changes) : SourceChanges(&Changes) {} in ClangRefactorConsumer()
332 void handle(AtomicChanges Changes) override { in handle()
606 AtomicChanges Changes; member in __anonf090c3dd0111::ClangRefactorTool
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DDeltaAlgorithm.h73 virtual void UpdatedSearchState(const changeset_ty &Changes, in UpdatedSearchState()
H A DDAGDeltaAlgorithm.h68 virtual void UpdatedSearchState(const changeset_ty &Changes, in UpdatedSearchState()
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/Transformer/
H A DTransformer.h53 llvm::MutableArrayRef<AtomicChange> Changes; member
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/Refactoring/
H A DRefactoringActionRules.h56 Expected<AtomicChanges> Changes = createSourceReplacements(Context); in invoke() local
/openbsd-src/gnu/llvm/clang/lib/Tooling/Refactoring/
H A DAtomicChange.cpp145 llvm::ArrayRef<AtomicChange> Changes, in createReplacementsForHeaders()
184 llvm::ArrayRef<AtomicChange> Changes) { in combineReplacementsInChanges()
302 llvm::ArrayRef<AtomicChange> Changes, in applyAtomicChanges()
/openbsd-src/gnu/llvm/clang/lib/Tooling/Transformer/
H A DTransformer.cpp61 llvm::SmallVector<AtomicChange, 1> Changes; in convertToAtomicChanges() local
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DWhitespaceManager.cpp277 SmallVector<WhitespaceManager::Change, 16> &Changes) { in AlignTokenSequence()
495 SmallVector<WhitespaceManager::Change, 16> &Changes, in AlignTokens()
688 SmallVector<WhitespaceManager::Change, 16> &Changes) { in AlignMacroSequence()
H A DWhitespaceManager.h349 SmallVector<Change, 16> Changes; variable
/openbsd-src/gnu/llvm/clang/lib/Tooling/Refactoring/Rename/
H A DRenamingAction.cpp148 std::vector<AtomicChange> Changes; in createRenameReplacements() local
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMParallelDSP.cpp296 bool Changes = MatchSMLAD(F); in runOnFunction() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp88 CloneFunctionChangeType Changes, in CloneFunctionInto()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DParsedAttr.h181 AvailabilityChange Changes[NumAvailabilitySlots]; member
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1584 bool Changes = true; in populateCounters() local
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseDecl.cpp1105 AvailabilityChange Changes[Unknown]; in ParseAvailabilityAttribute() local