/openbsd-src/gnu/llvm/clang/docs/ |
H A D | ReleaseNotes.rst | 227 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 D | perl5160delta.pod | 335 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 D | perl5140delta.pod | 3200 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 D | perl589delta.pod | 1414 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 D | DeltaAlgorithm.cpp | 16 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 D | DAGDeltaAlgorithm.cpp | 116 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 D | DeveloperPolicy.rst | 152 .. _code owners: 604 .. _IR backwards compatibility: 662 .. _toolchain:
|
H A D | SourceLevelDebugging.rst | 1990 Objective-C Extensions 2019 Mach-O Changes 2031 .. _codeview:
|
/openbsd-src/gnu/llvm/clang/tools/clang-refactor/ |
H A D | TestSupport.cpp | 70 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 D | ClangRefactor.cpp | 318 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 D | DeltaAlgorithm.h | 73 virtual void UpdatedSearchState(const changeset_ty &Changes, in UpdatedSearchState()
|
H A D | DAGDeltaAlgorithm.h | 68 virtual void UpdatedSearchState(const changeset_ty &Changes, in UpdatedSearchState()
|
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/Transformer/ |
H A D | Transformer.h | 53 llvm::MutableArrayRef<AtomicChange> Changes; member
|
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/Refactoring/ |
H A D | RefactoringActionRules.h | 56 Expected<AtomicChanges> Changes = createSourceReplacements(Context); in invoke() local
|
/openbsd-src/gnu/llvm/clang/lib/Tooling/Refactoring/ |
H A D | AtomicChange.cpp | 145 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 D | Transformer.cpp | 61 llvm::SmallVector<AtomicChange, 1> Changes; in convertToAtomicChanges() local
|
/openbsd-src/gnu/llvm/clang/lib/Format/ |
H A D | WhitespaceManager.cpp | 277 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 D | WhitespaceManager.h | 349 SmallVector<Change, 16> Changes; variable
|
/openbsd-src/gnu/llvm/clang/lib/Tooling/Refactoring/Rename/ |
H A D | RenamingAction.cpp | 148 std::vector<AtomicChange> Changes; in createRenameReplacements() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMParallelDSP.cpp | 296 bool Changes = MatchSMLAD(F); in runOnFunction() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | CloneFunction.cpp | 88 CloneFunctionChangeType Changes, in CloneFunctionInto()
|
/openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
H A D | ParsedAttr.h | 181 AvailabilityChange Changes[NumAvailabilitySlots]; member
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
H A D | PGOInstrumentation.cpp | 1584 bool Changes = true; in populateCounters() local
|
/openbsd-src/gnu/llvm/clang/lib/Parse/ |
H A D | ParseDecl.cpp | 1105 AvailabilityChange Changes[Unknown]; in ParseAvailabilityAttribute() local
|