Home
last modified time | relevance | path

Searched refs:Reject (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/compiler-rt/test/fuzzer/
H A Dreject.test1 # Runs the Reject.cpp test,
6 RUN: %cpp_compiler %S/Reject.cpp -o %t-Reject
7 RUN: %run %t-Reject -runs=1000000 %t-corpus
/llvm-project-15.0.7/llvm/test/Verifier/
H A Dstepvector-intrinsic.ll3 ; Reject stepvector intrinsics that return a scalar
11 ; Reject vectors with non-integer elements
19 ; Reject vectors of integers less than 8 bits in width
H A Dreduction-intrinsics.ll3 ; Reject a vector reduction with a non-vector argument.
/llvm-project-15.0.7/llvm/test/tools/llvm-tli-checker/
H A Derror-cases.test8 ## Reject a non-binary file.
12 ## Reject an empty file.
/llvm-project-15.0.7/llvm/test/tools/llvm-lto2/X86/
H A Dnodatalayout.ll3 ; Reject input modules without a datalayout.
/llvm-project-15.0.7/lld/test/wasm/lto/
H A Dopt-level.ll9 ; Reject invalid optimization levels.
/llvm-project-15.0.7/
H A D.gitignore16 # Reject files created by patch.
/llvm-project-15.0.7/lld/test/ELF/
H A Daarch64-tls-le.s11 ## Reject local-exec TLS relocations for -shared.
H A Di386-tls-le.s10 ## Reject local-exec TLS relocations for -shared.
/llvm-project-15.0.7/lld/test/ELF/lto/
H A Dopt-level.ll14 ; Reject invalid optimization levels.
/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/
H A DRename.cpp732 auto Reject = renameable(RenameDecl, RInputs.MainFilePath, RInputs.Index); in rename() local
733 if (Reject) in rename()
734 return makeError(*Reject); in rename()
/llvm-project-15.0.7/polly/include/polly/
H A DScopDetectionDiagnostic.h187 void report(RejectReasonPtr Reject) { ErrorReports.push_back(Reject); } in report() argument
/llvm-project-15.0.7/lld/test/MachO/
H A Dzippered.yaml60 ## Reject .o files which only have the secondary platform.
/llvm-project-15.0.7/llvm/docs/
H A DLibFuzzer.rst669 return -1; // Reject; The input will not be added to the corpus.
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMInstrInfo.td335 // Reject a match against bitconvert (aka ISD::BITCAST) if big-endian