| /llvm-project-15.0.7/clang/test/SemaOpenCL/ |
| H A D | invalid-pipe-builtin-cl2.0.cl | 15 …); // expected-error {{invalid argument type to function 'read_pipe' (expecting 'reserve_id_t' h… 17 …read_pipe(p, tmp); // expected-error {{invalid argument type to function 'read_pipe' (expecting … 18 write_pipe(p, ptr); // expected-error {{invalid pipe access modifier (expecting write_only)}} 19 …write_pipe(p, rid, tmp, ptr); // expected-error {{invalid pipe access modifier (expecting write… 25 …rve_write_pipe(p, tmp); // expected-error{{invalid pipe access modifier (expecting write_only)}} 31 …mit_write_pipe(p, tmp); // expected-error{{invalid pipe access modifier (expecting write_only)}} 46 …; // expected-error {{invalid argument type to function 'write_pipe' (expecting 'int *' having '… 47 read_pipe(p, ptr); // expected-error {{invalid pipe access modifier (expecting read_only)}} 48 …read_pipe(p, rid, tmp, ptr); // expected-error {{invalid pipe access modifier (expecting read_o… 54 …serve_read_pipe(p, tmp); // expected-error{{invalid pipe access modifier (expecting read_only)}} [all …]
|
| H A D | to_addr_builtin.cl | 27 …// expected-error@-4{{invalid argument x to function: 'to_global', expecting a generic pointer arg… 34 …// expected-error@-4{{invalid argument con to function: 'to_global', expecting a generic pointer a… 41 …// expected-error@-4{{invalid argument con_typedef to function: 'to_global', expecting a generic p…
|
| /llvm-project-15.0.7/libcxxabi/test/ |
| H A D | test_demangle.pass.cpp | 30121 std::string expecting[4]; member 30153 const unsigned NEF = sizeof(fp_literal_cases[0].expecting) / sizeof(fp_literal_cases[0].expecting[0… 30305 std::printf("%s -> %s\n", fpCase->mangled, fpCase->expecting[0].c_str()); in testFPLiterals() 30310 std::string *e_beg = fpCase->expecting; in testFPLiterals() 30311 std::string *e_end = fpCase->expecting + NEF; in testFPLiterals() 30314 std::printf("%s -> %s\n", fpCase->mangled, fpCase->expecting[0].c_str()); in testFPLiterals()
|
| /llvm-project-15.0.7/llvm/test/TableGen/ |
| H A D | ifstmt.td | 77 // ERROR1: [[@LINE+1]]:3: error: Unknown token when expecting a type 87 // ERROR2: [[@LINE+1]]:3: error: Unknown token when expecting a type
|
| /llvm-project-15.0.7/llvm/test/Assembler/ |
| H A D | 2004-03-30-UnclosedFunctionCrash.ll | 1 ; RUN: not llvm-as %s 2>&1 | grep "found end of file when expecting more instructions"
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | large-global.ll | 4 ; EmitZerofill was incorrectly expecting a 32-bit "size" so 26214400000
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | std-c-library-functions-arg-weakdeps.c | 58 …expected-warning{{Null pointer passed to 1st parameter expecting 'nonnull' [core.NonNullParamCheck… in test_notnull_arg()
|
| /llvm-project-15.0.7/clang/test/PCH/ |
| H A D | thread-safety-attrs.cpp | 258 expected-warning{{expecting mutex 'sls_mu' to be held at start of each loop}} in sls_fun_bad_7() 296 expected-warning{{expecting mutex 'sls_mu' to be held at start of each loop}} in sls_fun_bad_11()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-dwp/X86/ |
| H A D | incompatible_cu_index_versions.s | 4 # CHECK: error: incompatible cu_index versions, found 2 and expecting 5
|
| H A D | incompatible_tu_index_version.s | 8 # CHECK: error: incompatible tu_index versions, found 5 and expecting 2
|
| /llvm-project-15.0.7/mlir/test/Dialect/Quant/ |
| H A D | parse-calibrated-invalid.mlir | 17 // expected-error@+1 {{expecting float expressed type}}
|
| /llvm-project-15.0.7/clang/test/CodeGenObjC/ |
| H A D | 2010-03-17-StructRef.m | 33 // We're expecting these three bitfield assignments will generate i8 stores.
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/ |
| H A D | integer-division.rst | 11 - operands of operators expecting integral or bool types,
|
| H A D | string-literal-with-embedded-nul.rst | 29 constructor expecting a NUL-terminated string. The bytes after the first NUL
|
| /llvm-project-15.0.7/mlir/test/tblgen-lsp-server/ |
| H A D | diagnostics.test | 15 // CHECK-NEXT: "message": "Unknown token when expecting a type",
|
| H A D | textdocument-didchange.test | 15 // CHECK-NEXT: "message": "Unknown token when expecting a type",
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | setcc-takes-i32.ll | 8 ; It was expecting the smallest legal promotion of i1 to be the preferred SetCC
|
| /llvm-project-15.0.7/llvm/test/Transforms/DeadArgElim/ |
| H A D | variadic_safety.ll | 15 ; va_arg implementation already present in va_func won't be expecting
|
| /llvm-project-15.0.7/llvm/test/Transforms/SimplifyCFG/ |
| H A D | bbi-23595.ll | 11 ; We're expecting the dbg.label associated with 'W' to disappear, because
|
| /llvm-project-15.0.7/polly/test/JSONExporter/ImportSchedule/ |
| H A D | ImportSchedule-Schedule-not-valid.ll | 3 ; CHECK: expecting other token
|
| /llvm-project-15.0.7/polly/test/JSONExporter/ImportAccesses/ |
| H A D | ImportAccesses-Bad-relation.ll | 3 ; CHECK: expecting other token
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | arc-cf.m | 58 …passing retainable parameter of type 'NSString *__strong'to a CF function expecting 'CFStringRef'}}
|
| /llvm-project-15.0.7/compiler-rt/cmake/Modules/ |
| H A D | CheckSectionExists.cmake | 57 # Strip quotes from the compile command, as the compiler is not expecting
|
| /llvm-project-15.0.7/clang/test/Modules/ |
| H A D | no-stale-modtime.m | 39 // Use -verify when expecting no modules to be rebuilt.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/ |
| H A D | verify-liveness-at-def.mir | 36 # We are expecting four "Bad machine code" when subregister liveness is used.
|