Home
last modified time | relevance | path

Searched refs:duplicates (Results 1 – 25 of 40) sorted by relevance

12

/llvm-project-15.0.7/clang/test/Parser/
H A Dasm-qualifiers.c42 void duplicates(void) { in duplicates() function
/llvm-project-15.0.7/llvm/test/FileCheck/comment/
H A Dbad-comment-prefix.txt34 # Check user-supplied check prefix that duplicates a default comment prefix.
44 # Check user-supplied comment prefix that duplicates default check prefixes.
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/readability/
H A Dduplicate-include.rst7 included files and looks for duplicates. If a macro is defined or undefined
/llvm-project-15.0.7/libc/docs/
H A Dapi_test.rst9 program; however, this would place a large burden on contributors and duplicates
/llvm-project-15.0.7/lld/COFF/
H A DDriverUtils.cpp741 std::vector<std::string> duplicates; in convertResToCOFF() local
748 if (auto ec = parser.parse(rf, duplicates)) in convertResToCOFF()
760 if (auto ec = parser.parse(rsf, f->getName(), duplicates)) in convertResToCOFF()
765 parser.cleanUpManifests(duplicates); in convertResToCOFF()
767 for (const auto &dupeDiag : duplicates) in convertResToCOFF()
/llvm-project-15.0.7/openmp/runtime/cmake/
H A DLibompHandleFlags.cmake13 # remove duplicates, remove empty entries)
17 list(REMOVE_DUPLICATES ${flags}) # remove duplicates
/llvm-project-15.0.7/lld/test/COFF/
H A Dpdb-type-server-guid-collision-valid.test3 where the Guids are duplicates but not invalid (i.e. not FFFFFF)
/llvm-project-15.0.7/llvm/test/tools/llvm-dwarfdump/X86/
H A Dstats-multiple-cu-members.ll4 ; This checks that if DW_TAG_structure_type duplicates in multiple CU,
/llvm-project-15.0.7/llvm/docs/
H A DBugLifeCycle.rst123 * If the bug duplicates another issue, close it as a duplicate by adding the
124 ``duplicate`` label with a comment pointing to the issue it duplicates.
H A DExtensions.rst95 Duplicates are discarded, but the linker issues an error if any duplicates
99 Links the largest section from among the duplicates.
102 Links the newest section from among the duplicates.
/llvm-project-15.0.7/llvm/test/Instrumentation/SanitizerCoverage/
H A Dcoff-comdat.ll20 ; Both new comdats should no duplicates on COFF.
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dcheck-dup-decls-inside-objc.m4 // Test decls inside Objective-C entities are considered to be duplicates of same-name decls outsid…
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dtaildup-heapallocsite.ll11 ; In this case, block placement duplicates the heap allocation site.
H A Dand-sink.ll138 ; Test that CodeGenPrepare sinks/duplicates non-immediate 'and'.
/llvm-project-15.0.7/llvm/test/DebugInfo/X86/
H A Dcodegenprep-addrsink.ll3 ; CGP duplicates address calculation into each basic block that contains loads
H A Dclone-module.ll29 ; Verifier, while having DISubprogram duplicates is not.
H A Dinstr-ref-selectiondag.ll34 ; ensuring there were no duplicates.
/llvm-project-15.0.7/lld/test/ELF/linkerscript/
H A Dsymbols.s5 # have duplicates in any input section, but currently simply
/llvm-project-15.0.7/lld/ELF/
H A DConfig.h389 SmallVector<DuplicateSymbol, 0> duplicates; member
H A DDriver.cpp2561 for (const DuplicateSymbol &d : ctx->duplicates) in link()
2563 ctx->duplicates.clear(); in link()
2636 for (const DuplicateSymbol &d : ctx->duplicates) in link()
/llvm-project-15.0.7/llvm/docs/HistoricalNotes/
H A D2001-02-06-TypeNotationDebateResp4.txt53 introduces a new operator and duplicates information
/llvm-project-15.0.7/llvm/docs/CommandGuide/
H A Dllvm-nm.rst162 Print sorted symbols with their visibility (if applicable), with duplicates
H A Dllvm-ar.rst105 duplicates. If no *files* are specified, the archive is not modified. The
/llvm-project-15.0.7/llvm/cmake/modules/
H A DLLVM-Config.cmake306 # This duplicates the algorithm used by llvm-config, originally
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Transform/IR/
H A DTransformOps.td150 operand, except for potential duplicates (multiple Payload IR ops associated

12