Home
last modified time | relevance | path

Searched refs:Attempt (Results 1 – 25 of 27) sorted by relevance

12

/llvm-project-15.0.7/lld/test/ELF/
H A Ddriver.test28 ## Attempt to link DSO with -r
33 ## Attempt to use -r and -shared together
37 ## Attempt to use -r and --gdb-index together
41 ## Attempt to use -r and --icf together
45 ## Attempt to use -r and -pie together
49 ## Attempt to use -shared and -pie together
75 ## Attempt to use -r and --export-dynamic together
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCShuffler.cpp156 MCInst Attempt(MCB); in HexagonMCShuffle() local
157 HexagonMCInstrInfo::replaceDuplex(Context, Attempt, duplexToTry); in HexagonMCShuffle()
158 HexagonMCShuffler MCS(Context, false, MCII, STI, Attempt); // copy packet to the shuffler in HexagonMCShuffle()
/llvm-project-15.0.7/compiler-rt/lib/fuzzer/
H A DFuzzerMerge.cpp494 for (size_t Attempt = 1; Attempt <= NumAttempts; Attempt++) { in CrashResistantMerge() local
496 VPrintf(V, "MERGE-OUTER: attempt %zd\n", Attempt); in CrashResistantMerge()
508 VPrintf(V, "MERGE-OUTER: successful in %zd attempt(s)\n", Attempt); in CrashResistantMerge()
/llvm-project-15.0.7/llvm/test/YAMLParser/
H A Dspec-07-02.test3 %YAML 1.2 # Attempt parsing
/llvm-project-15.0.7/llvm/test/tools/llvm-ar/
H A Dmri-delete.test20 ## Attempt to delete a file that is not in the archive.
44 ## Attempt to delete the same file twice.
56 ## Attempt to delete an archive after it was added via ADDLIB.
/llvm-project-15.0.7/llvm/test/Transforms/FunctionImport/
H A Dinlineasm.ll6 ; Attempt the import now, ensure below that file containing inline assembly
H A Dnoinline.ll6 ; Attempt the import now, ensure below that file containing noinline
/llvm-project-15.0.7/clang/test/Analysis/
H A Dmalloc.mm38 free(data); //expected-warning {{Attempt to free non-owned memory}}
98 free(data); // expected-warning {{Attempt to free non-owned memory}}
321 free(characters); // expected-warning {{Attempt to free non-owned memory}}
342 if (string) free(characters); // expected-warning{{Attempt to free non-owned memory}}
/llvm-project-15.0.7/llvm/test/Analysis/ScalarEvolution/
H A D2011-03-09-ExactNoMaxBECount.ll2 ; PR9424: Attempt to use a SCEVCouldNotCompute object!
/llvm-project-15.0.7/llvm/tools/llvm-cxxfilt/
H A DOpts.td19 def types : FF<"types", "Attempt to demangle types as well as function names">;
/llvm-project-15.0.7/mlir/include/mlir/Interfaces/
H A DCastInterfaces.td40 /// Attempt to fold the given cast operation.
/llvm-project-15.0.7/llvm/docs/CommandGuide/
H A Dllvm-cxxfilt.rst63 Attempt to demangle names as type names as well as function names.
/llvm-project-15.0.7/llvm/lib/Support/Unix/
H A DProcess.inc250 // Attempt to close the file descriptor.
430 // Attempt to get the initial seed from /dev/urandom, if possible.
H A DPath.inc1136 // Attempt to get the real name of the file, if the user asked
/llvm-project-15.0.7/third-party/benchmark/test/
H A DCMakeLists.txt181 # Attempt to work around flaky test failures when running on Appveyor servers.
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DSymbolInterfaces.td120 Attempt to replace all uses of the current symbol with the provided
/llvm-project-15.0.7/openmp/tools/Modules/
H A DFindOpenMPTarget.cmake261 # Attempt to find each requested device.
/llvm-project-15.0.7/libcxx/src/
H A DCMakeLists.txt311 # Attempt to merge the libc++.a archive and the ABI library archive into one.
/llvm-project-15.0.7/mlir/test/IR/
H A Dinvalid.mlir441 "foo.branch"()[^bb2] : () -> () // Attempt to jump into the region.
/llvm-project-15.0.7/openmp/runtime/src/i18n/
H A Den_US.txt171 LockUnsettingFree "%1$s: Attempt to release a lock not owned by any thread"
172 LockUnsettingSetByAnother "%1$s: Attempt to release a lock owned by another thread"
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DCodeGenOptions.def310 /// Attempt to use register sized accesses to bit-fields in structures, when
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dmad-mix.ll243 ; Attempt to break inline immediate folding. If the operand is
/llvm-project-15.0.7/clang/test/Analysis/Inputs/expected-plists/
H A Dmalloc-plist.c.plist506 <string>Attempt to reallocate memory</string>
508 <string>Attempt to reallocate memory</string>
2002 <string>Attempt to reallocate memory</string>
2004 <string>Attempt to reallocate memory</string>
/llvm-project-15.0.7/mlir/docs/Bindings/
H A DPython.md563 # Attempt to cast the operation into an interface.
/llvm-project-15.0.7/llvm/docs/
H A DWritingAnLLVMBackend.rst1096 * ``foldMemoryOperand`` --- Attempt to combine instructions of any load or

12