Home
last modified time | relevance | path

Searched refs:expecting (Results 1 – 25 of 53) sorted by relevance

123

/llvm-project-15.0.7/clang/test/SemaOpenCL/
H A Dinvalid-pipe-builtin-cl2.0.cl15 …); // 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 Dto_addr_builtin.cl27 …// 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 Dtest_demangle.pass.cpp30121 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 Difstmt.td77 // 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 D2004-03-30-UnclosedFunctionCrash.ll1 ; 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 Dlarge-global.ll4 ; EmitZerofill was incorrectly expecting a 32-bit "size" so 26214400000
/llvm-project-15.0.7/clang/test/Analysis/
H A Dstd-c-library-functions-arg-weakdeps.c58 …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 Dthread-safety-attrs.cpp258 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 Dincompatible_cu_index_versions.s4 # CHECK: error: incompatible cu_index versions, found 2 and expecting 5
H A Dincompatible_tu_index_version.s8 # CHECK: error: incompatible tu_index versions, found 5 and expecting 2
/llvm-project-15.0.7/mlir/test/Dialect/Quant/
H A Dparse-calibrated-invalid.mlir17 // expected-error@+1 {{expecting float expressed type}}
/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A D2010-03-17-StructRef.m33 // 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 Dinteger-division.rst11 - operands of operators expecting integral or bool types,
H A Dstring-literal-with-embedded-nul.rst29 constructor expecting a NUL-terminated string. The bytes after the first NUL
/llvm-project-15.0.7/mlir/test/tblgen-lsp-server/
H A Ddiagnostics.test15 // CHECK-NEXT: "message": "Unknown token when expecting a type",
H A Dtextdocument-didchange.test15 // CHECK-NEXT: "message": "Unknown token when expecting a type",
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dsetcc-takes-i32.ll8 ; 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 Dvariadic_safety.ll15 ; va_arg implementation already present in va_func won't be expecting
/llvm-project-15.0.7/llvm/test/Transforms/SimplifyCFG/
H A Dbbi-23595.ll11 ; We're expecting the dbg.label associated with 'W' to disappear, because
/llvm-project-15.0.7/polly/test/JSONExporter/ImportSchedule/
H A DImportSchedule-Schedule-not-valid.ll3 ; CHECK: expecting other token
/llvm-project-15.0.7/polly/test/JSONExporter/ImportAccesses/
H A DImportAccesses-Bad-relation.ll3 ; CHECK: expecting other token
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Darc-cf.m58 …passing retainable parameter of type 'NSString *__strong'to a CF function expecting 'CFStringRef'}}
/llvm-project-15.0.7/compiler-rt/cmake/Modules/
H A DCheckSectionExists.cmake57 # Strip quotes from the compile command, as the compiler is not expecting
/llvm-project-15.0.7/clang/test/Modules/
H A Dno-stale-modtime.m39 // Use -verify when expecting no modules to be rebuilt.
/llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/
H A Dverify-liveness-at-def.mir36 # We are expecting four "Bad machine code" when subregister liveness is used.

123