| /freebsd-src/sys/contrib/openzfs/.github/workflows/ | 
| H A D | zfs-linux-tests.yml |  | 
| H A D | zfs-linux.yml |  | 
| H A D | zfs-tests.yml | 53     - uses: actions/upload-artifact@v2
 | 
| H A D | checkstyle.yaml | 60     - uses: actions/upload-artifact@v4
 | 
| /freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ | 
| H A D | CalcSpillWeights.h | 87     /// artifact of LI that will span between start and end slot indexes.89     /// \param Start  The expected beginning of the split artifact. Instructions
 91     ///               weight calculation of future split artifact.
 92     /// \param End    The expected end of the split artifact. Instructions
 94     ///               weight calculation of future split artifact.
 
 | 
| /freebsd-src/contrib/llvm-project/clang/include/clang/Basic/ | 
| H A D | Sarif.h | 13 /// of the SARIF standard, such as 'artifact', 'result', 'rule'.56 /// An artifact location is SARIF's way of describing the complete location
 57 /// of an artifact encountered during analysis. The \c artifactLocation object
 58 /// typically consists of a URI, and/or an index to reference the artifact it
 61 /// This builder makes an additional assumption: that every artifact encountered
 62 /// by \c clang will be a physical, top-level artifact. Which is why the static
 93 /// An artifact in SARIF is any object (a sequence of bytes) addressable by
 94 /// a URI (RFC 3986). The most common type of artifact for clang's use-case
 95 /// would be source files. SARIF's artifact object is described in detail in
 98 /// Since every clang artifact MUST have a location (there being no nested
 [all …]
 
 | 
| /freebsd-src/contrib/llvm-project/clang/lib/Basic/ | 
| H A D | Sarif.cpp | 226     const SarifArtifact &Artifact = SarifArtifact::create(Location) in createPhysicalLocation() 230     auto StatusIter = CurrentArtifacts.insert({FileURI, Artifact}); in createPhysicalLocation()
 236   assert(I != CurrentArtifacts.end() && "Failed to insert new artifact"); in createPhysicalLocation()
 304     json::Object Artifact; in endRun()
 305     Artifact["location"] = std::move(Loc); in endRun()   local
 307       Artifact["length"] = static_cast<int64_t>(*A.Length); in endRun()
 309       Artifact["roles"] = json::Array(A.Roles); in endRun()
 311       Artifact["mimeType"] = A.MimeType; in endRun()
 313       Artifact["offset"] = *A.Offset; in endRun()
 314     Artifacts->push_back(json::Value(std::move(Artifact))); in endRun()
 227 const SarifArtifact &Artifact = SarifArtifact::create(Location) createPhysicalLocation()  local
 [all...]
 | 
| /freebsd-src/contrib/netbsd-tests/lib/libc/regex/data/att/ | 
| H A D | categorization.dat | 52 |E	(a(b)?)+		aba	(0,3)(2,3)(1,2)				BUG=repeat-artifact53 ;										BUG=repeat-artifact-UNKNOWN
 56 |B	\(a\(b\)*\)*\2		abab	(0,4)(2,3)(1,2)				BUG=repeat-artifact-nomatch
 57 ;										BUG=repeat-artifact-nomatch-UNKNOWN
 
 | 
| /freebsd-src/contrib/llvm-project/llvm/include/llvm/Debuginfod/ | 
| H A D | Debuginfod.h | 13 /// artifact types: getCachedOrDownloadSource, getCachedOrDownloadExecutable,88 /// Fetches any debuginfod artifact using the default local cache directory and
 93 /// Fetches any debuginfod artifact using the specified local cache directory,
 94 /// server URLs, and request timeout (in milliseconds). If the artifact is
 
 | 
| /freebsd-src/sys/contrib/zstd/ | 
| H A D | appveyor.yml | 18       ARTIFACT: "true"24       ARTIFACT: "true"
 68       ( if [%COMPILER%]==[gcc] if [%ARTIFACT%]==[true]
 
 | 
| /freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ | 
| H A D | Legalizer.cpp | 45     "allow-ginsert-as-artifact",46     cl::desc("Allow G_INSERT to be considered an artifact. Hack around AMDGPU "
 65                    "Verify legalizations and artifact combines")),
 297       // If this was not an artifact (that could be combined away), this might  in legalizeMachineFunction()
 
 | 
| /freebsd-src/crypto/openssh/.github/workflows/ | 
| H A D | selfhosted.yml | 101       uses: actions/upload-artifact@main114       uses: actions/upload-artifact@main
 
 | 
| H A D | cifuzz.yml | 28       uses: actions/upload-artifact@main
 | 
| H A D | c-cpp.yml | 119       uses: actions/upload-artifact@main134       uses: actions/upload-artifact@main
 
 | 
| H A D | upstream.yml | 44       uses: actions/upload-artifact@main
 | 
| /freebsd-src/contrib/libcbor/.github/workflows/ | 
| H A D | fuzz.yml | 21       uses: actions/upload-artifact@v1
 | 
| H A D | fuzz-pr.yml | 21       uses: actions/upload-artifact@v1
 | 
| /freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ | 
| H A D | MIRVRegNamerUtils.cpp | 69   // Gets a hashable artifact from a given MachineOperand (ie an unsigned). in getInstructionOpcodeHash() 104     // In the cases below we havn't found a way to produce an artifact that will in getInstructionOpcodeHash()
 
 | 
| /freebsd-src/contrib/libfido2/.github/workflows/ | 
| H A D | cifuzz_oss.yml | 42       uses: actions/upload-artifact@v3
 | 
| /freebsd-src/contrib/llvm-project/llvm/lib/Debuginfod/ | 
| H A D | Debuginfod.cpp | 15 /// function retrieves any of the three supported artifact types: (executable,119 /// The following functions fetch a debuginfod artifact to a file in a local
 272   // The artifact was not found in the local cache, query the debuginfod in getCachedOrDownloadArtifact()
 313     // Return the path to the artifact on disk. in getCachedOrDownloadArtifact()
 
 | 
| /freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ | 
| H A D | LegalizationArtifactCombiner.h | 602   /// bit ranges in an artifact. The routines can look through the source in findValueFromConcat() 603   /// registers if they're other artifacts to try to find a non-artifact source in findValueFromConcat()
 1319     // could become artifact combinable with the new definition (or the in tryCombineInstruction()
 1343       // artifact worklist in case there's folding that can be done looking up. in tryCombineInstruction()
 1360         // Try to combine truncates away even if they are legal. As all artifact in tryCombineInstruction()
 1377         // Keep this list in sync with the list of all artifact combines. in tryCombineInstruction()
 1398           // If we do not have an artifact combine for the opcode, there is no in getArtifactSrcReg()
 1424       llvm_unreachable("Not a legalization artifact happen");
 1430   /// too. In-between COPYs or artifact-casts are also collected if they are
 1455                  "Expecting copy or artifact cas
 [all...]
 | 
| /freebsd-src/share/man/man9/ | 
| H A D | vnode.9 | 158 an artifact of an incomplete integration of the VFS code into the
 | 
| /freebsd-src/usr.bin/mkuzip/ | 
| H A D | mkuzip.8 | 199 benefit overall compression ratio is an artifact of the
 | 
| /freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Debuginfod/ | 
| H A D | SymbolLocatorDebuginfod.cpp | 178             "Debuginfod failed to download symbol artifact {0} with error {1}",  in GetFileForModule()
 | 
| /freebsd-src/crypto/openssl/ | 
| H A D | README-FIPS.md | 121 We do this by replacing the artifact for the OpenSSL 3.1.0 FIPS provider.
 |