/llvm-project/clang/test/Modules/ |
H A D | load-module-with-errors.m | 4 // pcherror-error-re@* {{module file '{{.*}}use_error_a.pcm' contains compiler errors}} 19 // RUN: %clang_cc1 -fmodules -fallow-pcm-with-compiler-errors \ 22 // RUN: %clang_cc1 -fmodules -fallow-pcm-with-compiler-errors \ 26 // RUN: %clang_cc1 -fmodules -fallow-pcm-with-compiler-errors \ 32 // RUN: %clang_cc1 -fmodules -fallow-pcm-with-compiler-errors \ 40 // RUN: %clang_cc1 -fmodules -fallow-pcm-with-compiler-errors \ 52 // RUN: %clang_cc1 -fmodules -fallow-pcm-with-compiler-errors \ 64 // RUN: grep "module file .* contains compiler errors" 66 // Shouldn't build the cached modules (that have errors) when not allowing 67 // errors [all...] |
/llvm-project/lld/test/MachO/ |
H A D | error-limit.test | 1 ## We're intentionally testing fatal errors, which isn't supported for testing 5 ## Check that we only see 20 (the default error-limit) "cannot open" errors 12 DEFAULT-NEXT: too many errors emitted, stopping now (use --error-limit=0 to see all errors) 14 ## Check that we only see 5 "cannot open" errors when --error-limit=5 21 LIMIT5-NEXT: too many errors emitted, stopping now (use --error-limit=0 to see all errors) 23 ## Check that we see all "cannot open" errors when --error-limit=0 (unimited) 32 UNLIMITED-NOT: too many errors emitted, stopping now (use --error-limit=0 to see all errors)
|
/llvm-project/lld/test/COFF/ |
H A D | error-limit.test | 6 DEFAULT-NEXT: too many errors emitted, stopping now (use /errorlimit:0 to see all errors) 14 LIMIT5-NEXT: too many errors emitted, stopping now (use /errorlimit:0 to see all errors) 24 UNLIMITED-NOT: too many errors emitted, stopping now (use /errorlimit:0 to see all errors) 36 MINGW-DEFAULT-NEXT: too many errors emitted, stopping now (use --error-limit=0 to see all errors)
|
/llvm-project/clang/test/TableGen/ |
H A D | wording-errors.td | 7 // CHECK-DAG: wording-errors.td:[[@LINE-2]]:5: error: Diagnostics should not start with a capital l… 12 // CHECK-DAG: wording-errors.td:[[@LINE-2]]:5: error: Diagnostics should not start with a capital l… 15 // CHECK-DAG: wording-errors.td:[[@LINE-2]]:5: error: Diagnostics should not start with a capital l… 18 // CHECK-DAG: wording-errors.td:[[@LINE-2]]:5: error: Diagnostics should not start with a capital l… 33 // CHECK-DAG: wording-errors.td:[[@LINE-2]]:5: error: Diagnostics should not end with punctuation; … 36 // CHECK-DAG: wording-errors.td:[[@LINE-2]]:5: error: Diagnostics should not end with punctuation; … 39 // CHECK-DAG: wording-errors.td:[[@LINE-2]]:5: error: Diagnostics should not end with punctuation; … 42 // CHECK-DAG: wording-errors.td:[[@LINE-2]]:5: error: Diagnostics should not end with punctuation; … 45 // CHECK-DAG: wording-errors.td:[[@LINE-2]]:5: error: Diagnostics should not end with punctuation; … 48 // CHECK-DAG: wording-errors.td:[[@LINE-2]]:5: error: Diagnostics should not end with punctuation; … [all …]
|
/llvm-project/offload/test/mapping/ |
H A D | target_uses_allocator.c | 14 int errors = 0; in test_omp_aligned_alloc_on_device() local 21 #pragma omp target map(tofrom : errors) uses_allocators(alloc(traits)) in test_omp_aligned_alloc_on_device() 28 errors++; in test_omp_aligned_alloc_on_device() 43 errors++; in test_omp_aligned_alloc_on_device() 51 return errors; in test_omp_aligned_alloc_on_device() 55 int errors = 0; in main() local
|
H A D | array_section_implicit_capture.c | 42 int errors = 0; in main() local 45 ++errors; in main() 48 if (errors) in main()
|
/llvm-project/offload/test/api/ |
H A D | is_initial_device.c | 11 int errors = 0; in main() local 21 errors++; in main() 25 errors++; in main() 30 printf("%s\n", errors ? "FAIL" : "PASS"); in main() 32 return errors; in main()
|
/llvm-project/mlir/utils/jupyter/mlir_opt_kernel/ |
H A D | kernel.py | 134 output, errors = pipe.communicate() 144 errors = errors.replace(fname, b"<<input>>") 145 return output, errors, exitcode 152 output, errors, exitcode = run(code) 165 errors = repr(error).encode("utf-8") 171 self.process_error(errors.decode("utf-8")) 187 self.process_error(errors.decode("utf-8"))
|
/llvm-project/lld/test/ELF/ |
H A D | error-limit.test | 6 DEFAULT-NEXT: too many errors emitted, stopping now (use --error-limit=0 to see all errors) 16 LIMIT5-NEXT: too many errors emitted, stopping now (use --error-limit=0 to see all errors) 26 UNLIMITED-NOT: too many errors emitted, stopping now (use --error-limit=0 to see all errors)
|
/llvm-project/offload/test/offloading/fortran/ |
H A D | basic-target-parallel-do.f90 | 9 integer :: errors = 0 variable 19 errors = errors + 1 23 print *,"number of errors: ", errors
|
H A D | target-parallel-do-collapse.f90 | 10 integer :: array(10,10), errors = 0 variable 28 errors = errors + 1 33 print *,"number of errors: ", errors
|
/llvm-project/third-party/unittest/googletest/src/ |
H A D | gtest-typed-test.cc | 70 Message errors; in VerifyRegisteredTestNames() local 77 errors << "Test " << name << " is listed more than once.\n"; in VerifyRegisteredTestNames() 84 errors << "No test named " << name in VerifyRegisteredTestNames() 92 errors << "You forgot to list test " << it->first << ".\n"; in VerifyRegisteredTestNames() 96 const std::string& errors_str = errors.GetString(); in VerifyRegisteredTestNames()
|
/llvm-project/flang/test/Semantics/ |
H A D | test_errors.py | 58 errors = [] variable 62 errors.append(m.group(1)) 64 if errors: 65 for x in errors: 67 errors = [] variable
|
/llvm-project/openmp/runtime/test/parallel/ |
H A D | bug54082.c | 16 int errors = 0; in main() local 47 errors += successful_alloc < 1; in main() 51 errors += result[i][j] != i * j; in main() 57 return errors; in main()
|
/llvm-project/libc/utils/docgen/ |
H A D | docgen.py | 21 """Raised on fatal formatting errors with a description of a formatting error""" 27 fatal formatting errors, raises exceptions with error messages useful for 29 errors. The code that runs after ``check_api(api)`` is called expects that 54 errors = [] 75 errors.append(err) 89 errors.append(err) 91 if errors: 92 raise DocgenAPIFormatError("\n".join(errors))
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/google/ |
H A D | objc-avoid-throwing-exception.m | 22 …pass in NSError ** instead of throwing exception to indicate Objective-C errors [google-objc-avoid… 33 …pass in NSError ** instead of throwing exception to indicate Objective-C errors [google-objc-avoid… 35 …pass in NSError ** instead of throwing exception to indicate Objective-C errors [google-objc-avoid… 44 …pass in NSError ** instead of throwing exception to indicate Objective-C errors [google-objc-avoid… 47 …pass in NSError ** instead of throwing exception to indicate Objective-C errors [google-objc-avoid…
|
/llvm-project/clang/test/AST/ |
H A D | ast-dump-recovery.m | 8 // CHECK: ObjCMessageExpr {{.*}} 'void' contains-errors 14 // CHECK: ImplicitCastExpr {{.*}} '<dependent type>' contains-errors 15 // CHECK-NEXT: `-RecoveryExpr {{.*}} '<dependent type>' contains-errors 21 // CHECK-NEXT: | `-RecoveryExpr {{.*}} '<dependent type> (^)(void)' contains-errors lvalue
|
/llvm-project/llvm/utils/ |
H A D | demangle_tree.py | 43 self.errors = set() 74 r.errors.add(mangled) 80 r1.errors.update(r2.errors) 90 len(result.errors), 200 nfailed = len(total.errors) 206 for m in sorted(total.errors):
|
/llvm-project/mlir/test/Dialect/IRDL/ |
H A D | variadics-error.irdl.mlir | 3 irdl.dialect @errors { 14 irdl.dialect @errors { 25 irdl.dialect @errors { 36 irdl.dialect @errors {
|
/llvm-project/lldb/packages/Python/lldbsuite/support/ |
H A D | encoded_file.py | 36 file, encoding, mode="r", buffering=-1, errors=None, newline=None, closefd=True argument 43 errors=errors,
|
/llvm-project/llvm/test/tools/llvm-libtool-darwin/ |
H A D | version.test | 3 ## still occur and regular argument parsing errors should be surfaced (unlike 4 ## cctools libtool, which silences all argument parsing errors when -V is 13 ## Parsing errors should not be surfaced when no operation is specified. 16 ## Regular errors should occur when an operation is specified.
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_flags.inc | 42 "errors.") 206 "to find more errors.") 209 "to find more errors.") 212 "to find more errors.") 215 "to find more errors.") 218 "If set, uses custom wrappers for strcmp functions to find more errors.") 221 "to find more errors.") 224 "to find more errors.") 227 "functions to find more errors.") 230 "to find more errors.") [all …]
|
/llvm-project/clang-tools-extra/unittests/clang-tidy/ |
H A D | NamespaceAliaserTest.cpp | 57 std::vector<ClangTidyError> errors; in runChecker() local 60 Code, &errors, "foo.cc", {}, ClangTidyOptions(), AdditionalFileContents); in runChecker() 62 EXPECT_EQ(ExpectedWarningCount, errors.size()); in runChecker()
|
H A D | UsingInserterTest.cpp | 61 std::vector<ClangTidyError> errors; in runChecker() local 64 Code, &errors, "foo.cc", {}, ClangTidyOptions(), AdditionalFileContents); in runChecker() 66 EXPECT_EQ(ExpectedWarningCount, errors.size()); in runChecker()
|
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/cert/ |
H A D | err34-c.rst | 20 not report conversion errors; consider using 'strtol' instead. */ 27 `ERR34-C. Detect errors when converting a string to a number 28 <https://www.securecoding.cert.org/confluence/display/c/ERR34-C.+Detect+errors+when+converting+a+st…
|